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)

2021-09-30T02:00:03.080Z||main|||||INFO|500||The following profiles are active: basic
2021-09-30T02:00:11.482Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-30T02:00:11.482Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-30T02:00:11.564Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-30T02:00:13.653Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-30T02:00:13.815Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-30T02:00:14.245Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-30T02:00:14.272Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-30T02:00:14.336Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-30T02:00:14.433Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-30T02:00:14.785Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-30T02:00:15.467Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-30T02:00:17.017Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-30T02:00:17.059Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-30T02:00:17.428Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-30T02:00:17.641Z||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.
2021-09-30T02:00:18.645Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-30T02:00:19.569Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-30T02:00:19.588Z||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$$61085ef.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)
2021-09-30T02:00:19.588Z||main|||||WARN|500||The sdc end point is not alive
2021-09-30T02:00:21.861Z||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
2021-09-30T02:00:24.032Z||main|||||WARN|500||---
2021-09-30T02:00:24.032Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-30T02:00:24.032Z||main|||||WARN|500||---
2021-09-30T02:00:24.354Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-30T02:00:28.392Z||main|||||INFO|500||Started Application in 29.152 seconds (JVM running for 30.191)
2021-09-30T02:00:28.418Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-30T02:00:28.420Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-30T02:00:28.429Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-30T02:00:28.453Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-30T02:00:28.528Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6091698d-80ff-4da0-afd8-2d851cd0b208 url= /sdc/v1/artifactTypes
2021-09-30T02:00:28.528Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-30T02:00:28.727Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-30T02:00:28.741Z||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
2021-09-30T02:00:28.757Z||scheduling-1|||||DEBUG|500||create keys
2021-09-30T02:00:28.763Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-30T02:00:28.793Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:00:28.811Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8087a379-7dfb-42e6-a7a4-ee24c1a26412 url= /sdc/v1/registerForDistribution
2021-09-30T02:00:29.021Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8087a379-7dfb-42e6-a7a4-ee24c1a26412 url= /sdc/v1/registerForDistribution
2021-09-30T02:00:29.022Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-30T02:00:29.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:00:29.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:00:29.036Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-30T02:00:29.037Z||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.
2021-09-30T02:00:29.037Z||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.
2021-09-30T02:00:29.038Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:00:29.038Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:00:39.279Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:00:39.295Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:01:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:01:29.030Z||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.
2021-09-30T02:01:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:01:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:01:29.033Z||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.
2021-09-30T02:01:29.034Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:01:38.601Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:01:38.605Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:02:29.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:02:29.031Z||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.
2021-09-30T02:02:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:02:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:02:29.033Z||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.
2021-09-30T02:02:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:02:38.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:02:38.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:03:29.030Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:03:29.031Z||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.
2021-09-30T02:03:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:03:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:03:29.033Z||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.
2021-09-30T02:03:29.034Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:03:38.622Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:03:38.625Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:04:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:04:29.031Z||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.
2021-09-30T02:04:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:04:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:04:29.032Z||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.
2021-09-30T02:04:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:04:38.585Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:04:38.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:05:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:05:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:05:29.032Z||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.
2021-09-30T02:05:29.032Z||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.
2021-09-30T02:05:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:05:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:05:38.586Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:05:38.587Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:06:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:06:29.031Z||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.
2021-09-30T02:06:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:06:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:06:29.032Z||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.
2021-09-30T02:06:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:06:38.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:06:38.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:07:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:07:29.031Z||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.
2021-09-30T02:07:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:07:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:07:29.033Z||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.
2021-09-30T02:07:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:07:38.580Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:07:38.584Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:08:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:08:29.031Z||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.
2021-09-30T02:08:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:08:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:08:29.032Z||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.
2021-09-30T02:08:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:08:38.585Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:08:38.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:09:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:09:29.031Z||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.
2021-09-30T02:09:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:09:29.032Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:09:29.033Z||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.
2021-09-30T02:09:29.034Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:09:38.588Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:09:38.590Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:10:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:10:29.031Z||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.
2021-09-30T02:10:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:10:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:10:29.032Z||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.
2021-09-30T02:10:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:10:38.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:10:38.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:10:53.912Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-30T02:11:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:11:29.031Z||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.
2021-09-30T02:11:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:11:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:11:29.033Z||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.
2021-09-30T02:11:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:11:38.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:11:38.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:12:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:12:29.031Z||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.
2021-09-30T02:12:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:12:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:12:29.032Z||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.
2021-09-30T02:12:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:12:38.583Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:12:38.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:13:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:13:29.030Z||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.
2021-09-30T02:13:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:13:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:13:29.032Z||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.
2021-09-30T02:13:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:13:38.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:13:38.583Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:14:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:14:29.031Z||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.
2021-09-30T02:14:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:14:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:14:29.032Z||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.
2021-09-30T02:14:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:14:38.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:14:38.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:15:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:15:29.030Z||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.
2021-09-30T02:15:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:15:29.032Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:15:29.033Z||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.
2021-09-30T02:15:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:15:38.584Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:15:38.586Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:16:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:16:29.030Z||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.
2021-09-30T02:16:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:16:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:16:29.032Z||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.
2021-09-30T02:16:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:16:38.578Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:16:38.587Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:17:29.032Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:17:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:17:29.033Z||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.
2021-09-30T02:17:29.033Z||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.
2021-09-30T02:17:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:17:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:17:38.587Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:17:38.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:18:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:18:29.031Z||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.
2021-09-30T02:18:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:18:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:18:29.032Z||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.
2021-09-30T02:18:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:18:38.584Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:18:38.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:19:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:19:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:19:29.033Z||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.
2021-09-30T02:19:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:19:29.033Z||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.
2021-09-30T02:19:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:19:38.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:19:38.583Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:20:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:20:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:20:29.031Z||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.
2021-09-30T02:20:29.032Z||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.
2021-09-30T02:20:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:20:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:20:38.585Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:20:38.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:21:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:21:29.031Z||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.
2021-09-30T02:21:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:21:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:21:29.032Z||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.
2021-09-30T02:21:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:21:38.601Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:21:38.603Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:22:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:22:29.031Z||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.
2021-09-30T02:22:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:22:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:22:29.032Z||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.
2021-09-30T02:22:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:22:38.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:22:38.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:23:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:23:29.030Z||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.
2021-09-30T02:23:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:23:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:23:29.032Z||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.
2021-09-30T02:23:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:23:38.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:23:38.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:24:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:24:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:24:29.031Z||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.
2021-09-30T02:24:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:24:29.032Z||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.
2021-09-30T02:24:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:24:38.585Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:24:38.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:25:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:25:29.031Z||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.
2021-09-30T02:25:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:25:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:25:29.032Z||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.
2021-09-30T02:25:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:25:38.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:25:38.581Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:26:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:26:29.030Z||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.
2021-09-30T02:26:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:26:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:26:29.033Z||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.
2021-09-30T02:26:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:26:38.580Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:26:38.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:27:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:27:29.031Z||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.
2021-09-30T02:27:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:27:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:27:29.032Z||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.
2021-09-30T02:27:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:27:38.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:27:38.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:28:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:28:29.031Z||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.
2021-09-30T02:28:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:28:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:28:29.033Z||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.
2021-09-30T02:28:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:28:38.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:28:38.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:29:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:29:29.030Z||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.
2021-09-30T02:29:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:29:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:29:29.032Z||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.
2021-09-30T02:29:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:29:38.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:29:38.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:30:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:30:29.030Z||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.
2021-09-30T02:30:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:30:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:30:29.032Z||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.
2021-09-30T02:30:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:30:38.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:30:38.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:31:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:31:29.031Z||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.
2021-09-30T02:31:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:31:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:31:29.032Z||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.
2021-09-30T02:31:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:31:38.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:31:38.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:32:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:32:29.030Z||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.
2021-09-30T02:32:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:32:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:32:29.032Z||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.
2021-09-30T02:32:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:32:38.574Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:32:38.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:33:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:33:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:33:29.031Z||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.
2021-09-30T02:33:29.032Z||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.
2021-09-30T02:33:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:33:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:33:38.580Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:33:38.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:34:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:34:29.031Z||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.
2021-09-30T02:34:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:34:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:34:29.032Z||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.
2021-09-30T02:34:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:34:38.578Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:34:38.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:35:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:35:29.031Z||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.
2021-09-30T02:35:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:35:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:35:29.032Z||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.
2021-09-30T02:35:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:35:38.589Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:35:38.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:36:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:36:29.030Z||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.
2021-09-30T02:36:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:36:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:36:29.032Z||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.
2021-09-30T02:36:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:36:38.582Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:36:38.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:37:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:37:29.031Z||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.
2021-09-30T02:37:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:37:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:37:29.032Z||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.
2021-09-30T02:37:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:37:38.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:37:38.583Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:38:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:38:29.031Z||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.
2021-09-30T02:38:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:38:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:38:29.032Z||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.
2021-09-30T02:38:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:38:38.580Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:38:38.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:39:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:39:29.030Z||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.
2021-09-30T02:39:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:39:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:39:29.032Z||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.
2021-09-30T02:39:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:39:38.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:39:38.582Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:40:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:40:29.031Z||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.
2021-09-30T02:40:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:40:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:40:29.032Z||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.
2021-09-30T02:40:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:40:38.581Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:40:38.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:41:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:41:29.031Z||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.
2021-09-30T02:41:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:41:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:41:29.032Z||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.
2021-09-30T02:41:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:41:38.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:41:38.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:42:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:42:29.030Z||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.
2021-09-30T02:42:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:42:29.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:42:29.033Z||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.
2021-09-30T02:42:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:42:38.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:42:38.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:43:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:43:29.030Z||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.
2021-09-30T02:43:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:43:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:43:29.032Z||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.
2021-09-30T02:43:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:43:38.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:43:38.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:44:29.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:44:29.030Z||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.
2021-09-30T02:44:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:44:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:44:29.031Z||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.
2021-09-30T02:44:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:44:38.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:44:38.580Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:45:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:45:29.031Z||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.
2021-09-30T02:45:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:45:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:45:29.032Z||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.
2021-09-30T02:45:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:45:38.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:45:38.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:46:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:46:29.031Z||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.
2021-09-30T02:46:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:46:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:46:29.032Z||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.
2021-09-30T02:46:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:46:38.581Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:46:38.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:47:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:47:29.030Z||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.
2021-09-30T02:47:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:47:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:47:29.032Z||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.
2021-09-30T02:47:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:47:38.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:47:38.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:48:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:48:29.031Z||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.
2021-09-30T02:48:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:48:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:48:29.032Z||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.
2021-09-30T02:48:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:48:38.580Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:48:38.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:49:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:49:29.031Z||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.
2021-09-30T02:49:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:49:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:49:29.032Z||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.
2021-09-30T02:49:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:49:38.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:49:38.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:50:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:50:29.031Z||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.
2021-09-30T02:50:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:50:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:50:29.032Z||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.
2021-09-30T02:50:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:50:38.580Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:50:38.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:51:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:51:29.030Z||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.
2021-09-30T02:51:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:51:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:51:29.032Z||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.
2021-09-30T02:51:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:51:38.577Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:51:38.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:52:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:52:29.031Z||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.
2021-09-30T02:52:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:52:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:52:29.032Z||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.
2021-09-30T02:52:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:52:38.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:52:38.581Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:53:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:53:29.030Z||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.
2021-09-30T02:53:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:53:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:53:29.032Z||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.
2021-09-30T02:53:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:53:38.577Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:53:38.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:54:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:54:29.030Z||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.
2021-09-30T02:54:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:54:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:54:29.032Z||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.
2021-09-30T02:54:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:54:38.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:54:38.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:55:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:55:29.031Z||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.
2021-09-30T02:55:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:55:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:55:29.032Z||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.
2021-09-30T02:55:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:55:38.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:55:38.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:56:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:56:29.031Z||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.
2021-09-30T02:56:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:56:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:56:29.033Z||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.
2021-09-30T02:56:29.034Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:56:38.585Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:56:38.586Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:57:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:57:29.030Z||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.
2021-09-30T02:57:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:57:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:57:29.032Z||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.
2021-09-30T02:57:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:57:38.572Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:57:38.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:58:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:58:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:58:29.031Z||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.
2021-09-30T02:58:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:58:29.032Z||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.
2021-09-30T02:58:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:58:38.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:58:38.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:59:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:59:29.030Z||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.
2021-09-30T02:59:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:59:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:59:29.032Z||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.
2021-09-30T02:59:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:59:38.577Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T02:59:38.578Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:00:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:00:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:00:29.032Z||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.
2021-09-30T03:00:29.032Z||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.
2021-09-30T03:00:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:00:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:00:38.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:00:38.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:01:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:01:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:01:29.031Z||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.
2021-09-30T03:01:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:01:29.032Z||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.
2021-09-30T03:01:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:01:38.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:01:38.585Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:02:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:02:29.032Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:02:29.032Z||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.
2021-09-30T03:02:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:02:29.032Z||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.
2021-09-30T03:02:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:02:38.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:02:38.589Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:03:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:03:29.031Z||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.
2021-09-30T03:03:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:03:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:03:29.032Z||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.
2021-09-30T03:03:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:03:38.575Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:03:38.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:04:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:04:29.031Z||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.
2021-09-30T03:04:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:04:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:04:29.032Z||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.
2021-09-30T03:04:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:04:38.575Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:04:38.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:05:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:05:29.031Z||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.
2021-09-30T03:05:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:05:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:05:29.032Z||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.
2021-09-30T03:05:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:05:38.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:05:38.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:06:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:06:29.031Z||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.
2021-09-30T03:06:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:06:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:06:29.032Z||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.
2021-09-30T03:06:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:06:38.582Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:06:38.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:07:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:07:29.031Z||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.
2021-09-30T03:07:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:07:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:07:29.032Z||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.
2021-09-30T03:07:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:07:38.587Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:07:38.588Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:08:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:08:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:08:29.032Z||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.
2021-09-30T03:08:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:08:29.032Z||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.
2021-09-30T03:08:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:08:38.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:08:38.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:09:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:09:29.031Z||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.
2021-09-30T03:09:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:09:29.032Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:09:29.032Z||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.
2021-09-30T03:09:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:09:38.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:09:38.584Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:10:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:10:29.030Z||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.
2021-09-30T03:10:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:10:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:10:29.032Z||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.
2021-09-30T03:10:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:10:38.576Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:10:38.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:11:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:11:29.030Z||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.
2021-09-30T03:11:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:11:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:11:29.032Z||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.
2021-09-30T03:11:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:11:38.574Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:11:38.575Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:12:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:12:29.031Z||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.
2021-09-30T03:12:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:12:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:12:29.032Z||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.
2021-09-30T03:12:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:12:38.587Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:12:38.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:13:29.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:13:29.030Z||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.
2021-09-30T03:13:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:13:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:13:29.032Z||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.
2021-09-30T03:13:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:13:38.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:13:38.587Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:14:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:14:29.030Z||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.
2021-09-30T03:14:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:14:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:14:29.031Z||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.
2021-09-30T03:14:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:14:38.580Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:14:38.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:15:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:15:29.031Z||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.
2021-09-30T03:15:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:15:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:15:29.032Z||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.
2021-09-30T03:15:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:15:38.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:15:38.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:16:29.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:16:29.030Z||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.
2021-09-30T03:16:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:16:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:16:29.032Z||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.
2021-09-30T03:16:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:16:38.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:16:38.584Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:17:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:17:29.031Z||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.
2021-09-30T03:17:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:17:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:17:29.032Z||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.
2021-09-30T03:17:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:17:38.579Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:17:38.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:18:29.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:18:29.030Z||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.
2021-09-30T03:18:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:18:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:18:29.032Z||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.
2021-09-30T03:18:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:18:38.576Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:18:38.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:19:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:19:29.030Z||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.
2021-09-30T03:19:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:19:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:19:29.032Z||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.
2021-09-30T03:19:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:19:38.580Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:19:38.584Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:20:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:20:29.030Z||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.
2021-09-30T03:20:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:20:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:20:29.032Z||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.
2021-09-30T03:20:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:20:38.572Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:20:38.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:21:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:21:29.030Z||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.
2021-09-30T03:21:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:21:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:21:29.032Z||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.
2021-09-30T03:21:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:21:38.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:21:38.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:22:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:22:29.030Z||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.
2021-09-30T03:22:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:22:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:22:29.032Z||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.
2021-09-30T03:22:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:22:38.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:22:38.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:23:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:23:29.031Z||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.
2021-09-30T03:23:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:23:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:23:29.032Z||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.
2021-09-30T03:23:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:23:38.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:23:38.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:24:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:24:29.031Z||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.
2021-09-30T03:24:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:24:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:24:29.032Z||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.
2021-09-30T03:24:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:24:38.582Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:24:38.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:25:29.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:25:29.030Z||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.
2021-09-30T03:25:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:25:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:25:29.032Z||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.
2021-09-30T03:25:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:25:38.581Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:25:38.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:26:29.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:26:29.030Z||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.
2021-09-30T03:26:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:26:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:26:29.032Z||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.
2021-09-30T03:26:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:26:38.575Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:26:38.579Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:27:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:27:29.031Z||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.
2021-09-30T03:27:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:27:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:27:29.032Z||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.
2021-09-30T03:27:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:27:38.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:27:38.581Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:28:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:28:29.031Z||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.
2021-09-30T03:28:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:28:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:28:29.032Z||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.
2021-09-30T03:28:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:28:38.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:28:38.583Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:29:29.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:29:29.030Z||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.
2021-09-30T03:29:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:29:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:29:29.032Z||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.
2021-09-30T03:29:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:29:38.583Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:29:38.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:30:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:30:29.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:30:29.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:30:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:30:29.032Z||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.
2021-09-30T03:30:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:30:38.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:30:38.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:31:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:31:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:31:29.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:31:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:31:29.032Z||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.
2021-09-30T03:31:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:31:38.582Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:31:38.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:32:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:32:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:32:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:32:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:32:29.032Z||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.
2021-09-30T03:32:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:32:38.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:32:38.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:33:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:33:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:33:29.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:33:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:33:29.032Z||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.
2021-09-30T03:33:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:33:38.570Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:33:38.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:34:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:34:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:34:29.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:34:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:34:29.032Z||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.
2021-09-30T03:34:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:34:38.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:34:38.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:35:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:35:29.031Z||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.
2021-09-30T03:35:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:35:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:35:29.032Z||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.
2021-09-30T03:35:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:35:38.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:35:38.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:36:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:36:29.030Z||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.
2021-09-30T03:36:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:36:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:36:29.031Z||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.
2021-09-30T03:36:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:36:38.578Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:36:38.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:37:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:37:29.030Z||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.
2021-09-30T03:37:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:37:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:37:29.032Z||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.
2021-09-30T03:37:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:37:38.575Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:37:38.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:38:29.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:38:29.030Z||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.
2021-09-30T03:38:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:38:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:38:29.031Z||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.
2021-09-30T03:38:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:38:38.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:38:38.579Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:39:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:39:29.031Z||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.
2021-09-30T03:39:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:39:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:39:29.032Z||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.
2021-09-30T03:39:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:39:38.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:39:38.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:40:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:40:29.031Z||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.
2021-09-30T03:40:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:40:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:40:29.032Z||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.
2021-09-30T03:40:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:40:38.575Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:40:38.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:41:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:41:29.030Z||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.
2021-09-30T03:41:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:41:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:41:29.031Z||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.
2021-09-30T03:41:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:41:38.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:41:38.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:42:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:42:29.031Z||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.
2021-09-30T03:42:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:42:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:42:29.032Z||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.
2021-09-30T03:42:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:42:38.576Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:42:38.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:43:29.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:43:29.030Z||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.
2021-09-30T03:43:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:43:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:43:29.032Z||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.
2021-09-30T03:43:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:43:38.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:43:38.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:44:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:44:29.030Z||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.
2021-09-30T03:44:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:44:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:44:29.032Z||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.
2021-09-30T03:44:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:44:38.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:44:38.579Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:45:29.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:45:29.030Z||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.
2021-09-30T03:45:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:45:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:45:29.032Z||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.
2021-09-30T03:45:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:45:38.575Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:45:38.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:46:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:46:29.031Z||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.
2021-09-30T03:46:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:46:29.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:46:29.033Z||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.
2021-09-30T03:46:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:46:38.582Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:46:38.584Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:47:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:47:29.031Z||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.
2021-09-30T03:47:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:47:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:47:29.032Z||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.
2021-09-30T03:47:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:47:38.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:47:38.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:48:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:48:29.031Z||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.
2021-09-30T03:48:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:48:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:48:29.032Z||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.
2021-09-30T03:48:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:48:38.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:48:38.584Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:49:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:49:29.030Z||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.
2021-09-30T03:49:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:49:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:49:29.032Z||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.
2021-09-30T03:49:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:49:38.600Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:49:38.603Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:50:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:50:29.031Z||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.
2021-09-30T03:50:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:50:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:50:29.032Z||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.
2021-09-30T03:50:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:50:38.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:50:38.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:51:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:51:29.030Z||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.
2021-09-30T03:51:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:51:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:51:29.032Z||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.
2021-09-30T03:51:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:51:38.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:51:38.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:52:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:52:29.030Z||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.
2021-09-30T03:52:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:52:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:52:29.032Z||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.
2021-09-30T03:52:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:52:38.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:52:38.585Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:53:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:53:29.030Z||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.
2021-09-30T03:53:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:53:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:53:29.032Z||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.
2021-09-30T03:53:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:53:38.574Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:53:38.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:54:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:54:29.030Z||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.
2021-09-30T03:54:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:54:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:54:29.032Z||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.
2021-09-30T03:54:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:54:38.574Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:54:38.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:55:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:55:29.030Z||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.
2021-09-30T03:55:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:55:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:55:29.032Z||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.
2021-09-30T03:55:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:55:38.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:55:38.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:56:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:56:29.030Z||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.
2021-09-30T03:56:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:56:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:56:29.032Z||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.
2021-09-30T03:56:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:56:38.576Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:56:38.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:57:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:57:29.030Z||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.
2021-09-30T03:57:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:57:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:57:29.032Z||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.
2021-09-30T03:57:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:57:38.576Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:57:38.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:58:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:58:29.030Z||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.
2021-09-30T03:58:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:58:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:58:29.032Z||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.
2021-09-30T03:58:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:58:38.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:58:38.594Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:59:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:59:29.031Z||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.
2021-09-30T03:59:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:59:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:59:29.032Z||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.
2021-09-30T03:59:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:59:38.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T03:59:38.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:00:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:00:29.030Z||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.
2021-09-30T04:00:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:00:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:00:29.032Z||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.
2021-09-30T04:00:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:00:38.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:00:38.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:01:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:01:29.030Z||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.
2021-09-30T04:01:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:01:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:01:29.032Z||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.
2021-09-30T04:01:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:01:38.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:01:38.583Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:02:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:02:29.031Z||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.
2021-09-30T04:02:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:02:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:02:29.032Z||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.
2021-09-30T04:02:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:02:38.579Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:02:38.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:03:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:03:29.031Z||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.
2021-09-30T04:03:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:03:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:03:29.032Z||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.
2021-09-30T04:03:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:03:38.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:03:38.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:04:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:04:29.030Z||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.
2021-09-30T04:04:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:04:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:04:29.032Z||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.
2021-09-30T04:04:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:04:38.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:04:38.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:05:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:05:29.031Z||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.
2021-09-30T04:05:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:05:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:05:29.032Z||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.
2021-09-30T04:05:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:05:38.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:05:38.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:06:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:06:29.031Z||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.
2021-09-30T04:06:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:06:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:06:29.032Z||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.
2021-09-30T04:06:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:06:38.583Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:06:38.585Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:07:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:07:29.031Z||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.
2021-09-30T04:07:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:07:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:07:29.032Z||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.
2021-09-30T04:07:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:07:38.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:07:38.582Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:08:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:08:29.030Z||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.
2021-09-30T04:08:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:08:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:08:29.032Z||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.
2021-09-30T04:08:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:08:38.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:08:38.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:09:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:09:29.030Z||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.
2021-09-30T04:09:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:09:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:09:29.032Z||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.
2021-09-30T04:09:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:09:38.583Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:09:38.586Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:10:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:10:29.030Z||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.
2021-09-30T04:10:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:10:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:10:29.032Z||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.
2021-09-30T04:10:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:10:38.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:10:38.581Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:11:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:11:29.030Z||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.
2021-09-30T04:11:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:11:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:11:29.032Z||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.
2021-09-30T04:11:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:11:38.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:11:38.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:12:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:12:29.030Z||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.
2021-09-30T04:12:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:12:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:12:29.032Z||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.
2021-09-30T04:12:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:12:38.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:12:38.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:13:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:13:29.030Z||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.
2021-09-30T04:13:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:13:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:13:29.032Z||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.
2021-09-30T04:13:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:13:38.574Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:13:38.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:14:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:14:29.030Z||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.
2021-09-30T04:14:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:14:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:14:29.032Z||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.
2021-09-30T04:14:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:14:38.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:14:38.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:15:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:15:29.030Z||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.
2021-09-30T04:15:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:15:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:15:29.031Z||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.
2021-09-30T04:15:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:15:38.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:15:38.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:16:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:16:29.030Z||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.
2021-09-30T04:16:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:16:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:16:29.031Z||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.
2021-09-30T04:16:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:16:38.580Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:16:38.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:17:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:17:29.030Z||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.
2021-09-30T04:17:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:17:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:17:29.032Z||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.
2021-09-30T04:17:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:17:38.585Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:17:38.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:18:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:18:29.030Z||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.
2021-09-30T04:18:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:18:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:18:29.032Z||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.
2021-09-30T04:18:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:18:38.582Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:18:38.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:19:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:19:29.030Z||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.
2021-09-30T04:19:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:19:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:19:29.032Z||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.
2021-09-30T04:19:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:19:38.580Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:19:38.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:20:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:20:29.030Z||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.
2021-09-30T04:20:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:20:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:20:29.032Z||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.
2021-09-30T04:20:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:20:38.582Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:20:38.583Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:21:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:21:29.030Z||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.
2021-09-30T04:21:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:21:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:21:29.032Z||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.
2021-09-30T04:21:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:21:38.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:21:38.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:22:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:22:29.030Z||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.
2021-09-30T04:22:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:22:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:22:29.031Z||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.
2021-09-30T04:22:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:22:38.574Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:22:38.585Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:23:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:23:29.030Z||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.
2021-09-30T04:23:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:23:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:23:29.032Z||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.
2021-09-30T04:23:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:23:38.574Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:23:38.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:24:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:24:29.030Z||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.
2021-09-30T04:24:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:24:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:24:29.032Z||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.
2021-09-30T04:24:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:24:38.576Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:24:38.606Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:25:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:25:29.030Z||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.
2021-09-30T04:25:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:25:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:25:29.031Z||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.
2021-09-30T04:25:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:25:38.574Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:25:38.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:26:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:26:29.030Z||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.
2021-09-30T04:26:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:26:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:26:29.032Z||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.
2021-09-30T04:26:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:26:38.580Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:26:38.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:27:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:27:29.030Z||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.
2021-09-30T04:27:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:27:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:27:29.031Z||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.
2021-09-30T04:27:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:27:38.574Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:27:38.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:28:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:28:29.030Z||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.
2021-09-30T04:28:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:28:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:28:29.032Z||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.
2021-09-30T04:28:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:28:38.578Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:28:38.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:29:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:29:29.030Z||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.
2021-09-30T04:29:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:29:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:29:29.032Z||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.
2021-09-30T04:29:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:29:38.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:29:38.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:30:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:30:29.030Z||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.
2021-09-30T04:30:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:30:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:30:29.031Z||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.
2021-09-30T04:30:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:30:38.573Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:30:38.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:31:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:31:29.031Z||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.
2021-09-30T04:31:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:31:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:31:29.032Z||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.
2021-09-30T04:31:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:31:38.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:31:38.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:32:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:32:29.030Z||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.
2021-09-30T04:32:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:32:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:32:29.032Z||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.
2021-09-30T04:32:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:32:38.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:32:38.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:33:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:33:29.030Z||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.
2021-09-30T04:33:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:33:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:33:29.032Z||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.
2021-09-30T04:33:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:33:38.578Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:33:38.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:34:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:34:29.030Z||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.
2021-09-30T04:34:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:34:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:34:29.031Z||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.
2021-09-30T04:34:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:34:38.577Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:34:38.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:35:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:35:29.030Z||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.
2021-09-30T04:35:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:35:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:35:29.032Z||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.
2021-09-30T04:35:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:35:38.575Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:35:38.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:36:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:36:29.030Z||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.
2021-09-30T04:36:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:36:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:36:29.032Z||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.
2021-09-30T04:36:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:36:38.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:36:38.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:37:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:37:29.030Z||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.
2021-09-30T04:37:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:37:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:37:29.031Z||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.
2021-09-30T04:37:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:37:38.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:37:38.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:38:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:38:29.031Z||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.
2021-09-30T04:38:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:38:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:38:29.032Z||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.
2021-09-30T04:38:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:38:38.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:38:38.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:39:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:39:29.030Z||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.
2021-09-30T04:39:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:39:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:39:29.032Z||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.
2021-09-30T04:39:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:39:38.583Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:39:38.585Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:40:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:40:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:40:29.032Z||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.
2021-09-30T04:40:29.032Z||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.
2021-09-30T04:40:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:40:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:40:38.580Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:40:38.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:41:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:41:29.030Z||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.
2021-09-30T04:41:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:41:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:41:29.032Z||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.
2021-09-30T04:41:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:41:38.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:41:38.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:42:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:42:29.031Z||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.
2021-09-30T04:42:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:42:29.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:42:29.033Z||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.
2021-09-30T04:42:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:42:38.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:42:38.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:43:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:43:29.030Z||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.
2021-09-30T04:43:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:43:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:43:29.031Z||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.
2021-09-30T04:43:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:43:38.571Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:43:38.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:44:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:44:29.030Z||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.
2021-09-30T04:44:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:44:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:44:29.032Z||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.
2021-09-30T04:44:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:44:38.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:44:38.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:45:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:45:29.030Z||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.
2021-09-30T04:45:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:45:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:45:29.031Z||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.
2021-09-30T04:45:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:45:38.575Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:45:38.583Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:46:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:46:29.030Z||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.
2021-09-30T04:46:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:46:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:46:29.032Z||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.
2021-09-30T04:46:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:46:38.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:46:38.580Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:47:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:47:29.030Z||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.
2021-09-30T04:47:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:47:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:47:29.032Z||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.
2021-09-30T04:47:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:47:38.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:47:38.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:48:29.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:48:29.031Z||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.
2021-09-30T04:48:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:48:29.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:48:29.034Z||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.
2021-09-30T04:48:29.034Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:48:38.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:48:38.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:49:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:49:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:49:29.032Z||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.
2021-09-30T04:49:29.032Z||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.
2021-09-30T04:49:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:49:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:49:38.589Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:49:38.590Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:50:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:50:29.030Z||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.
2021-09-30T04:50:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:50:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:50:29.032Z||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.
2021-09-30T04:50:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:50:38.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:50:38.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:51:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:51:29.030Z||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.
2021-09-30T04:51:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:51:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:51:29.032Z||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.
2021-09-30T04:51:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:51:38.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:51:38.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:52:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:52:29.030Z||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.
2021-09-30T04:52:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:52:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:52:29.032Z||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.
2021-09-30T04:52:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:52:38.575Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:52:38.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:53:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:53:29.030Z||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.
2021-09-30T04:53:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:53:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:53:29.032Z||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.
2021-09-30T04:53:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:53:38.574Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:53:38.576Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:54:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:54:29.030Z||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.
2021-09-30T04:54:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:54:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:54:29.032Z||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.
2021-09-30T04:54:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:54:38.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:54:38.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:55:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:55:29.030Z||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.
2021-09-30T04:55:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:55:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:55:29.032Z||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.
2021-09-30T04:55:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:55:38.577Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:55:38.578Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:56:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:56:29.030Z||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.
2021-09-30T04:56:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:56:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:56:29.032Z||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.
2021-09-30T04:56:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:56:38.574Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:56:38.577Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:57:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:57:29.030Z||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.
2021-09-30T04:57:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:57:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:57:29.031Z||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.
2021-09-30T04:57:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:57:38.583Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:57:38.584Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:58:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:58:29.030Z||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.
2021-09-30T04:58:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:58:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:58:29.031Z||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.
2021-09-30T04:58:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:58:38.575Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:58:38.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:59:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:59:29.030Z||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.
2021-09-30T04:59:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:59:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:59:29.032Z||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.
2021-09-30T04:59:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:59:38.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T04:59:38.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:00:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:00:29.030Z||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.
2021-09-30T05:00:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:00:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:00:29.032Z||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.
2021-09-30T05:00:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:00:38.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:00:38.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:01:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:01:29.030Z||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.
2021-09-30T05:01:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:01:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:01:29.032Z||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.
2021-09-30T05:01:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:01:38.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:01:38.574Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:02:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:02:29.030Z||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.
2021-09-30T05:02:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:02:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:02:29.032Z||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.
2021-09-30T05:02:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:02:38.581Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:02:38.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:03:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:03:29.030Z||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.
2021-09-30T05:03:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:03:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:03:29.032Z||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.
2021-09-30T05:03:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:03:38.573Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:03:38.578Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:04:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:04:29.030Z||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.
2021-09-30T05:04:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:04:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:04:29.032Z||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.
2021-09-30T05:04:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:04:38.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:04:38.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:05:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:05:29.030Z||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.
2021-09-30T05:05:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:05:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:05:29.032Z||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.
2021-09-30T05:05:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:05:38.576Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:05:38.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:06:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:06:29.031Z||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.
2021-09-30T05:06:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:06:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:06:29.032Z||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.
2021-09-30T05:06:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:06:38.578Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:06:38.607Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:07:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:07:29.030Z||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.
2021-09-30T05:07:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:07:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:07:29.032Z||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.
2021-09-30T05:07:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:07:38.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:07:38.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:08:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:08:29.030Z||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.
2021-09-30T05:08:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:08:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:08:29.032Z||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.
2021-09-30T05:08:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:08:38.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:08:38.576Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:09:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:09:29.030Z||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.
2021-09-30T05:09:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:09:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:09:29.032Z||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.
2021-09-30T05:09:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:09:38.588Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:09:38.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:10:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:10:29.030Z||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.
2021-09-30T05:10:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:10:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:10:29.032Z||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.
2021-09-30T05:10:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:10:38.612Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:10:38.614Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:11:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:11:29.030Z||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.
2021-09-30T05:11:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:11:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:11:29.032Z||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.
2021-09-30T05:11:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:11:38.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:11:38.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:12:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:12:29.031Z||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.
2021-09-30T05:12:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:12:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:12:29.032Z||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.
2021-09-30T05:12:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:12:38.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:12:38.582Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:13:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:13:29.030Z||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.
2021-09-30T05:13:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:13:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:13:29.032Z||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.
2021-09-30T05:13:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:13:38.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:13:38.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:14:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:14:29.030Z||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.
2021-09-30T05:14:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:14:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:14:29.032Z||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.
2021-09-30T05:14:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:14:38.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:14:38.576Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:15:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:15:29.030Z||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.
2021-09-30T05:15:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:15:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:15:29.032Z||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.
2021-09-30T05:15:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:15:38.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:15:38.573Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:16:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:16:29.030Z||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.
2021-09-30T05:16:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:16:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:16:29.032Z||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.
2021-09-30T05:16:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:16:38.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:16:38.578Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:17:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:17:29.030Z||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.
2021-09-30T05:17:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:17:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:17:29.032Z||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.
2021-09-30T05:17:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:17:38.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:17:38.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:18:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:18:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:18:29.032Z||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.
2021-09-30T05:18:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:18:29.032Z||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.
2021-09-30T05:18:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:18:38.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:18:38.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:19:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:19:29.030Z||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.
2021-09-30T05:19:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:19:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:19:29.032Z||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.
2021-09-30T05:19:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:19:38.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:19:38.577Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:20:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:20:29.030Z||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.
2021-09-30T05:20:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:20:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:20:29.032Z||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.
2021-09-30T05:20:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:20:38.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:20:38.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:21:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:21:29.030Z||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.
2021-09-30T05:21:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:21:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:21:29.032Z||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.
2021-09-30T05:21:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:21:38.575Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:21:38.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:22:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:22:29.030Z||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.
2021-09-30T05:22:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:22:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:22:29.032Z||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.
2021-09-30T05:22:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:22:38.578Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:22:38.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:23:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:23:29.030Z||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.
2021-09-30T05:23:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:23:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:23:29.031Z||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.
2021-09-30T05:23:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:23:38.571Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:23:38.573Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:24:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:24:29.031Z||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.
2021-09-30T05:24:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:24:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:24:29.032Z||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.
2021-09-30T05:24:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:24:38.578Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:24:38.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:25:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:25:29.030Z||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.
2021-09-30T05:25:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:25:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:25:29.032Z||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.
2021-09-30T05:25:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:25:38.575Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:25:38.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:26:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:26:29.030Z||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.
2021-09-30T05:26:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:26:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:26:29.032Z||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.
2021-09-30T05:26:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:26:38.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:26:38.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:27:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:27:29.030Z||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.
2021-09-30T05:27:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:27:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:27:29.032Z||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.
2021-09-30T05:27:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:27:38.576Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:27:38.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:28:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:28:29.030Z||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.
2021-09-30T05:28:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:28:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:28:29.031Z||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.
2021-09-30T05:28:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:28:38.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:28:38.592Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:29:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:29:29.030Z||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.
2021-09-30T05:29:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:29:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:29:29.032Z||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.
2021-09-30T05:29:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:29:38.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:29:38.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:30:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:30:29.030Z||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.
2021-09-30T05:30:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:30:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:30:29.031Z||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.
2021-09-30T05:30:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:30:38.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:30:38.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:31:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:31:29.030Z||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.
2021-09-30T05:31:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:31:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:31:29.032Z||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.
2021-09-30T05:31:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:31:38.573Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:31:38.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:32:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:32:29.030Z||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.
2021-09-30T05:32:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:32:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:32:29.032Z||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.
2021-09-30T05:32:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:32:38.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:32:38.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:33:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:33:29.030Z||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.
2021-09-30T05:33:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:33:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:33:29.032Z||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.
2021-09-30T05:33:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:33:38.573Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:33:38.579Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:34:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:34:29.030Z||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.
2021-09-30T05:34:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:34:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:34:29.033Z||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.
2021-09-30T05:34:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:34:38.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:34:38.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:35:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:35:29.030Z||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.
2021-09-30T05:35:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:35:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:35:29.031Z||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.
2021-09-30T05:35:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:35:38.579Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:35:38.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:36:29.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:36:29.030Z||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.
2021-09-30T05:36:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:36:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:36:29.032Z||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.
2021-09-30T05:36:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:36:38.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:36:38.580Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:37:29.030Z||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.
2021-09-30T05:37:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:37:29.032Z||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.
2021-09-30T05:37:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:29.159Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:29.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "cds",
  "timestamp": 1632980224088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "aai-ml",
  "timestamp": 1632980222431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "policy-id",
  "timestamp": 1632980223847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "dcae-sch",
  "timestamp": 1632980223075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "cds",
  "timestamp": 1632980224088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "aai-ml",
  "timestamp": 1632980222431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "policy-id",
  "timestamp": 1632980223847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "dcae-sch",
  "timestamp": 1632980223075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "cds",
  "timestamp": 1632980224088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "aai-ml",
  "timestamp": 1632980222431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "policy-id",
  "timestamp": 1632980223847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "dcae-sch",
  "timestamp": 1632980223075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "cds",
  "timestamp": 1632980224088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "aai-ml",
  "timestamp": 1632980222431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "dcae-sch",
  "timestamp": 1632980223075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "policy-id",
  "timestamp": 1632980223847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "cds",
  "timestamp": 1632980224088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "aai-ml",
  "timestamp": 1632980222431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "policy-id",
  "timestamp": 1632980223847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "dcae-sch",
  "timestamp": 1632980223075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "cds",
  "timestamp": 1632980224088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "aai-ml",
  "timestamp": 1632980222431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "policy-id",
  "timestamp": 1632980223847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "dcae-sch",
  "timestamp": 1632980223075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "cds",
  "timestamp": 1632980224088,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "aai-ml",
  "timestamp": 1632980222431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "policy-id",
  "timestamp": 1632980223847,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "dcae-sch",
  "timestamp": 1632980223075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "cds",
  "timestamp": 1632980238284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "aai-ml",
  "timestamp": 1632980238287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "policy-id",
  "timestamp": 1632980238281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "cds",
  "timestamp": 1632980239299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:37:29.294Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e79bf58-f725-499c-92c4-0e61ecaed19d
2021-09-30T05:37:29.305Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e79bf58-f725-499c-92c4-0e61ecaed19d 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 (?, ?, ?, ?, ?)
2021-09-30T05:37:29.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "policy-id",
  "timestamp": 1632980239287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:37:29.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:37:29.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980239061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "policy-id",
  "timestamp": 1632980240291,
  "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=?
2021-09-30T05:37:29.335Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e79bf58-f725-499c-92c4-0e61ecaed19d
2021-09-30T05:37:29.335Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e79bf58-f725-499c-92c4-0e61ecaed19d 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 (?, ?, ?, ?, ?)
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980239061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980240162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980239061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980240162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980239061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980240162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980239061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980240162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980239061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980240162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980239061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980240162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980240162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:37:29.655Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:29.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3e79bf58-f725-499c-92c4-0e61ecaed19d","serviceName":"basic_onboard_yLAHtx","serviceVersion":"1.0","serviceUUID":"8f5aa9dd-5f53-4acc-bded-772f5d601a1e","serviceDescription":"service","serviceInvariantUUID":"388edde3-2c32-4023-a1b7-f3031aca9482","resources":[{"resourceInstanceName":"basic_onboard_yLAHtx 0","resourceName":"basic_onboard_yLAHtx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ff60f6f5-7862-4cac-8e25-589026b3a0e7","resourceInvariantUUID":"a89fd0cb-d6ab-48a3-ab11-da0402b514aa","resourceCustomizationUUID":"202d1ea5-0574-47a2-912c-55ce0efe6d46","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml","artifactChecksum":"MTczOTdlYzVlNGNiZThiYmFlMDlkNTdjZWEwODBkZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7f404648-3ff2-46b2-8a25-0f002c6e5fb4","artifactVersion":"1"},{"artifactName":"basic_onboard_ylahtx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json","artifactChecksum":"OTBjNWU0MTgyYTQxZjY1MTUwMzFmNDEyMTE4Y2UxMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bbbb4aa2-97ca-4350-a12f-9f0744d205f4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a4954251-3eeb-4284-a54a-94be28caae60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d874e967-52ab-4d46-9937-f841024fd05d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4044309b-503d-4814-937c-e13fc90859a4","artifactVersion":"2","generatedFromUUID":"a4954251-3eeb-4284-a54a-94be28caae60"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYlahtx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml","artifactChecksum":"MDc2NGE0YTY2YzA0OGQ0M2U4ZTlkMDFkYjQ2NTc1YTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92f43bcd-a2c6-4aaf-8000-af1f1d84a33f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYlahtx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar","artifactChecksum":"ZTVlYmY1YmI5NDZkN2FiZmQzZDc2MDc3YWU4NzIxODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39348307-1516-4a94-9f0d-2328bde7e94a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T05:37:29.665Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:29.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:29.675Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:29.676Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.776Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:37:29.780Z||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.
2021-09-30T05:37:29.780Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:29.793Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:29.793Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:30.680Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:30.680Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:30.682Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:30.682Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:37:30.783Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:30.783Z||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.
2021-09-30T05:37:30.784Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:30.795Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:30.795Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:31.683Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:31.684Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:31.685Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:31.685Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:37:31.786Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:37:31.786Z||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.
2021-09-30T05:37:31.787Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:31.798Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:31.799Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:32.686Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:32.687Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:32.689Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:32.689Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:32.789Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:32.790Z||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.
2021-09-30T05:37:32.790Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:32.802Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:32.802Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:33.689Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:33.690Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:33.692Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:33.692Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-30T05:37:33.792Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:33.793Z||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.
2021-09-30T05:37:33.793Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:33.807Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:33.807Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:34.692Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:34.693Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:34.696Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:34.696Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:37:34.796Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:34.796Z||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.
2021-09-30T05:37:34.796Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:34.807Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:34.808Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:35.697Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:35.697Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:35.699Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:35.699Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:37:35.799Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:35.800Z||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.
2021-09-30T05:37:35.800Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:35.813Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:35.813Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:36.701Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "serviceName": "basic_onboard_yLAHtx",
  "serviceVersion": "1.0",
  "serviceUUID": "8f5aa9dd-5f53-4acc-bded-772f5d601a1e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "388edde3-2c32-4023-a1b7-f3031aca9482",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_yLAHtx 0",
      "resourceCustomizationUUID": "202d1ea5-0574-47a2-912c-55ce0efe6d46",
      "resourceName": "basic_onboard_yLAHtx",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ff60f6f5-7862-4cac-8e25-589026b3a0e7",
      "resourceInvariantUUID": "a89fd0cb-d6ab-48a3-ab11-da0402b514aa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ylahtx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
          "artifactChecksum": "OTBjNWU0MTgyYTQxZjY1MTUwMzFmNDEyMTE4Y2UxMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bbbb4aa2-97ca-4350-a12f-9f0744d205f4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a4954251-3eeb-4284-a54a-94be28caae60",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4044309b-503d-4814-937c-e13fc90859a4",
            "generatedFromUUID": "a4954251-3eeb-4284-a54a-94be28caae60"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4044309b-503d-4814-937c-e13fc90859a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYlahtx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
      "artifactChecksum": "ZTVlYmY1YmI5NDZkN2FiZmQzZDc2MDc3YWU4NzIxODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "39348307-1516-4a94-9f0d-2328bde7e94a"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T05:37:36.702Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T05:37:36.702Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f5aa9dd-5f53-4acc-bded-772f5d601a1e ASDC
2021-09-30T05:37:36.765Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3e79bf58-f725-499c-92c4-0e61ecaed19d
ServiceName:basic_onboard_yLAHtx
ServiceVersion:1.0
ServiceUUID:8f5aa9dd-5f53-4acc-bded-772f5d601a1e
ServiceInvariantUUID:388edde3-2c32-4023-a1b7-f3031aca9482
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYlahtx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar
ArtifactUUID:39348307-1516-4a94-9f0d-2328bde7e94a
ArtifactChecksum:ZTVlYmY1YmI5NDZkN2FiZmQzZDc2MDc3YWU4NzIxODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yLAHtx 0
ResourceCustomizationUUID:202d1ea5-0574-47a2-912c-55ce0efe6d46
ResourceInvariantUUID:a89fd0cb-d6ab-48a3-ab11-da0402b514aa
ResourceName:basic_onboard_yLAHtx
ResourceType:VF
ResourceUUID:ff60f6f5-7862-4cac-8e25-589026b3a0e7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ylahtx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json
ArtifactUUID:bbbb4aa2-97ca-4350-a12f-9f0744d205f4
ArtifactChecksum:OTBjNWU0MTgyYTQxZjY1MTUwMzFmNDEyMTE4Y2UxMGQ=
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/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a4954251-3eeb-4284-a54a-94be28caae60
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/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env
ArtifactUUID:4044309b-503d-4814-937c-e13fc90859a4
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/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env
ArtifactUUID:4044309b-503d-4814-937c-e13fc90859a4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-30T05:37:36.765Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f5aa9dd-5f53-4acc-bded-772f5d601a1e 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=?
2021-09-30T05:37:36.824Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:37:36.825Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T05:37:36.825Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T05:37:36.825Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 39348307-1516-4a94-9f0d-2328bde7e94a from URL: /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:36.825Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:37:36.826Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:36.985Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:37:36.995Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar 39348307-1516-4a94-9f0d-2328bde7e94a 71377
2021-09-30T05:37:36.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar ASDC sendASDCNotification
2021-09-30T05:37:36.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:36.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:37:36.998Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:36.999Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:37.000Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980256996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:37:37.100Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:37.100Z||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.
2021-09-30T05:37:37.100Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:37.112Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:37.112Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:38.001Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:37:38.002Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T05:37:38.003Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 39348307-1516-4a94-9f0d-2328bde7e94a, URL: /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar to file: /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:38.004Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:38.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:38.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:38.712Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13572740249315005680/Definitions/service-BasicOnboardYlahtx-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
2021-09-30T05:37:40.057Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T05:37:40.060Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T05:37:40.060Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||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-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||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-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yLAHtx 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-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T05:37:40.066Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:40.068Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.070Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:40.070Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T05:37:40.071Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.074Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:40.075Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is not matching search criteria
2021-09-30T05:37:40.075Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-30T05:37:40.075Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-30T05:37:40.075Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-30T05:37:40.075Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T05:37:40.075Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T05:37:40.076Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:40.076Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:37:40.076Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:40.076Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:40.077Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:37:40.077Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:40.077Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:40.077Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:37:40.077Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:40.077Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is not matching search criteria
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a23bde82-ba2e-45db-ae0c-6e5a76bc7123
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_yLAHtx
Description:service
Model UUID:8f5aa9dd-5f53-4acc-bded-772f5d601a1e
Model Version:NULL
Model InvariantUuid:388edde3-2c32-4023-a1b7-f3031aca9482
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_yLAHtx
Model UUID:8a8b9dce-2a18-4200-b324-dfb70b96b7e6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a89fd0cb-d6ab-48a3-ab11-da0402b514aa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:202d1ea5-0574-47a2-912c-55ce0efe6d46
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0f5b8c53-479a-45df-84b0-7089380c7740
ModelName:BasicOnboardYlahtx..base_ubuntu18..module-0
ModelUuid:e862aeb8-e33d-486b-989d-41a925b45f7b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a23bde82-ba2e-45db-ae0c-6e5a76bc7123
ModelInvariantUuid:491fd0bc-f1a0-4bf6-8bcd-e0dfb1797ed2
ModelName:basic_onboard_yLAHtx-nodes.ubuntu18Cvfc
ModelUuid:d2b02ca6-ccb7-4ee9-bb87-ced5950202fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f603a7a2-18ad-4739-938f-308bfcd6ecae
ModelInvariantUuid:1fb5d687-7f6b-48c3-8505-4151f8002cca
ModelName:BasicOnboardYlahtx.compute.nodes.heat.ubuntu18
ModelUuid:c58ca31b-2023-42d9-bc6e-88f8821c9ebd
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T05:37:40.091Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ff60f6f5-7862-4cac-8e25-589026b3a0e7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:37:40.159Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||basic_onboard_yLAHtx 0
2021-09-30T05:37:40.163Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ff60f6f5-7862-4cac-8e25-589026b3a0e7
2021-09-30T05:37:40.164Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bbbb4aa2-97ca-4350-a12f-9f0744d205f4 from URL: /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json
2021-09-30T05:37:40.164Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:37:40.164Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json
2021-09-30T05:37:40.628Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:37:40.628Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json bbbb4aa2-97ca-4350-a12f-9f0744d205f4 798
2021-09-30T05:37:40.628Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json ASDC sendASDCNotification
2021-09-30T05:37:40.628Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json
2021-09-30T05:37:40.628Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:37:40.629Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:40.631Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:40.631Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980260628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:37:40.731Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:37:40.733Z||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.
2021-09-30T05:37:40.733Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:40.745Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:40.745Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:37:41.633Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYlahtx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0f5b8c53-479a-45df-84b0-7089380c7740",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e862aeb8-e33d-486b-989d-41a925b45f7b",
    "vfModuleModelCustomizationUUID": "328590b5-89fa-4baa-be14-19549cd30576",
    "isBase": true,
    "artifacts": [
      "a4954251-3eeb-4284-a54a-94be28caae60",
      "4044309b-503d-4814-937c-e13fc90859a4"
    ],
    "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": ""
    }
  }
]
2021-09-30T05:37:41.649Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlahtx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e862aeb8-e33d-486b-989d-41a925b45f7b
VfModuleModelInvariantUUID:0f5b8c53-479a-45df-84b0-7089380c7740
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4954251-3eeb-4284-a54a-94be28caae60
,
4044309b-503d-4814-937c-e13fc90859a4

}
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


}

2021-09-30T05:37:41.651Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYlahtx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0f5b8c53-479a-45df-84b0-7089380c7740",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e862aeb8-e33d-486b-989d-41a925b45f7b",
    "vfModuleModelCustomizationUUID": "328590b5-89fa-4baa-be14-19549cd30576",
    "isBase": true,
    "artifacts": [
      "a4954251-3eeb-4284-a54a-94be28caae60",
      "4044309b-503d-4814-937c-e13fc90859a4"
    ],
    "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": ""
    }
  }
]
2021-09-30T05:37:41.651Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlahtx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e862aeb8-e33d-486b-989d-41a925b45f7b
VfModuleModelInvariantUUID:0f5b8c53-479a-45df-84b0-7089380c7740
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4954251-3eeb-4284-a54a-94be28caae60
,
4044309b-503d-4814-937c-e13fc90859a4

}
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


}

2021-09-30T05:37:41.651Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a4954251-3eeb-4284-a54a-94be28caae60 from URL: /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml
2021-09-30T05:37:41.651Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:37:41.651Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml
2021-09-30T05:37:41.791Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:37:41.792Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml a4954251-3eeb-4284-a54a-94be28caae60 5033
2021-09-30T05:37:41.792Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-30T05:37:41.792Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml
2021-09-30T05:37:41.792Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:37:41.793Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:41.795Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:41.795Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980261792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:37:41.895Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:41.896Z||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.
2021-09-30T05:37:41.896Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:41.909Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:41.909Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:42.796Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4044309b-503d-4814-937c-e13fc90859a4 from URL: /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env
2021-09-30T05:37:42.797Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:37:42.797Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env
2021-09-30T05:37:42.972Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:37:42.973Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env 4044309b-503d-4814-937c-e13fc90859a4 909
2021-09-30T05:37:42.973Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-30T05:37:42.973Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env
2021-09-30T05:37:42.973Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:37:42.973Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:42.976Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:42.976Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980262973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:37:43.076Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:43.077Z||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.
2021-09-30T05:37:43.077Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:43.090Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:43.090Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:43.977Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8f5aa9dd-5f53-4acc-bded-772f5d601a1e
2021-09-30T05:37:43.977Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yLAHtx 0 ff60f6f5-7862-4cac-8e25-589026b3a0e7 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:37:43.995Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3842f13b, org.onap.sdc.toscaparser.api.parameters.Input@5121ea39, org.onap.sdc.toscaparser.api.parameters.Input@72d7dcb8, org.onap.sdc.toscaparser.api.parameters.Input@3518b698, org.onap.sdc.toscaparser.api.parameters.Input@1a7c5229]
2021-09-30T05:37:43.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:43.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:43.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-09-30T05:37:43.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 202d1ea5-0574-47a2-912c-55ce0efe6d46
2021-09-30T05:37:43.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 202d1ea5-0574-47a2-912c-55ce0efe6d46 matches Tosca VF Customization UUID: 202d1ea5-0574-47a2-912c-55ce0efe6d46
2021-09-30T05:37:43.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 202d1ea5-0574-47a2-912c-55ce0efe6d46  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-30T05:37:44.002Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:44.002Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.003Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 202d1ea5-0574-47a2-912c-55ce0efe6d46: {\"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\"}
2021-09-30T05:37:44.003Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d41950d
2021-09-30T05:37:44.003Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:44.004Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:37:44.004Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 328590b5-89fa-4baa-be14-19549cd30576
2021-09-30T05:37:44.005Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 328590b5-89fa-4baa-be14-19549cd30576
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-30T05:37:44.009Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:44.010Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:44.010Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:37:44.010Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:44.010Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:44.011Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:37:44.011Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:44.011Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is not matching search criteria
2021-09-30T05:37:44.011Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-30T05:37:44.011Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T05:37:44.011Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a23bde82-ba2e-45db-ae0c-6e5a76bc7123
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T05:37:44.016Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:44.016Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:44.016Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:37:44.016Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:44.016Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:44.016Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=202d1ea5-0574-47a2-912c-55ce0efe6d46
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:37:44.017Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:44.017Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.017Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8f5aa9dd-5f53-4acc-bded-772f5d601a1e: basic_onboard_yLAHtx
2021-09-30T05:37:44.017Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_yLAHtx 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-30T05:37:44.137Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yLAHtx ff60f6f5-7862-4cac-8e25-589026b3a0e7 1 ASDC deployResourceStructure
2021-09-30T05:37:44.137Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json ASDC sendASDCNotification
2021-09-30T05:37:44.137Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json
2021-09-30T05:37:44.138Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:37:44.138Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:44.140Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:44.140Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980264137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:37:44.240Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:44.241Z||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.
2021-09-30T05:37:44.241Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:44.253Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:44.254Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:45.140Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-30T05:37:45.141Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml
2021-09-30T05:37:45.142Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:37:45.142Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:45.144Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:45.144Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980265140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T05:37:45.244Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:45.245Z||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.
2021-09-30T05:37:45.245Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:45.257Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:45.257Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:46.146Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-30T05:37:46.146Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env
2021-09-30T05:37:46.146Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:37:46.146Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:46.148Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:46.148Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980266145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-30T05:37:46.248Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:46.249Z||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.
2021-09-30T05:37:46.249Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:46.260Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:46.261Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:47.149Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar ASDC sendASDCNotification
2021-09-30T05:37:47.150Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:47.150Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:37:47.150Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:47.152Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:47.152Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980267149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:37:47.253Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:47.253Z||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.
2021-09-30T05:37:47.254Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:47.266Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:37:47.266Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:48.154Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:37:48.166Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
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=?
2021-09-30T05:37:48.168Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:37:48.168Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:37:48.168Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:38:18.168Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:38:18.179Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
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=?
2021-09-30T05:38:18.183Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:38:18.184Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:38:18.184Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:38:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:38:29.032Z||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.
2021-09-30T05:38:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:38:29.059Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:38:29.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:38:29.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980249014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:38:29.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:38:48.184Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:38:48.194Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
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=?
2021-09-30T05:38:48.196Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:38:48.197Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:38:48.197Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:39:18.197Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:39:18.205Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
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=?
2021-09-30T05:39:18.208Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:39:18.208Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:39:18.208Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:39:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:39:29.032Z||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.
2021-09-30T05:39:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:39:29.058Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:39:29.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "clamp",
  "timestamp": 1632980249918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980250826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980250601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "clamp",
  "timestamp": 1632980249918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980250601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980252322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "aai-ml",
  "timestamp": 1632980252449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "clamp",
  "timestamp": 1632980249918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980250601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "aai-ml",
  "timestamp": 1632980253453,
  "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=?
2021-09-30T05:39:29.076Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3e79bf58-f725-499c-92c4-0e61ecaed19d
2021-09-30T05:39:29.076Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e79bf58-f725-499c-92c4-0e61ecaed19d 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 (?, ?, ?, ?, ?)
2021-09-30T05:39:29.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "clamp",
  "timestamp": 1632980249918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-30T05:39:29.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980253831,
  "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=?
2021-09-30T05:39:29.085Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e79bf58-f725-499c-92c4-0e61ecaed19d
2021-09-30T05:39:29.085Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e79bf58-f725-499c-92c4-0e61ecaed19d 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=?
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980250601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "clamp",
  "timestamp": 1632980249918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980254834,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980250601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "clamp",
  "timestamp": 1632980249918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980249030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980250601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "clamp",
  "timestamp": 1632980249918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980256996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980250601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980258539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980260628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980261792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980262457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980262973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.093Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980263461,
  "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=?
2021-09-30T05:39:29.096Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e79bf58-f725-499c-92c4-0e61ecaed19d
2021-09-30T05:39:29.097Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e79bf58-f725-499c-92c4-0e61ecaed19d 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 (?, ?, ?, ?, ?)
2021-09-30T05:39:29.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980264137,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:39:29.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980265140,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "clamp",
  "timestamp": 1632980265699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980266145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "clamp",
  "timestamp": 1632980266778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980267149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "clamp",
  "timestamp": 1632980267782,
  "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=?
2021-09-30T05:39:29.107Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e79bf58-f725-499c-92c4-0e61ecaed19d
2021-09-30T05:39:29.107Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e79bf58-f725-499c-92c4-0e61ecaed19d 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 (?, ?, ?, ?, ?)
2021-09-30T05:39:29.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980299061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "cds",
  "timestamp": 1632980299088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980299061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "cds",
  "timestamp": 1632980299088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980300162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980299061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "cds",
  "timestamp": 1632980299088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980300162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980299061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "cds",
  "timestamp": 1632980299088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980300162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980299061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "dcae-sch",
  "timestamp": 1632980303075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "cds",
  "timestamp": 1632980299088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980300162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "policy-id",
  "timestamp": 1632980303847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980299061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "dcae-sch",
  "timestamp": 1632980303075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "cds",
  "timestamp": 1632980299088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980300162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "policy-id",
  "timestamp": 1632980303847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980299061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "dcae-sch",
  "timestamp": 1632980303075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "cds",
  "timestamp": 1632980299088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980300162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "policy-id",
  "timestamp": 1632980303847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:39:29.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "dcae-sch",
  "timestamp": 1632980303075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980300162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "cds",
  "timestamp": 1632980307335,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "policy-id",
  "timestamp": 1632980303847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "dcae-sch",
  "timestamp": 1632980303075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "cds",
  "timestamp": 1632980308339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:39:29.136Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
2021-09-30T05:39:29.136Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd 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 (?, ?, ?, ?, ?)
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980308431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "policy-id",
  "timestamp": 1632980303847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "dcae-sch",
  "timestamp": 1632980303075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:39:48.208Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:39:48.220Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
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=?
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:39:48.225Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:39:48.228Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T05:40:18.228Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d 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=?
2021-09-30T05:40:18.236Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d and serviceModelVersionId: 8f5aa9dd-5f53-4acc-bded-772f5d601a1e
2021-09-30T05:40:18.236Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 388edde3-2c32-4023-a1b7-f3031aca9482
2021-09-30T05:40:28.292Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/388edde3-2c32-4023-a1b7-f3031aca9482/model-vers/model-ver/8f5aa9dd-5f53-4acc-bded-772f5d601a1e?depth=0
2021-09-30T05:40:28.411Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T05:40:28.776Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/388edde3-2c32-4023-a1b7-f3031aca9482/model-vers/model-ver/8f5aa9dd-5f53-4acc-bded-772f5d601a1e?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]}
2021-09-30T05:40:28.779Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/388edde3-2c32-4023-a1b7-f3031aca9482/model-vers/model-ver/8f5aa9dd-5f53-4acc-bded-772f5d601a1e?depth=0|INFO|500||Invoke
2021-09-30T05:40:28.868Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/388edde3-2c32-4023-a1b7-f3031aca9482/model-vers/model-ver/8f5aa9dd-5f53-4acc-bded-772f5d601a1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T05:40:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:40:29.032Z||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.
2021-09-30T05:40:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:29.218Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/388edde3-2c32-4023-a1b7-f3031aca9482/model-vers/model-ver/8f5aa9dd-5f53-4acc-bded-772f5d601a1e?depth=0|INFO|500||InvokeReturn
2021-09-30T05:40:29.219Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/388edde3-2c32-4023-a1b7-f3031aca9482/model-vers/model-ver/8f5aa9dd-5f53-4acc-bded-772f5d601a1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210930-05:40:28:874-85503], vertex-id=[164056], Content-Length=[0], Date=[Thu, 30 Sep 2021 05:40:28 GMT], Content-Type=[application/json]}
2021-09-30T05:40:29.219Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T05:40:29.221Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T05:40:29.221Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:40:29.225Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T05:40:29.228Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e79bf58-f725-499c-92c4-0e61ecaed19d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T05:40:29.228Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T05:40:29.229Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:29.230Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:29.230Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980429228,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:40:29.331Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:40:29.332Z||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.
2021-09-30T05:40:29.332Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:29.343Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:29.344Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:40:29.352Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:29.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "policy-id",
  "timestamp": 1632980303847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "dcae-sch",
  "timestamp": 1632980303075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980310122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "policy-id",
  "timestamp": 1632980303847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "clamp",
  "timestamp": 1632980309918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980310601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "clamp",
  "timestamp": 1632980309918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980311825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "policy-id",
  "timestamp": 1632980312124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980310601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "clamp",
  "timestamp": 1632980309918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980312843,
  "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=?
2021-09-30T05:40:29.363Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
2021-09-30T05:40:29.364Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd 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 (?, ?, ?, ?, ?)
2021-09-30T05:40:29.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "aai-ml",
  "timestamp": 1632980312431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "policy-id",
  "timestamp": 1632980313128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980310601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "clamp",
  "timestamp": 1632980309918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980313847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "aai-ml",
  "timestamp": 1632980312431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "policy-id",
  "timestamp": 1632980314131,
  "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=?
2021-09-30T05:40:29.375Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
2021-09-30T05:40:29.375Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd 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=?
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980310601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "clamp",
  "timestamp": 1632980309918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "aai-ml",
  "timestamp": 1632980312431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980310601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "clamp",
  "timestamp": 1632980309918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "aai-ml",
  "timestamp": 1632980312431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980310601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "clamp",
  "timestamp": 1632980309918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "aai-ml",
  "timestamp": 1632980312431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980310601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "aai-ml",
  "timestamp": 1632980312431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980318425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "aai-ml",
  "timestamp": 1632980312431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "aai-ml",
  "timestamp": 1632980320620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980322057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980323060,
  "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=?
2021-09-30T05:40:29.382Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
2021-09-30T05:40:29.382Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd 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 (?, ?, ?, ?, ?)
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "aai-ml",
  "timestamp": 1632980329417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "clamp",
  "timestamp": 1632980329533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "aai-ml",
  "timestamp": 1632980330420,
  "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=?
2021-09-30T05:40:29.390Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
2021-09-30T05:40:29.391Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd 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 (?, ?, ?, ?, ?)
2021-09-30T05:40:29.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "clamp",
  "timestamp": 1632980330551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:40:29.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "clamp",
  "timestamp": 1632980331556,
  "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=?
2021-09-30T05:40:29.402Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
2021-09-30T05:40:29.402Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd 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 (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:40:30.240Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:40:30.240Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|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.
2021-09-30T05:40:30.240Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:34.562Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:34.563Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T05:40:34.563Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd","serviceName":"vFW 2021-09-30 05-36-48","serviceVersion":"1.0","serviceUUID":"82ca6454-4e56-4b44-838f-af050ff2eae6","serviceDescription":"catalog service description","serviceInvariantUUID":"11333f7c-4ed7-473a-9c99-2a5f94d0d305","resources":[{"resourceInstanceName":"vFW 177d686b-a432 0","resourceName":"vFW 177d686b-a432","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1611cc41-0e6d-464e-9aac-0f1e126731e2","resourceInvariantUUID":"003b93ca-6293-46bf-a6b1-f8059ba1dd1e","resourceCustomizationUUID":"1f69cd11-13db-4cf9-9e44-5f490f54ee54","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml","artifactChecksum":"NzYyODUxMWE1NTEwZjIyOGE2YmYyMGE4Mjc1M2YwOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e76efa7c-2ffc-4410-bc01-0d902ca053e8","artifactVersion":"1"},{"artifactName":"vfw177d686ba4320_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json","artifactChecksum":"YWVlYTc0MWY1YmQwODY4MmY3MDFhMThjOGYxYmM1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7dfce7c-a02f-4b22-b08d-2b6bd8d437f6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33502212-46de-47fa-ae32-9f06a83cd7cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml","artifactChecksum":"ODkzMjE4ZTMzOWQ4NTdhYmZlMWU0NTJhNWRmODFmODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a971a5f2-4b06-4b67-ae73-cc1333ba1cf1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"018491b3-3814-489d-b5d7-efb1e191c32f","artifactVersion":"2","generatedFromUUID":"33502212-46de-47fa-ae32-9f06a83cd7cb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210930053648-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml","artifactChecksum":"ODE3MzZiMGQwMjUwOGZmNzJkNGI0OTJiNDk0OTY1MzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe1eb35c-7e2c-41b7-bbdb-a4165210aea8","artifactVersion":"1"},{"artifactName":"service-Vfw20210930053648-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar","artifactChecksum":"YjZhOTY3OWU3YTQ3ZmM4YTg0OTE2MWRhN2NkNGY5MjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb052042-dc0b-4ff2-9424-edf9129232fa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T05:40:34.564Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:34.564Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:34.566Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:34.566Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:34.666Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:34.667Z||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.
2021-09-30T05:40:34.667Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:34.679Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:34.679Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:35.566Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:35.567Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:35.570Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:35.570Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:40:35.670Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:35.671Z||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.
2021-09-30T05:40:35.671Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:35.683Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:35.684Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:40:36.571Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:36.571Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:36.573Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:36.573Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:40:36.673Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:36.674Z||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.
2021-09-30T05:40:36.675Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:36.687Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:36.687Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:37.574Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:37.575Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:37.576Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:37.576Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:37.677Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:40:37.678Z||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.
2021-09-30T05:40:37.678Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:37.689Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:37.690Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:38.577Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:38.577Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:38.580Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:38.580Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-30T05:40:38.680Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:38.681Z||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.
2021-09-30T05:40:38.681Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:38.692Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:38.693Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:39.581Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:39.582Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:39.583Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:39.583Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:40:39.684Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:39.685Z||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.
2021-09-30T05:40:39.685Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:39.698Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:39.699Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:40.584Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:40.585Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:40.587Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:40.588Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:40:40.688Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:40.689Z||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.
2021-09-30T05:40:40.689Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:40.701Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:40.702Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:41.590Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "serviceName": "vFW 2021-09-30 05-36-48",
  "serviceVersion": "1.0",
  "serviceUUID": "82ca6454-4e56-4b44-838f-af050ff2eae6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "11333f7c-4ed7-473a-9c99-2a5f94d0d305",
  "resources": [
    {
      "resourceInstanceName": "vFW 177d686b-a432 0",
      "resourceCustomizationUUID": "1f69cd11-13db-4cf9-9e44-5f490f54ee54",
      "resourceName": "vFW 177d686b-a432",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1611cc41-0e6d-464e-9aac-0f1e126731e2",
      "resourceInvariantUUID": "003b93ca-6293-46bf-a6b1-f8059ba1dd1e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw177d686ba4320_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
          "artifactChecksum": "YWVlYTc0MWY1YmQwODY4MmY3MDFhMThjOGYxYmM1MDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e7dfce7c-a02f-4b22-b08d-2b6bd8d437f6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "33502212-46de-47fa-ae32-9f06a83cd7cb",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "018491b3-3814-489d-b5d7-efb1e191c32f",
            "generatedFromUUID": "33502212-46de-47fa-ae32-9f06a83cd7cb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "018491b3-3814-489d-b5d7-efb1e191c32f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210930053648-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
      "artifactChecksum": "YjZhOTY3OWU3YTQ3ZmM4YTg0OTE2MWRhN2NkNGY5MjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fb052042-dc0b-4ff2-9424-edf9129232fa"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T05:40:41.590Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T05:40:41.591Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82ca6454-4e56-4b44-838f-af050ff2eae6 ASDC
2021-09-30T05:40:41.592Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
ServiceName:vFW 2021-09-30 05-36-48
ServiceVersion:1.0
ServiceUUID:82ca6454-4e56-4b44-838f-af050ff2eae6
ServiceInvariantUUID:11333f7c-4ed7-473a-9c99-2a5f94d0d305
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210930053648-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar
ArtifactUUID:fb052042-dc0b-4ff2-9424-edf9129232fa
ArtifactChecksum:YjZhOTY3OWU3YTQ3ZmM4YTg0OTE2MWRhN2NkNGY5MjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 177d686b-a432 0
ResourceCustomizationUUID:1f69cd11-13db-4cf9-9e44-5f490f54ee54
ResourceInvariantUUID:003b93ca-6293-46bf-a6b1-f8059ba1dd1e
ResourceName:vFW 177d686b-a432
ResourceType:VF
ResourceUUID:1611cc41-0e6d-464e-9aac-0f1e126731e2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw177d686ba4320_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json
ArtifactUUID:e7dfce7c-a02f-4b22-b08d-2b6bd8d437f6
ArtifactChecksum:YWVlYTc0MWY1YmQwODY4MmY3MDFhMThjOGYxYmM1MDg=
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/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml
ArtifactUUID:33502212-46de-47fa-ae32-9f06a83cd7cb
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/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env
ArtifactUUID:018491b3-3814-489d-b5d7-efb1e191c32f
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/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env
ArtifactUUID:018491b3-3814-489d-b5d7-efb1e191c32f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-30T05:40:41.592Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82ca6454-4e56-4b44-838f-af050ff2eae6 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=?
2021-09-30T05:40:41.617Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:40:41.617Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T05:40:41.617Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T05:40:41.617Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fb052042-dc0b-4ff2-9424-edf9129232fa from URL: /sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:41.617Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:40:41.617Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:41.773Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:40:41.780Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar fb052042-dc0b-4ff2-9424-edf9129232fa 98755
2021-09-30T05:40:41.780Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar ASDC sendASDCNotification
2021-09-30T05:40:41.781Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:41.781Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:40:41.781Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:41.783Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:41.783Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980441780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:40:41.883Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:41.884Z||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.
2021-09-30T05:40:41.884Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:41.896Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:41.897Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:42.784Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:40:42.785Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T05:40:42.785Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fb052042-dc0b-4ff2-9424-edf9129232fa, URL: /sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar to file: /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:42.785Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210930053648-csar.csar
2021-09-30T05:40:42.786Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:42.786Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:43.144Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11309012712403207318/Definitions/service-Vfw20210930053648-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
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||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-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||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-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||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-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 177d686b-a432 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-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||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-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0e2cf0f3-3ca5-46d0-838a-1742960c09a4
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f1551b3-4a13-4b55-9292-53a5b8cc10cd
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=215f9f3d-2184-4e0b-b0d0-35483698eb89
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-30 05-36-48
Description:catalog service description
Model UUID:82ca6454-4e56-4b44-838f-af050ff2eae6
Model Version:NULL
Model InvariantUuid:11333f7c-4ed7-473a-9c99-2a5f94d0d305
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 177d686b-a432
Model UUID:b360bf7d-92ef-4e37-89a7-f171a450d303
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:003b93ca-6293-46bf-a6b1-f8059ba1dd1e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1f69cd11-13db-4cf9-9e44-5f490f54ee54
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8aab862f-a127-4c5b-a729-75eade26f8da
ModelName:Vfw177d686bA432..base_vfw..module-0
ModelUuid:b3b21244-61c5-4b2b-86c2-4fb0aaf5c6e5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0e2cf0f3-3ca5-46d0-838a-1742960c09a4
ModelInvariantUuid:e136c4ba-820d-4e15-b19c-1392b60be499
ModelName:vFW 177d686b-a432-nodes.vfwCvfc
ModelUuid:a95e69d2-e50b-46c7-8252-0e31099d0381
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a62521da-053a-4e07-b91e-42e428586934
ModelInvariantUuid:9306f5b8-bddf-4ed9-9b88-2fe4c6a26a73
ModelName:Vfw177d686bA432.compute.nodes.heat.vfw
ModelUuid:60d44e1f-ea9c-41ec-8b52-de206e3934c1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4f1551b3-4a13-4b55-9292-53a5b8cc10cd
ModelInvariantUuid:ce108f38-3b2b-47b2-a305-345f3d4be4f8
ModelName:vFW 177d686b-a432-nodes.vsnCvfc
ModelUuid:62670077-54b9-44a4-ab84-e3213b022bde
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a46e91f0-9e21-40f0-ab33-352dd89d8074
ModelInvariantUuid:a07e4ca0-fb8e-42c7-b579-f902cc73ba82
ModelName:Vfw177d686bA432.compute.nodes.heat.vsn
ModelUuid:7b936036-f6ed-4611-9644-8d54dc223743
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:215f9f3d-2184-4e0b-b0d0-35483698eb89
ModelInvariantUuid:7a53f854-d018-4936-a4fb-8b6a86ca3858
ModelName:vFW 177d686b-a432-nodes.vpgCvfc
ModelUuid:934d98bc-7534-4907-9d1b-ffc2548486d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d41c19d5-a70c-4178-91d0-a86521376612
ModelInvariantUuid:5dd6c7c8-df45-4e74-aa98-9c3e2720b8ad
ModelName:Vfw177d686bA432.compute.nodes.heat.vpg
ModelUuid:3cafd6cd-439a-439c-9049-57c595e6d536
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T05:40:44.953Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1611cc41-0e6d-464e-9aac-0f1e126731e2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:40:44.955Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||vFW 177d686b-a432 0
2021-09-30T05:40:44.955Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1611cc41-0e6d-464e-9aac-0f1e126731e2
2021-09-30T05:40:44.955Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7dfce7c-a02f-4b22-b08d-2b6bd8d437f6 from URL: /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json
2021-09-30T05:40:44.955Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:40:44.956Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json
2021-09-30T05:40:45.430Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:40:45.431Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json e7dfce7c-a02f-4b22-b08d-2b6bd8d437f6 785
2021-09-30T05:40:45.431Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json ASDC sendASDCNotification
2021-09-30T05:40:45.431Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json
2021-09-30T05:40:45.431Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:40:45.431Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:45.433Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:45.433Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980445431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:40:45.533Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:45.534Z||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.
2021-09-30T05:40:45.534Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:45.548Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:45.549Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:46.434Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw177d686bA432..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8aab862f-a127-4c5b-a729-75eade26f8da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3b21244-61c5-4b2b-86c2-4fb0aaf5c6e5",
    "vfModuleModelCustomizationUUID": "51537afb-e138-4456-bb33-61d4aa3f0a56",
    "isBase": true,
    "artifacts": [
      "33502212-46de-47fa-ae32-9f06a83cd7cb",
      "018491b3-3814-489d-b5d7-efb1e191c32f"
    ],
    "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": ""
    }
  }
]
2021-09-30T05:40:46.437Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw177d686bA432..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3b21244-61c5-4b2b-86c2-4fb0aaf5c6e5
VfModuleModelInvariantUUID:8aab862f-a127-4c5b-a729-75eade26f8da
VfModuleModelDescription:NULL
Artifacts UUID List:{
33502212-46de-47fa-ae32-9f06a83cd7cb
,
018491b3-3814-489d-b5d7-efb1e191c32f

}
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


}

2021-09-30T05:40:46.439Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw177d686bA432..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8aab862f-a127-4c5b-a729-75eade26f8da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b3b21244-61c5-4b2b-86c2-4fb0aaf5c6e5",
    "vfModuleModelCustomizationUUID": "51537afb-e138-4456-bb33-61d4aa3f0a56",
    "isBase": true,
    "artifacts": [
      "33502212-46de-47fa-ae32-9f06a83cd7cb",
      "018491b3-3814-489d-b5d7-efb1e191c32f"
    ],
    "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": ""
    }
  }
]
2021-09-30T05:40:46.439Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw177d686bA432..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3b21244-61c5-4b2b-86c2-4fb0aaf5c6e5
VfModuleModelInvariantUUID:8aab862f-a127-4c5b-a729-75eade26f8da
VfModuleModelDescription:NULL
Artifacts UUID List:{
33502212-46de-47fa-ae32-9f06a83cd7cb
,
018491b3-3814-489d-b5d7-efb1e191c32f

}
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


}

2021-09-30T05:40:46.439Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 33502212-46de-47fa-ae32-9f06a83cd7cb from URL: /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml
2021-09-30T05:40:46.439Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:40:46.439Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml
2021-09-30T05:40:47.129Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:40:47.131Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml 33502212-46de-47fa-ae32-9f06a83cd7cb 20368
2021-09-30T05:40:47.131Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-30T05:40:47.131Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml
2021-09-30T05:40:47.131Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:40:47.131Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:47.134Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:47.134Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980447131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:40:47.233Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:40:47.234Z||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.
2021-09-30T05:40:47.235Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:47.252Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:47.253Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:48.135Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 018491b3-3814-489d-b5d7-efb1e191c32f from URL: /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env
2021-09-30T05:40:48.135Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:40:48.135Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env
2021-09-30T05:40:48.726Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:40:48.727Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env 018491b3-3814-489d-b5d7-efb1e191c32f 2098
2021-09-30T05:40:48.727Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-30T05:40:48.727Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env
2021-09-30T05:40:48.727Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:40:48.727Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:48.729Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:48.730Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980448727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:40:48.830Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:48.831Z||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.
2021-09-30T05:40:48.831Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:48.842Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:48.843Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:49.730Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 82ca6454-4e56-4b44-838f-af050ff2eae6
2021-09-30T05:40:49.731Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 177d686b-a432 0 1611cc41-0e6d-464e-9aac-0f1e126731e2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:40:49.740Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@835edb3, org.onap.sdc.toscaparser.api.parameters.Input@6ee72261, org.onap.sdc.toscaparser.api.parameters.Input@3312b02b, org.onap.sdc.toscaparser.api.parameters.Input@3640d1a7, org.onap.sdc.toscaparser.api.parameters.Input@113feaa9]
2021-09-30T05:40:49.741Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.741Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.741Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-09-30T05:40:49.741Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 1f69cd11-13db-4cf9-9e44-5f490f54ee54
2021-09-30T05:40:49.741Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f69cd11-13db-4cf9-9e44-5f490f54ee54 matches Tosca VF Customization UUID: 1f69cd11-13db-4cf9-9e44-5f490f54ee54
2021-09-30T05:40:49.741Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 1f69cd11-13db-4cf9-9e44-5f490f54ee54  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-30T05:40:49.742Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.742Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.743Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 1f69cd11-13db-4cf9-9e44-5f490f54ee54: {\"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\"}
2021-09-30T05:40:49.743Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50547d9e
2021-09-30T05:40:49.743Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.743Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:40:49.743Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51537afb-e138-4456-bb33-61d4aa3f0a56
2021-09-30T05:40:49.743Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51537afb-e138-4456-bb33-61d4aa3f0a56
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0e2cf0f3-3ca5-46d0-838a-1742960c09a4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T05:40:49.746Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.746Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:49.746Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:49.746Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f1551b3-4a13-4b55-9292-53a5b8cc10cd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T05:40:49.748Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.748Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:49.748Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:49.750Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.750Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:49.750Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:49.750Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:49.750Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T05:40:49.750Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=215f9f3d-2184-4e0b-b0d0-35483698eb89
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T05:40:49.752Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.752Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:49.752Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:49.752Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.752Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:49.752Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=1f69cd11-13db-4cf9-9e44-5f490f54ee54
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 82ca6454-4e56-4b44-838f-af050ff2eae6: vFW 177d686b-a432
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.754Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.754Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:40:49.754Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.754Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-09-30 05-36-48 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-30T05:40:49.823Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 177d686b-a432 1611cc41-0e6d-464e-9aac-0f1e126731e2 1 ASDC deployResourceStructure
2021-09-30T05:40:49.823Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json ASDC sendASDCNotification
2021-09-30T05:40:49.823Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json
2021-09-30T05:40:49.823Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:40:49.824Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:49.826Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:49.826Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980449823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:40:49.927Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:49.928Z||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.
2021-09-30T05:40:49.928Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:49.940Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:49.940Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:50.827Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-30T05:40:50.828Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml
2021-09-30T05:40:50.828Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:40:50.828Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:50.829Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:50.829Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980450827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T05:40:50.930Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:40:50.930Z||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.
2021-09-30T05:40:50.930Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:50.941Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:50.941Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:51.830Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-30T05:40:51.831Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env
2021-09-30T05:40:51.831Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:40:51.831Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:51.833Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:51.833Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980451830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-30T05:40:51.933Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:51.934Z||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.
2021-09-30T05:40:51.934Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:51.947Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:51.947Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:40:52.834Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar ASDC sendASDCNotification
2021-09-30T05:40:52.834Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:52.834Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:40:52.835Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:52.836Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:52.836Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980452834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:40:52.936Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:52.937Z||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.
2021-09-30T05:40:52.937Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:52.949Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:40:52.949Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:53.837Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:40:53.845Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
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=?
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:40:53.852Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T05:41:23.853Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd 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=?
2021-09-30T05:41:23.857Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd and serviceModelVersionId: 82ca6454-4e56-4b44-838f-af050ff2eae6
2021-09-30T05:41:23.857Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11333f7c-4ed7-473a-9c99-2a5f94d0d305
2021-09-30T05:41:23.858Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0
2021-09-30T05:41:23.865Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T05:41:23.902Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0|INFO|500||Invoke
2021-09-30T05:41:23.902Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fbfd9a1f-4de2-4e35-a40b-a26b8afc4bb5], X-ECOMP-RequestID=[8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd], X-TransactionId=[], X-ONAP-RequestID=[8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd], Content-Type=[application/merge-patch+json]}
2021-09-30T05:41:23.920Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T05:41:23.996Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210930-05:41:23:928-78870], vertex-id=[164088], Content-Length=[0], Date=[Thu, 30 Sep 2021 05:41:23 GMT], Content-Type=[application/json]}
2021-09-30T05:41:23.997Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T05:41:23.998Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0|INFO|500||InvokeReturn
2021-09-30T05:41:23.998Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T05:41:23.998Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:41:24.001Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T05:41:24.001Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T05:41:24.002Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T05:41:24.002Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:41:24.004Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:41:24.004Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980484002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:41:24.105Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:41:24.105Z||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.
2021-09-30T05:41:24.105Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:41:24.119Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:41:24.119Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 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=?
2021-09-30T05:41:25.016Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:41:25.016Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T05:41:25.016Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:41:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:41:29.032Z||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.
2021-09-30T05:41:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:41:29.051Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:41:29.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:41:29.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980429228,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:41:29.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:41:34.558Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:41:34.558Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:41:34.558Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T05:41:34.558Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:41:44.103Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:41:44.103Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:41:44.104Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T05:41:44.104Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:41:53.643Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:42:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:42:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T05:42:29.031Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:42:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:42:29.032Z||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.
2021-09-30T05:42:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:42:29.554Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:42:29.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:42:29.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:42:29.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:42:29.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:42:29.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:42:29.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:42:29.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:42:29.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:42:29.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980430240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:42:29.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980441780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:42:29.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980445431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:42:29.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980447131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:42:29.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980448727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980449823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980450827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980451830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980452834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:42:29.564Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980484002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:42:29.564Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:38.584Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:43:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:43:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T05:43:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:43:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:43:29.032Z||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.
2021-09-30T05:43:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:43:38.575Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:43:38.578Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:44:29.029Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:44:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T05:44:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:44:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:44:29.032Z||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.
2021-09-30T05:44:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:44:38.575Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:44:38.582Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:45:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:45:29.030Z||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.
2021-09-30T05:45:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:45:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:45:29.033Z||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.
2021-09-30T05:45:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:45:38.577Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:45:38.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:46:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:46:29.030Z||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.
2021-09-30T05:46:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:46:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:46:29.032Z||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.
2021-09-30T05:46:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:46:38.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:46:38.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:47:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:47:29.030Z||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.
2021-09-30T05:47:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:47:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:47:29.032Z||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.
2021-09-30T05:47:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:47:38.574Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:47:38.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:48:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:48:29.030Z||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.
2021-09-30T05:48:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:48:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:48:29.032Z||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.
2021-09-30T05:48:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:48:29.176Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:48:29.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980860162,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "dcae-sch",
  "timestamp": 1632980863075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980859061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "policy-id",
  "timestamp": 1632980863847,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "dcae-sch",
  "timestamp": 1632980863075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980860162,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980859061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "policy-id",
  "timestamp": 1632980863847,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "cds",
  "timestamp": 1632980869088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "policy-id",
  "timestamp": 1632980869904,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "cds",
  "timestamp": 1632980869088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "policy-id",
  "timestamp": 1632980870908,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "policy-id",
  "timestamp": 1632980871910,
  "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 (?, ?, ?, ?, ?)
2021-09-30T05:48:29.188Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
2021-09-30T05:48:29.188Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 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 (?, ?, ?, ?, ?)
2021-09-30T05:48:29.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "cds",
  "timestamp": 1632980872330,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:48:29.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "cds",
  "timestamp": 1632980873336,
  "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=?
2021-09-30T05:48:29.195Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
2021-09-30T05:48:29.195Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 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 (?, ?, ?, ?, ?)
2021-09-30T05:48:29.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "clamp",
  "timestamp": 1632980879918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980880601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "clamp",
  "timestamp": 1632980879918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980880601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "aai-ml",
  "timestamp": 1632980882432,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980883389,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "aai-ml",
  "timestamp": 1632980882432,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980884862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "aai-ml",
  "timestamp": 1632980885452,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:48:29.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980885866,
  "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=?
2021-09-30T05:48:29.204Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
2021-09-30T05:48:29.205Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 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 (?, ?, ?, ?, ?)
2021-09-30T05:48:29.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "aai-ml",
  "timestamp": 1632980889018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:48:29.209Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "aai-ml",
  "timestamp": 1632980890020,
  "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=?
2021-09-30T05:48:29.211Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
2021-09-30T05:48:29.211Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 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 (?, ?, ?, ?, ?)
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "clamp",
  "timestamp": 1632980893628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "clamp",
  "timestamp": 1632980895638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "clamp",
  "timestamp": 1632980896641,
  "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=?
2021-09-30T05:48:29.217Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
2021-09-30T05:48:29.217Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 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 (?, ?, ?, ?, ?)
2021-09-30T05:48:29.658Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:48:29.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a95ffcf-6cf0-4094-a234-9b98d6ea1753","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0d7d2293-6786-46e7-8507-5d431cf33772","serviceDescription":"service","serviceInvariantUUID":"df0a63d7-92f0-4c81-98c9-5bf24671c8c8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b18471f8-dbca-4aaf-bebf-5e54e3d62f6e","resourceInvariantUUID":"b77aa633-01e9-4025-8acc-dedbae8441c3","resourceCustomizationUUID":"88a49825-c68d-433c-9ef8-cd756ec5957e","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":"ZjE3MmRiNjYwOGZlZDkxNzE4YTJmYmU1YzU3YmZhYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07837bac-9541-45f1-9c6f-9e1adf0914ac","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjdjNTMyN2ZkMjRlN2JmMDRhMzFiYzNlYTAwZGE2Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7dd26c7-5521-4044-92a1-444f28dcfbd6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T05:48:29.662Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:48:29.662Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:48:29.663Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:48:29.664Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.764Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:48:29.765Z||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.
2021-09-30T05:48:29.765Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:48:29.779Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:48:29.780Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:48:30.664Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:48:30.665Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:48:30.668Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:48:30.668Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:48:30.768Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:48:30.768Z||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.
2021-09-30T05:48:30.768Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:48:30.780Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:48:30.780Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:48:31.669Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0d7d2293-6786-46e7-8507-5d431cf33772",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df0a63d7-92f0-4c81-98c9-5bf24671c8c8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "88a49825-c68d-433c-9ef8-cd756ec5957e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "b18471f8-dbca-4aaf-bebf-5e54e3d62f6e",
      "resourceInvariantUUID": "b77aa633-01e9-4025-8acc-dedbae8441c3",
      "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": "MjdjNTMyN2ZkMjRlN2JmMDRhMzFiYzNlYTAwZGE2Nzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7dd26c7-5521-4044-92a1-444f28dcfbd6"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T05:48:31.669Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T05:48:31.669Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0d7d2293-6786-46e7-8507-5d431cf33772 ASDC
2021-09-30T05:48:31.670Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8a95ffcf-6cf0-4094-a234-9b98d6ea1753
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0d7d2293-6786-46e7-8507-5d431cf33772
ServiceInvariantUUID:df0a63d7-92f0-4c81-98c9-5bf24671c8c8
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:d7dd26c7-5521-4044-92a1-444f28dcfbd6
ArtifactChecksum:MjdjNTMyN2ZkMjRlN2JmMDRhMzFiYzNlYTAwZGE2Nzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:88a49825-c68d-433c-9ef8-cd756ec5957e
ResourceInvariantUUID:b77aa633-01e9-4025-8acc-dedbae8441c3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b18471f8-dbca-4aaf-bebf-5e54e3d62f6e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-30T05:48:31.670Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d7d2293-6786-46e7-8507-5d431cf33772 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=?
2021-09-30T05:48:31.686Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:48:31.687Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:48:31.687Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:48:31.687Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d7dd26c7-5521-4044-92a1-444f28dcfbd6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-30T05:48:31.687Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:48:31.687Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-30T05:48:32.119Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:48:32.121Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d7dd26c7-5521-4044-92a1-444f28dcfbd6 52178
2021-09-30T05:48:32.121Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-30T05:48:32.121Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-30T05:48:32.121Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:48:32.121Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:48:32.123Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:48:32.123Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980912121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:48:32.224Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:48:32.224Z||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.
2021-09-30T05:48:32.224Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:48:32.235Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:48:32.236Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:48:33.124Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:48:33.125Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:48:33.125Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d7dd26c7-5521-4044-92a1-444f28dcfbd6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.126Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-30T05:48:33.126Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.126Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.196Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14669787335067971074/Definitions/service-BasicNetwork-template.yml
2021-09-30T05:48:33.516Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T05:48:33.516Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:0d7d2293-6786-46e7-8507-5d431cf33772
Model Version:NULL
Model InvariantUuid:df0a63d7-92f0-4c81-98c9-5bf24671c8c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b77aa633-01e9-4025-8acc-dedbae8441c3
Model UUID:70a3f0df-88d4-499d-93ba-b2ef2b44f153
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:88a49825-c68d-433c-9ef8-cd756ec5957e
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T05:48:33.522Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: b18471f8-dbca-4aaf-bebf-5e54e3d62f6e
2021-09-30T05:48:33.522Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||No resources found for Service: 0d7d2293-6786-46e7-8507-5d431cf33772
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:48:33.524Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||
2021-09-30T05:48:33.525Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-30T05:48:33.525Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 0d7d2293-6786-46e7-8507-5d431cf33772
2021-09-30T05:48:33.525Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0d7d2293-6786-46e7-8507-5d431cf33772
2021-09-30T05:48:33.525Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-30T05:48:33.525Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:48:33.527Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24b71d23, org.onap.sdc.toscaparser.api.parameters.Input@575c7145, org.onap.sdc.toscaparser.api.parameters.Input@505047da, org.onap.sdc.toscaparser.api.parameters.Input@abbb85, org.onap.sdc.toscaparser.api.parameters.Input@1c69e0b6]
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0d7d2293-6786-46e7-8507-5d431cf33772: Generic NeutronNet
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-30T05:48:33.545Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.545Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.546Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.546Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.546Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:48:33.546Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.546Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?)
2021-09-30T05:48:33.572Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-30T05:48:33.572Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-30T05:48:33.572Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.572Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:48:33.572Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:48:33.574Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:48:33.574Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980913572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:48:33.674Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:48:33.675Z||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.
2021-09-30T05:48:33.675Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:48:33.686Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:48:33.687Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:48:34.575Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:48:34.580Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
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=?
2021-09-30T05:48:34.582Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:48:34.582Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T05:48:34.582Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T05:48:34.582Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T05:48:34.582Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:48:34.583Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:48:34.583Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:48:34.583Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:48:34.583Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:48:34.583Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:48:34.583Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:48:34.585Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T05:49:04.586Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 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=?
2021-09-30T05:49:04.590Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 and serviceModelVersionId: 0d7d2293-6786-46e7-8507-5d431cf33772
2021-09-30T05:49:04.591Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0a63d7-92f0-4c81-98c9-5bf24671c8c8
2021-09-30T05:49:04.592Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0a63d7-92f0-4c81-98c9-5bf24671c8c8/model-vers/model-ver/0d7d2293-6786-46e7-8507-5d431cf33772?depth=0
2021-09-30T05:49:04.599Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T05:49:04.633Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df0a63d7-92f0-4c81-98c9-5bf24671c8c8/model-vers/model-ver/0d7d2293-6786-46e7-8507-5d431cf33772?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]}
2021-09-30T05:49:04.634Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df0a63d7-92f0-4c81-98c9-5bf24671c8c8/model-vers/model-ver/0d7d2293-6786-46e7-8507-5d431cf33772?depth=0|INFO|500||Invoke
2021-09-30T05:49:04.647Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df0a63d7-92f0-4c81-98c9-5bf24671c8c8/model-vers/model-ver/0d7d2293-6786-46e7-8507-5d431cf33772?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T05:49:04.742Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df0a63d7-92f0-4c81-98c9-5bf24671c8c8/model-vers/model-ver/0d7d2293-6786-46e7-8507-5d431cf33772?depth=0|INFO|500||InvokeReturn
2021-09-30T05:49:04.743Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df0a63d7-92f0-4c81-98c9-5bf24671c8c8/model-vers/model-ver/0d7d2293-6786-46e7-8507-5d431cf33772?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210930-05:49:04:653-38376], vertex-id=[200840], Content-Length=[0], Date=[Thu, 30 Sep 2021 05:49:04 GMT], Content-Type=[application/json]}
2021-09-30T05:49:04.743Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T05:49:04.743Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T05:49:04.743Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:49:04.747Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T05:49:04.747Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T05:49:04.747Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T05:49:04.748Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:04.750Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:04.750Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980944747,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:49:04.850Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:04.850Z||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.
2021-09-30T05:49:04.850Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:04.865Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:49:04.866Z||pool-39-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=?
2021-09-30T05:49:05.758Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:49:05.759Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2721ec8-ae89-4ed9-978a-be98430d7dc8","serviceName":"Demo_pNF_isU3tdlUd81b3L62zvBd","serviceVersion":"1.0","serviceUUID":"3cea8293-c53f-48cb-be88-872b4f8f433e","serviceDescription":"catalog service description","serviceInvariantUUID":"33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4","resources":[{"resourceInstanceName":"pNF e13a4300-d1a9 0","resourceName":"pNF e13a4300-d1a9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0e339e2b-bcfb-4483-9c5c-a16cc4a096d0","resourceInvariantUUID":"5ca87f7e-d849-42f0-bf35-c8694b6f4646","resourceCustomizationUUID":"f64dd56d-326e-41da-ae68-b602f08123b5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vf-license-model.xml","artifactChecksum":"YjFkMmY3OWFkNTdmYzA5NTY1NjJkN2E3ODZjMzQ5MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2506ffaa-88fc-4b69-9e20-a444fa70a8e7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5032b3e4-0372-400c-a5bd-b97932b66496","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16cde850-0e1e-4dd5-9b59-5cbc3597633b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vendor-license-model.xml","artifactChecksum":"Yzg5YWZjZTk4MjlhZmU0ZmYwNWUyOTQ0NTc5OTM0NTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0225aab5-a0a5-41ef-a846-4a1ed0a34319","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"af8c4b14-ded4-449c-b50e-f9acb1506176","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f8c911b-8100-4b7b-8897-02a9e6ba7a08","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml","artifactChecksum":"ZDNhYjczZmNiMjdkYjYxZDdlNjNmZTVhMWQxMzU4MGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf27ebb6-7a30-47bc-a0a4-9e199e698036","artifactVersion":"1"},{"artifactName":"service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar","artifactChecksum":"NDE2Y2ZjNWI5ODc4N2VkN2YxNWFlZjNmMjY2YjhjZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77e3cced-14ab-48d7-af2a-069421af312f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T05:49:05.760Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:05.760Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:05.762Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:05.762Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:49:05.863Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:05.863Z||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.
2021-09-30T05:49:05.864Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:05.874Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:49:05.875Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:49:06.763Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:06.764Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:06.767Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:06.767Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:49:06.867Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:06.868Z||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.
2021-09-30T05:49:06.868Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:06.880Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:49:06.880Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:49:07.767Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:07.768Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:07.770Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:07.770Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:49:07.871Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:49:07.872Z||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.
2021-09-30T05:49:07.872Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:07.882Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:49:07.883Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:49:08.771Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:08.771Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:08.773Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:08.773Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:49:08.873Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:08.874Z||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.
2021-09-30T05:49:08.874Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:08.886Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:49:08.886Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:49:09.774Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:09.775Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:09.776Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:09.776Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:49:09.877Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:49:09.877Z||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.
2021-09-30T05:49:09.877Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:09.891Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:49:09.892Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:49:10.777Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:10.778Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:10.780Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:10.780Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:49:10.880Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:10.881Z||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.
2021-09-30T05:49:10.881Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:10.894Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:49:10.894Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:49:11.781Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:11.782Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:11.784Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:11.785Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:49:11.885Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:11.886Z||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.
2021-09-30T05:49:11.886Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:11.899Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:49:11.899Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:49:12.785Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:12.786Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:12.787Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:12.788Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:49:12.888Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:12.889Z||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.
2021-09-30T05:49:12.889Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:12.899Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:49:12.899Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:49:13.789Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "serviceName": "Demo_pNF_isU3tdlUd81b3L62zvBd",
  "serviceVersion": "1.0",
  "serviceUUID": "3cea8293-c53f-48cb-be88-872b4f8f433e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4",
  "resources": [
    {
      "resourceInstanceName": "pNF e13a4300-d1a9 0",
      "resourceCustomizationUUID": "f64dd56d-326e-41da-ae68-b602f08123b5",
      "resourceName": "pNF e13a4300-d1a9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0e339e2b-bcfb-4483-9c5c-a16cc4a096d0",
      "resourceInvariantUUID": "5ca87f7e-d849-42f0-bf35-c8694b6f4646",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
      "artifactChecksum": "NDE2Y2ZjNWI5ODc4N2VkN2YxNWFlZjNmMjY2YjhjZTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "77e3cced-14ab-48d7-af2a-069421af312f"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T05:49:13.789Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T05:49:13.789Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3cea8293-c53f-48cb-be88-872b4f8f433e ASDC
2021-09-30T05:49:13.789Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d2721ec8-ae89-4ed9-978a-be98430d7dc8
ServiceName:Demo_pNF_isU3tdlUd81b3L62zvBd
ServiceVersion:1.0
ServiceUUID:3cea8293-c53f-48cb-be88-872b4f8f433e
ServiceInvariantUUID:33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
ArtifactUUID:77e3cced-14ab-48d7-af2a-069421af312f
ArtifactChecksum:NDE2Y2ZjNWI5ODc4N2VkN2YxNWFlZjNmMjY2YjhjZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e13a4300-d1a9 0
ResourceCustomizationUUID:f64dd56d-326e-41da-ae68-b602f08123b5
ResourceInvariantUUID:5ca87f7e-d849-42f0-bf35-c8694b6f4646
ResourceName:pNF e13a4300-d1a9
ResourceType:PNF
ResourceUUID:0e339e2b-bcfb-4483-9c5c-a16cc4a096d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-30T05:49:13.789Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3cea8293-c53f-48cb-be88-872b4f8f433e 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 (?, ?, ?, ?, ?)
2021-09-30T05:49:13.811Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:49:13.811Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:49:13.812Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:49:13.812Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 77e3cced-14ab-48d7-af2a-069421af312f from URL: /sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:13.812Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:49:13.812Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:14.423Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:49:14.425Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar 77e3cced-14ab-48d7-af2a-069421af312f 82547
2021-09-30T05:49:14.426Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar ASDC sendASDCNotification
2021-09-30T05:49:14.426Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:14.426Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:49:14.426Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:14.427Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:14.427Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980954425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:49:14.528Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:49:14.528Z||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.
2021-09-30T05:49:14.528Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:14.539Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:49:14.540Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:49:15.428Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:49:15.429Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:49:15.430Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 77e3cced-14ab-48d7-af2a-069421af312f, URL: /sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar to file: /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:15.430Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:15.431Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:15.431Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:15.504Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2756360282327812710/Definitions/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml
2021-09-30T05:49:16.040Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e13a4300-d1a9 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-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Node template pNF e13a4300-d1a9 0 is matching search criteria
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF e13a4300-d1a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Node template pNF e13a4300-d1a9 0 is matching search criteria
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF e13a4300-d1a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_isU3tdlUd81b3L62zvBd
Description:catalog service description
Model UUID:3cea8293-c53f-48cb-be88-872b4f8f433e
Model Version:NULL
Model InvariantUuid:33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T05:49:16.045Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0e339e2b-bcfb-4483-9c5c-a16cc4a096d0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:49:16.047Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||pNF e13a4300-d1a9 0
2021-09-30T05:49:16.047Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0e339e2b-bcfb-4483-9c5c-a16cc4a096d0
2021-09-30T05:49:16.047Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3cea8293-c53f-48cb-be88-872b4f8f433e
2021-09-30T05:49:16.047Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3cea8293-c53f-48cb-be88-872b4f8f433e
2021-09-30T05:49:16.047Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e13a4300-d1a9 0 0e339e2b-bcfb-4483-9c5c-a16cc4a096d0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c208c56, org.onap.sdc.toscaparser.api.parameters.Input@18a2fbf0, org.onap.sdc.toscaparser.api.parameters.Input@4b2b9274, org.onap.sdc.toscaparser.api.parameters.Input@193f7a9d, org.onap.sdc.toscaparser.api.parameters.Input@711507d0]
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3cea8293-c53f-48cb-be88-872b4f8f433e: pNF e13a4300-d1a9
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||Processing PNF resource: 0e339e2b-bcfb-4483-9c5c-a16cc4a096d0
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||Resource customization UUID: f64dd56d-326e-41da-ae68-b602f08123b5 is the same as notified resource customizationUUID: f64dd56d-326e-41da-ae68-b602f08123b5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-09-30T05:49:16.075Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e13a4300-d1a9 0e339e2b-bcfb-4483-9c5c-a16cc4a096d0 0 ASDC deployResourceStructure
2021-09-30T05:49:16.076Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar ASDC sendASDCNotification
2021-09-30T05:49:16.076Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.076Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:49:16.076Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:16.077Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:16.077Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980956076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:49:16.177Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:16.178Z||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.
2021-09-30T05:49:16.178Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:16.189Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:49:16.190Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:49:17.078Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:49:17.086Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8
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=?
2021-09-30T05:49:17.089Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:49:17.089Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:49:17.089Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:49:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:49:29.032Z||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.
2021-09-30T05:49:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:29.051Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:49:29.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:49:29.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "cds",
  "timestamp": 1632980899087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:49:29.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:49:47.089Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:49:47.096Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8
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=?
2021-09-30T05:49:47.098Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:49:47.098Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:49:47.098Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:50:17.098Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:50:17.107Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8
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=?
2021-09-30T05:50:17.108Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:50:17.108Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:50:17.108Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:50:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:50:29.032Z||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.
2021-09-30T05:50:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:50:29.053Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:50:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:50:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980899061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:50:29.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:50:47.108Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:50:47.115Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8
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=?
2021-09-30T05:50:47.117Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:50:47.117Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:50:47.117Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:51:17.118Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:51:17.126Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8
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=?
2021-09-30T05:51:17.128Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:51:17.128Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:51:17.128Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:51:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:51:29.032Z||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.
2021-09-30T05:51:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:51:29.062Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:51:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980900162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "policy-id",
  "timestamp": 1632980903847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1632980903075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "cds",
  "timestamp": 1632980899087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980899061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980900162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "policy-id",
  "timestamp": 1632980903847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1632980903075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "clamp",
  "timestamp": 1632980909918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "cds",
  "timestamp": 1632980899087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980899061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980900162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "policy-id",
  "timestamp": 1632980903847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1632980903075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980910601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "clamp",
  "timestamp": 1632980909918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "cds",
  "timestamp": 1632980899087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980899061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980900162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "policy-id",
  "timestamp": 1632980903847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980912121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1632980903075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980910601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "clamp",
  "timestamp": 1632980909918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "aai-ml",
  "timestamp": 1632980912431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "cds",
  "timestamp": 1632980899087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980899061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980900162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "policy-id",
  "timestamp": 1632980903847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1632980903075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980910601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "clamp",
  "timestamp": 1632980909918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980913572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "aai-ml",
  "timestamp": 1632980912431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "cds",
  "timestamp": 1632980899087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980899061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980900162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "policy-id",
  "timestamp": 1632980903847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1632980903075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980910601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "clamp",
  "timestamp": 1632980909918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "aai-ml",
  "timestamp": 1632980912431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "cds",
  "timestamp": 1632980899087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980899061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980900162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "policy-id",
  "timestamp": 1632980903847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1632980903075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980910601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "clamp",
  "timestamp": 1632980909918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "aai-ml",
  "timestamp": 1632980912431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "cds",
  "timestamp": 1632980899087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980899061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632980900162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "policy-id",
  "timestamp": 1632980903847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "dcae-sch",
  "timestamp": 1632980903075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980910601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "clamp",
  "timestamp": 1632980909918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "aai-ml",
  "timestamp": 1632980912431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980910601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "cds",
  "timestamp": 1632980917343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "policy-id",
  "timestamp": 1632980917351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980917381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "clamp",
  "timestamp": 1632980909918,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "aai-ml",
  "timestamp": 1632980912431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980910601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "cds",
  "timestamp": 1632980918347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-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=?
2021-09-30T05:51:29.085Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2721ec8-ae89-4ed9-978a-be98430d7dc8
2021-09-30T05:51:29.085Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2721ec8-ae89-4ed9-978a-be98430d7dc8 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 (?, ?, ?, ?, ?)
2021-09-30T05:51:29.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "policy-id",
  "timestamp": 1632980918356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:51:29.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980918560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T05:51:29.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "aai-ml",
  "timestamp": 1632980912431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "policy-id",
  "timestamp": 1632980919359,
  "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=?
2021-09-30T05:51:29.093Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2721ec8-ae89-4ed9-978a-be98430d7dc8
2021-09-30T05:51:29.093Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2721ec8-ae89-4ed9-978a-be98430d7dc8 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 (?, ?, ?, ?, ?)
2021-09-30T05:51:29.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980919424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:51:29.098Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632980919563,
  "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=?
2021-09-30T05:51:29.099Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d2721ec8-ae89-4ed9-978a-be98430d7dc8
2021-09-30T05:51:29.100Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2721ec8-ae89-4ed9-978a-be98430d7dc8 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 (?, ?, ?, ?, ?)
2021-09-30T05:51:29.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "aai-ml",
  "timestamp": 1632980912431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:51:29.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980921150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:51:29.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "aai-ml",
  "timestamp": 1632980921232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:51:29.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632980922153,
  "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=?
2021-09-30T05:51:29.106Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2721ec8-ae89-4ed9-978a-be98430d7dc8
2021-09-30T05:51:29.106Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2721ec8-ae89-4ed9-978a-be98430d7dc8 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 (?, ?, ?, ?, ?)
2021-09-30T05:51:29.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "clamp",
  "timestamp": 1632980923632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:51:29.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "aai-ml",
  "timestamp": 1632980925222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:51:29.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "clamp",
  "timestamp": 1632980925643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:51:29.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "aai-ml",
  "timestamp": 1632980926225,
  "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=?
2021-09-30T05:51:29.112Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2721ec8-ae89-4ed9-978a-be98430d7dc8
2021-09-30T05:51:29.112Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2721ec8-ae89-4ed9-978a-be98430d7dc8 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 (?, ?, ?, ?, ?)
2021-09-30T05:51:29.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "clamp",
  "timestamp": 1632980926647,
  "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=?
2021-09-30T05:51:29.118Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2721ec8-ae89-4ed9-978a-be98430d7dc8
2021-09-30T05:51:29.118Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2721ec8-ae89-4ed9-978a-be98430d7dc8 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 (?, ?, ?, ?, ?)
2021-09-30T05:51:29.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980944747,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:51:29.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980909030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980954425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632980956076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:51:29.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:51:47.129Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:51:47.136Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8
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=?
2021-09-30T05:51:47.139Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:51:47.139Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T05:51:47.139Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T05:51:47.140Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T05:51:47.140Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:51:47.140Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:51:47.140Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:51:47.140Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:51:47.140Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:51:47.140Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:51:47.140Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:51:47.140Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:51:47.143Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T05:52:17.143Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8 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=?
2021-09-30T05:52:17.147Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2721ec8-ae89-4ed9-978a-be98430d7dc8 and serviceModelVersionId: 3cea8293-c53f-48cb-be88-872b4f8f433e
2021-09-30T05:52:17.147Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4
2021-09-30T05:52:17.148Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4/model-vers/model-ver/3cea8293-c53f-48cb-be88-872b4f8f433e?depth=0
2021-09-30T05:52:17.155Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T05:52:17.191Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4/model-vers/model-ver/3cea8293-c53f-48cb-be88-872b4f8f433e?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]}
2021-09-30T05:52:17.192Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4/model-vers/model-ver/3cea8293-c53f-48cb-be88-872b4f8f433e?depth=0|INFO|500||Invoke
2021-09-30T05:52:17.207Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4/model-vers/model-ver/3cea8293-c53f-48cb-be88-872b4f8f433e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T05:52:17.284Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4/model-vers/model-ver/3cea8293-c53f-48cb-be88-872b4f8f433e?depth=0|INFO|500||InvokeReturn
2021-09-30T05:52:17.284Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4/model-vers/model-ver/3cea8293-c53f-48cb-be88-872b4f8f433e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210930-05:52:17:213-70096], vertex-id=[172192], Content-Length=[0], Date=[Thu, 30 Sep 2021 05:52:17 GMT], Content-Type=[application/json]}
2021-09-30T05:52:17.284Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T05:52:17.284Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T05:52:17.284Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:52:17.287Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T05:52:17.288Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2721ec8-ae89-4ed9-978a-be98430d7dc8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T05:52:17.288Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T05:52:17.288Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:17.291Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:17.291Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981137288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:52:17.391Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:52:17.391Z||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.
2021-09-30T05:52:17.391Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:17.404Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:17.404Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 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=?
2021-09-30T05:52:18.300Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:52:18.301Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|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.
2021-09-30T05:52:18.301Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:22.595Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:22.596Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:52:22.596Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a268c641-b97a-49b0-8a2b-b27c266216f1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"87983923-27f0-4e40-857b-996ef3568c4f","serviceDescription":"service","serviceInvariantUUID":"efe2f69f-516c-4d89-9984-af2ba6e74b50","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ffcaa942-20ac-4e23-adfb-1c16b643f424","resourceInvariantUUID":"45400b40-07cb-4006-8f92-14fb97291abd","resourceCustomizationUUID":"b595adb3-6d37-4f8a-8a19-343af2b78f1f","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":"OWQ5ZDNiMTNjYzNmODk3YjVjNGFmMmQ5MDgzNTlhNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2565cd23-ab3a-402d-9f8e-a6584e6a17a2","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":"NmZiZDJkYTFjOGZmNDAxZjE5Y2FiOTJkMzUzMWQ2ZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d4cd439-2e18-4c3a-80c5-c1b77f79ccb2","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":"e5919a51-5085-485a-9c5c-b3b9078e9ee8","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":"df32fcb8-40f4-4d4b-bb87-f87ad0d18736","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":"140772fc-f7ee-4d0e-8a87-c3fbb623f3fa","artifactVersion":"2","generatedFromUUID":"e5919a51-5085-485a-9c5c-b3b9078e9ee8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTE3YTY0NmE5NTMzZGVkMTBlYzk2MTc3NzU3YzkzODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70400174-c616-4135-8705-c214bcc68979","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTFiMjM4MWQ1YjkzMThkNDEwYTIwYWIzZWQ1MzczZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e762624-f64c-45af-9d3d-b9d1385fed45","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T05:52:22.599Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:52:22.599Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:22.601Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:22.602Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:22.701Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:52:22.702Z||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.
2021-09-30T05:52:22.703Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:22.713Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:22.713Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:23.602Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:52:23.603Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:23.605Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:23.605Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:52:23.706Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:52:23.706Z||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.
2021-09-30T05:52:23.706Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:23.717Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:23.717Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:24.606Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:52:24.607Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:24.609Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:24.609Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:52:24.710Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:52:24.711Z||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.
2021-09-30T05:52:24.711Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:24.725Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:24.725Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:25.611Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:52:25.612Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:25.613Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:25.613Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:25.714Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:52:25.715Z||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.
2021-09-30T05:52:25.715Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:25.727Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:25.727Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:26.614Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:52:26.615Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:26.617Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:26.617Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-30T05:52:26.716Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:52:26.717Z||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.
2021-09-30T05:52:26.717Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:26.729Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:26.729Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:27.618Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:52:27.618Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:27.620Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:27.620Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:27.720Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:52:27.721Z||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.
2021-09-30T05:52:27.721Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:27.731Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:27.731Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:28.620Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:52:28.621Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:28.624Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:28.624Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:52:28.724Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:52:28.724Z||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.
2021-09-30T05:52:28.724Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:28.736Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:28.736Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:52:29.032Z||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.
2021-09-30T05:52:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:29.051Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:29.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "cds",
  "timestamp": 1632981064088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "policy-id",
  "timestamp": 1632981063847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "cds",
  "timestamp": 1632981064088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "policy-id",
  "timestamp": 1632981063847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "cds",
  "timestamp": 1632981064088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "policy-id",
  "timestamp": 1632981063847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "cds",
  "timestamp": 1632981064088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "policy-id",
  "timestamp": 1632981063847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "cds",
  "timestamp": 1632981064088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "policy-id",
  "timestamp": 1632981063847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "cds",
  "timestamp": 1632981064088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "policy-id",
  "timestamp": 1632981063847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "cds",
  "timestamp": 1632981064088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "policy-id",
  "timestamp": 1632981063847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981079061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "cds",
  "timestamp": 1632981080677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981079061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "policy-id",
  "timestamp": 1632981080701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981080162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "cds",
  "timestamp": 1632981081681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:52:29.062Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a268c641-b97a-49b0-8a2b-b27c266216f1
2021-09-30T05:52:29.062Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a268c641-b97a-49b0-8a2b-b27c266216f1 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 (?, ?, ?, ?, ?)
2021-09-30T05:52:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981079061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "policy-id",
  "timestamp": 1632981081705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:52:29.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:52:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981080162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:52:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981079061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "policy-id",
  "timestamp": 1632981082708,
  "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=?
2021-09-30T05:52:29.070Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a268c641-b97a-49b0-8a2b-b27c266216f1
2021-09-30T05:52:29.071Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a268c641-b97a-49b0-8a2b-b27c266216f1 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 (?, ?, ?, ?, ?)
2021-09-30T05:52:29.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981080162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:52:29.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981079061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "dcae-sch",
  "timestamp": 1632981083076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981080162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981079061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "dcae-sch",
  "timestamp": 1632981083076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981080162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-30T05:52:29.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981079061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "dcae-sch",
  "timestamp": 1632981083076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981080162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "dcae-sch",
  "timestamp": 1632981083076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981080162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:52:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "dcae-sch",
  "timestamp": 1632981083076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "dcae-sch",
  "timestamp": 1632981083076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:52:29.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:52:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:52:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981088799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:52:29.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:52:29.625Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "87983923-27f0-4e40-857b-996ef3568c4f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "efe2f69f-516c-4d89-9984-af2ba6e74b50",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b595adb3-6d37-4f8a-8a19-343af2b78f1f",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ffcaa942-20ac-4e23-adfb-1c16b643f424",
      "resourceInvariantUUID": "45400b40-07cb-4006-8f92-14fb97291abd",
      "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": "NmZiZDJkYTFjOGZmNDAxZjE5Y2FiOTJkMzUzMWQ2ZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1d4cd439-2e18-4c3a-80c5-c1b77f79ccb2",
          "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": "e5919a51-5085-485a-9c5c-b3b9078e9ee8",
          "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": "140772fc-f7ee-4d0e-8a87-c3fbb623f3fa",
            "generatedFromUUID": "e5919a51-5085-485a-9c5c-b3b9078e9ee8"
          },
          "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": "140772fc-f7ee-4d0e-8a87-c3fbb623f3fa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OTFiMjM4MWQ1YjkzMThkNDEwYTIwYWIzZWQ1MzczZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9e762624-f64c-45af-9d3d-b9d1385fed45"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T05:52:29.626Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T05:52:29.626Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 87983923-27f0-4e40-857b-996ef3568c4f ASDC
2021-09-30T05:52:29.627Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a268c641-b97a-49b0-8a2b-b27c266216f1
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:87983923-27f0-4e40-857b-996ef3568c4f
ServiceInvariantUUID:efe2f69f-516c-4d89-9984-af2ba6e74b50
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:9e762624-f64c-45af-9d3d-b9d1385fed45
ArtifactChecksum:OTFiMjM4MWQ1YjkzMThkNDEwYTIwYWIzZWQ1MzczZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b595adb3-6d37-4f8a-8a19-343af2b78f1f
ResourceInvariantUUID:45400b40-07cb-4006-8f92-14fb97291abd
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ffcaa942-20ac-4e23-adfb-1c16b643f424
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:1d4cd439-2e18-4c3a-80c5-c1b77f79ccb2
ArtifactChecksum:NmZiZDJkYTFjOGZmNDAxZjE5Y2FiOTJkMzUzMWQ2ZGI=
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:e5919a51-5085-485a-9c5c-b3b9078e9ee8
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:140772fc-f7ee-4d0e-8a87-c3fbb623f3fa
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:140772fc-f7ee-4d0e-8a87-c3fbb623f3fa
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-30T05:52:29.627Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87983923-27f0-4e40-857b-996ef3568c4f 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=?
2021-09-30T05:52:29.652Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:52:29.653Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:52:29.653Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:52:29.653Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9e762624-f64c-45af-9d3d-b9d1385fed45 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-30T05:52:29.653Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:52:29.653Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-30T05:52:30.212Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:52:30.218Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9e762624-f64c-45af-9d3d-b9d1385fed45 70871
2021-09-30T05:52:30.219Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-30T05:52:30.219Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-30T05:52:30.219Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:52:30.219Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:30.220Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:30.221Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981150219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:52:30.321Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:52:30.321Z||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.
2021-09-30T05:52:30.321Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:30.330Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:30.330Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:31.221Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:52:31.222Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:52:31.223Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9e762624-f64c-45af-9d3d-b9d1385fed45, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T05:52:31.223Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-30T05:52:31.223Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T05:52:31.224Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T05:52:31.358Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12854745551715667067/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
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||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
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||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
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||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
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||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
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:52:32.156Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-30T05:52:32.157Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-30T05:52:32.158Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-30T05:52:32.159Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-30T05:52:32.159Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=27d70ac4-02f5-45b6-a1da-d50b6228ba52
2021-09-30T05:52:32.159Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:32.159Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:32.159Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:32.159Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:32.159Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:32.159Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:32.159Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:32.159Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:32.159Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:87983923-27f0-4e40-857b-996ef3568c4f
Model Version:NULL
Model InvariantUuid:efe2f69f-516c-4d89-9984-af2ba6e74b50
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:9d414e44-3480-4cc5-b45c-8899001998b1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:45400b40-07cb-4006-8f92-14fb97291abd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b595adb3-6d37-4f8a-8a19-343af2b78f1f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:53c76369-54eb-4e5c-a812-012f05c9ca6d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9470dcc3-5957-4466-a21f-eb08b1d9ba55
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:27d70ac4-02f5-45b6-a1da-d50b6228ba52
ModelInvariantUuid:dd43e9c3-df03-498d-8705-958835fbbcd8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:fbaa7ff4-3847-4cb9-9a82-48070f5b87da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4c8c7afa-de14-471b-a9da-4196cc3f9f98
ModelInvariantUuid:d994eb4d-f45b-41e2-addb-9ba490b16e16
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:89a2c135-2902-4690-b49d-d81d497891f9
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T05:52:32.163Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ffcaa942-20ac-4e23-adfb-1c16b643f424
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:52:32.164Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-09-30T05:52:32.165Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ffcaa942-20ac-4e23-adfb-1c16b643f424
2021-09-30T05:52:32.165Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1d4cd439-2e18-4c3a-80c5-c1b77f79ccb2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-30T05:52:32.165Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:52:32.165Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-30T05:52:32.361Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:52:32.362Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1d4cd439-2e18-4c3a-80c5-c1b77f79ccb2 787
2021-09-30T05:52:32.362Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-30T05:52:32.362Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-30T05:52:32.362Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:52:32.362Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:32.364Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:32.365Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981152362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:52:32.465Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:52:32.465Z||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.
2021-09-30T05:52:32.466Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:32.476Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:32.476Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:33.365Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "53c76369-54eb-4e5c-a812-012f05c9ca6d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9470dcc3-5957-4466-a21f-eb08b1d9ba55",
    "vfModuleModelCustomizationUUID": "256ae481-a66c-4d73-9ff4-eb3bc05d65c6",
    "isBase": true,
    "artifacts": [
      "e5919a51-5085-485a-9c5c-b3b9078e9ee8",
      "140772fc-f7ee-4d0e-8a87-c3fbb623f3fa"
    ],
    "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": ""
    }
  }
]
2021-09-30T05:52:33.370Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9470dcc3-5957-4466-a21f-eb08b1d9ba55
VfModuleModelInvariantUUID:53c76369-54eb-4e5c-a812-012f05c9ca6d
VfModuleModelDescription:NULL
Artifacts UUID List:{
e5919a51-5085-485a-9c5c-b3b9078e9ee8
,
140772fc-f7ee-4d0e-8a87-c3fbb623f3fa

}
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


}

2021-09-30T05:52:33.373Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "53c76369-54eb-4e5c-a812-012f05c9ca6d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9470dcc3-5957-4466-a21f-eb08b1d9ba55",
    "vfModuleModelCustomizationUUID": "256ae481-a66c-4d73-9ff4-eb3bc05d65c6",
    "isBase": true,
    "artifacts": [
      "e5919a51-5085-485a-9c5c-b3b9078e9ee8",
      "140772fc-f7ee-4d0e-8a87-c3fbb623f3fa"
    ],
    "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": ""
    }
  }
]
2021-09-30T05:52:33.373Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9470dcc3-5957-4466-a21f-eb08b1d9ba55
VfModuleModelInvariantUUID:53c76369-54eb-4e5c-a812-012f05c9ca6d
VfModuleModelDescription:NULL
Artifacts UUID List:{
e5919a51-5085-485a-9c5c-b3b9078e9ee8
,
140772fc-f7ee-4d0e-8a87-c3fbb623f3fa

}
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


}

2021-09-30T05:52:33.373Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e5919a51-5085-485a-9c5c-b3b9078e9ee8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-30T05:52:33.373Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:52:33.374Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-30T05:52:33.901Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:52:33.901Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e5919a51-5085-485a-9c5c-b3b9078e9ee8 5033
2021-09-30T05:52:33.901Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-30T05:52:33.901Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-30T05:52:33.901Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:52:33.902Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:33.903Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:33.903Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981153901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:52:34.003Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:52:34.004Z||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.
2021-09-30T05:52:34.004Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:34.015Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:34.015Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:34.904Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 140772fc-f7ee-4d0e-8a87-c3fbb623f3fa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-30T05:52:34.904Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:52:34.905Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-30T05:52:35.327Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:52:35.327Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 140772fc-f7ee-4d0e-8a87-c3fbb623f3fa 903
2021-09-30T05:52:35.328Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-30T05:52:35.328Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-30T05:52:35.328Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:52:35.328Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:35.330Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:35.330Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981155328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:52:35.430Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:52:35.431Z||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.
2021-09-30T05:52:35.431Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:35.440Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:35.440Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:36.331Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 87983923-27f0-4e40-857b-996ef3568c4f
2021-09-30T05:52:36.331Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ffcaa942-20ac-4e23-adfb-1c16b643f424 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:52:36.342Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4515ce5d, org.onap.sdc.toscaparser.api.parameters.Input@661127a8, org.onap.sdc.toscaparser.api.parameters.Input@45a06825, org.onap.sdc.toscaparser.api.parameters.Input@4d8e0dcc, org.onap.sdc.toscaparser.api.parameters.Input@26825506]
2021-09-30T05:52:36.343Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.343Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:36.343Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-30T05:52:36.344Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b595adb3-6d37-4f8a-8a19-343af2b78f1f
2021-09-30T05:52:36.344Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b595adb3-6d37-4f8a-8a19-343af2b78f1f matches Tosca VF Customization UUID: b595adb3-6d37-4f8a-8a19-343af2b78f1f
2021-09-30T05:52:36.344Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b595adb3-6d37-4f8a-8a19-343af2b78f1f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-30T05:52:36.346Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.346Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:36.347Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b595adb3-6d37-4f8a-8a19-343af2b78f1f: {\"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\"}
2021-09-30T05:52:36.347Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@323b2e09
2021-09-30T05:52:36.347Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.347Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:52:36.347Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 256ae481-a66c-4d73-9ff4-eb3bc05d65c6
2021-09-30T05:52:36.347Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 256ae481-a66c-4d73-9ff4-eb3bc05d65c6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-30T05:52:36.349Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.349Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T05:52:36.349Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:52:36.349Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.349Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T05:52:36.349Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:52:36.350Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.350Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-30T05:52:36.350Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-30T05:52:36.350Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-30T05:52:36.350Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=27d70ac4-02f5-45b6-a1da-d50b6228ba52
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T05:52:36.351Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.352Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T05:52:36.352Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:52:36.352Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.352Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T05:52:36.352Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b595adb3-6d37-4f8a-8a19-343af2b78f1f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 87983923-27f0-4e40-857b-996ef3568c4f: basic_vm
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:52:36.353Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-30T05:52:36.393Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ffcaa942-20ac-4e23-adfb-1c16b643f424 1 ASDC deployResourceStructure
2021-09-30T05:52:36.393Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-30T05:52:36.393Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-30T05:52:36.393Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:52:36.393Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:36.395Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:36.395Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981156393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:52:36.495Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:52:36.496Z||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.
2021-09-30T05:52:36.496Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:36.507Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:36.508Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:37.395Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-30T05:52:37.396Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-30T05:52:37.396Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:52:37.396Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:37.397Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:37.397Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981157395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T05:52:37.497Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:52:37.498Z||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.
2021-09-30T05:52:37.498Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:37.508Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:37.508Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:38.398Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-30T05:52:38.399Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-30T05:52:38.399Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:52:38.399Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:38.400Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:38.400Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981158398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-30T05:52:38.501Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:52:38.501Z||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.
2021-09-30T05:52:38.501Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:38.513Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:38.513Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:52:39.401Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-30T05:52:39.402Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-30T05:52:39.402Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:52:39.402Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:52:39.404Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:52:39.405Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981159401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:52:39.505Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:52:39.505Z||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.
2021-09-30T05:52:39.506Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:52:39.517Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:52:39.518Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:52:40.405Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a268c641-b97a-49b0-8a2b-b27c266216f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:52:40.413Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a268c641-b97a-49b0-8a2b-b27c266216f1
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=?
2021-09-30T05:52:40.415Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:52:40.416Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:52:40.416Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:53:10.416Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a268c641-b97a-49b0-8a2b-b27c266216f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:53:10.421Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a268c641-b97a-49b0-8a2b-b27c266216f1
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=?
2021-09-30T05:53:10.423Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:53:10.423Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:53:10.423Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:53:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:53:29.032Z||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.
2021-09-30T05:53:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:53:29.055Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:53:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "dcae-sch",
  "timestamp": 1632981083076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981090336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "clamp",
  "timestamp": 1632981089918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981090601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "clamp",
  "timestamp": 1632981089918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981091913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981090601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "clamp",
  "timestamp": 1632981089918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981092937,
  "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=?
2021-09-30T05:53:29.071Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a268c641-b97a-49b0-8a2b-b27c266216f1
2021-09-30T05:53:29.071Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a268c641-b97a-49b0-8a2b-b27c266216f1 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=?
2021-09-30T05:53:29.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "aai-ml",
  "timestamp": 1632981092432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981090601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "clamp",
  "timestamp": 1632981089918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981093940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "aai-ml",
  "timestamp": 1632981092432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981090601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "clamp",
  "timestamp": 1632981089918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "cds",
  "timestamp": 1632981094088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "aai-ml",
  "timestamp": 1632981092432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981090601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "clamp",
  "timestamp": 1632981089918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "cds",
  "timestamp": 1632981094088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "aai-ml",
  "timestamp": 1632981092432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981090601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "clamp",
  "timestamp": 1632981089918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "cds",
  "timestamp": 1632981094088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "aai-ml",
  "timestamp": 1632981092432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981090601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "cds",
  "timestamp": 1632981094088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "aai-ml",
  "timestamp": 1632981092432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981098405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "cds",
  "timestamp": 1632981094088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "aai-ml",
  "timestamp": 1632981092432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981099061,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "cds",
  "timestamp": 1632981094088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "aai-ml",
  "timestamp": 1632981100320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981099061,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "cds",
  "timestamp": 1632981094088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981100725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981100162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981099061,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "cds",
  "timestamp": 1632981094088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981101728,
  "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=?
2021-09-30T05:53:29.083Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a268c641-b97a-49b0-8a2b-b27c266216f1
2021-09-30T05:53:29.083Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a268c641-b97a-49b0-8a2b-b27c266216f1 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 (?, ?, ?, ?, ?)
2021-09-30T05:53:29.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981100162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981099061,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981100162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "cds",
  "timestamp": 1632981102868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981099061,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632981103075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981100162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "cds",
  "timestamp": 1632981103871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:53:29.094Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23352d92-9b51-41db-865a-29f2f84b46e6
2021-09-30T05:53:29.094Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23352d92-9b51-41db-865a-29f2f84b46e6 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 (?, ?, ?, ?, ?)
2021-09-30T05:53:29.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "policy-id",
  "timestamp": 1632981103847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981099061,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632981103075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981100162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "policy-id",
  "timestamp": 1632981103847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981099061,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632981103075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981100162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "policy-id",
  "timestamp": 1632981103847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "aai-ml",
  "timestamp": 1632981106616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981099061,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632981103075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981100162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "clamp",
  "timestamp": 1632981107319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "policy-id",
  "timestamp": 1632981103847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "aai-ml",
  "timestamp": 1632981107619,
  "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=?
2021-09-30T05:53:29.102Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a268c641-b97a-49b0-8a2b-b27c266216f1
2021-09-30T05:53:29.102Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a268c641-b97a-49b0-8a2b-b27c266216f1 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 (?, ?, ?, ?, ?)
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632981103075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981100162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "policy-id",
  "timestamp": 1632981103847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "clamp",
  "timestamp": 1632981108675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632981103075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "policy-id",
  "timestamp": 1632981103847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "clamp",
  "timestamp": 1632981109686,
  "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=?
2021-09-30T05:53:29.109Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a268c641-b97a-49b0-8a2b-b27c266216f1
2021-09-30T05:53:29.109Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a268c641-b97a-49b0-8a2b-b27c266216f1 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 (?, ?, ?, ?, ?)
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "cds",
  "timestamp": 1632981109087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632981103075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981109802,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "policy-id",
  "timestamp": 1632981103847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "cds",
  "timestamp": 1632981109087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632981103075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981111228,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "policy-id",
  "timestamp": 1632981103847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "cds",
  "timestamp": 1632981109087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "cds",
  "timestamp": 1632981109087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981113017,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "policy-id",
  "timestamp": 1632981113237,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "cds",
  "timestamp": 1632981109087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632981113807,
  "artifactURL": "/sdc/v1/catalog/services/a75e8130-9f73-42f8-94c9-f02a7508ec7e/resourceInstances/basicclamp0/artifacts/69ee326e-a4c2-4040-971c-7cde1865864e",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981114035,
  "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=?
2021-09-30T05:53:29.119Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23352d92-9b51-41db-865a-29f2f84b46e6
2021-09-30T05:53:29.119Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23352d92-9b51-41db-865a-29f2f84b46e6 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 (?, ?, ?, ?, ?)
2021-09-30T05:53:29.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "policy-id",
  "timestamp": 1632981114240,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "cds",
  "timestamp": 1632981109087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632981114981,
  "artifactURL": "/sdc/v1/catalog/services/a75e8130-9f73-42f8-94c9-f02a7508ec7e/resourceInstances/basicclamp0/artifacts/69ee326e-a4c2-4040-971c-7cde1865864e",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981115038,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.123Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "policy-id",
  "timestamp": 1632981115244,
  "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=?
2021-09-30T05:53:29.125Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23352d92-9b51-41db-865a-29f2f84b46e6
2021-09-30T05:53:29.125Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23352d92-9b51-41db-865a-29f2f84b46e6 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=?
2021-09-30T05:53:29.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "cds",
  "timestamp": 1632981109087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632981115984,
  "artifactURL": "/sdc/v1/catalog/services/a75e8130-9f73-42f8-94c9-f02a7508ec7e/resourceInstances/basicclamp0/artifacts/69ee326e-a4c2-4040-971c-7cde1865864e",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:53:29.130Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 23352d92-9b51-41db-865a-29f2f84b46e6
2021-09-30T05:53:29.130Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23352d92-9b51-41db-865a-29f2f84b46e6 and ComponentName service-change-handler
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 (?, ?, ?, ?, ?)
2021-09-30T05:53:29.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "cds",
  "timestamp": 1632981109087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "cds",
  "timestamp": 1632981117948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981119061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "cds",
  "timestamp": 1632981120075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:53:29.139Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a05c6250-a46d-4bb3-803f-ff1f738ebc57
2021-09-30T05:53:29.139Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05c6250-a46d-4bb3-803f-ff1f738ebc57 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 (?, ?, ?, ?, ?)
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981119061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981120162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981119061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981120162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981119061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981120162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981119061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "dcae-sch",
  "timestamp": 1632981123076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981120162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "policy-id",
  "timestamp": 1632981123847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981119061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "dcae-sch",
  "timestamp": 1632981123076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981120162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "policy-id",
  "timestamp": 1632981123847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981119061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "dcae-sch",
  "timestamp": 1632981123076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981120162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "policy-id",
  "timestamp": 1632981123847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981119061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "dcae-sch",
  "timestamp": 1632981123076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981120162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "policy-id",
  "timestamp": 1632981123847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "dcae-sch",
  "timestamp": 1632981123076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981120162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "policy-id",
  "timestamp": 1632981123847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "dcae-sch",
  "timestamp": 1632981123076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981129327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "policy-id",
  "timestamp": 1632981123847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "dcae-sch",
  "timestamp": 1632981123076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981129935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "policy-id",
  "timestamp": 1632981123847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "dcae-sch",
  "timestamp": 1632981123076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981130934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "policy-id",
  "timestamp": 1632981123847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "aai-ml",
  "timestamp": 1632981131630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981132347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981132521,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.149Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "policy-id",
  "timestamp": 1632981132924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.149Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981133367,
  "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=?
2021-09-30T05:53:29.150Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a05c6250-a46d-4bb3-803f-ff1f738ebc57
2021-09-30T05:53:29.150Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05c6250-a46d-4bb3-803f-ff1f738ebc57 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 (?, ?, ?, ?, ?)
2021-09-30T05:53:29.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981133524,
  "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=?
2021-09-30T05:53:29.156Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23352d92-9b51-41db-865a-29f2f84b46e6
2021-09-30T05:53:29.156Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23352d92-9b51-41db-865a-29f2f84b46e6 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 (?, ?, ?, ?, ?)
2021-09-30T05:53:29.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "policy-id",
  "timestamp": 1632981133929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981134370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "policy-id",
  "timestamp": 1632981134932,
  "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=?
2021-09-30T05:53:29.162Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a05c6250-a46d-4bb3-803f-ff1f738ebc57
2021-09-30T05:53:29.162Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05c6250-a46d-4bb3-803f-ff1f738ebc57 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=?
2021-09-30T05:53:29.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "aai-ml",
  "timestamp": 1632981137032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981137288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "clamp",
  "timestamp": 1632981137392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "aai-ml",
  "timestamp": 1632981138035,
  "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=?
2021-09-30T05:53:29.166Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23352d92-9b51-41db-865a-29f2f84b46e6
2021-09-30T05:53:29.166Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23352d92-9b51-41db-865a-29f2f84b46e6 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 (?, ?, ?, ?, ?)
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "clamp",
  "timestamp": 1632981138395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "clamp",
  "timestamp": 1632981140082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "clamp",
  "timestamp": 1632981141085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981120601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "clamp",
  "timestamp": 1632981142087,
  "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=?
2021-09-30T05:53:29.173Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 23352d92-9b51-41db-865a-29f2f84b46e6
2021-09-30T05:53:29.173Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23352d92-9b51-41db-865a-29f2f84b46e6 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 (?, ?, ?, ?, ?)
2021-09-30T05:53:29.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981142705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981144774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981145777,
  "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=?
2021-09-30T05:53:29.179Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a05c6250-a46d-4bb3-803f-ff1f738ebc57
2021-09-30T05:53:29.179Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05c6250-a46d-4bb3-803f-ff1f738ebc57 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 (?, ?, ?, ?, ?)
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "aai-ml",
  "timestamp": 1632981122431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "aai-ml",
  "timestamp": 1632981147726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:53:29.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:53:29.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:53:29.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:29.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:53:29.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:53:29.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:53:40.423Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a268c641-b97a-49b0-8a2b-b27c266216f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:53:40.431Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a268c641-b97a-49b0-8a2b-b27c266216f1
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=?
2021-09-30T05:53:40.433Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:53:40.433Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T05:53:40.433Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T05:53:40.434Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T05:53:40.434Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:53:40.434Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:53:40.434Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:53:40.434Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:53:40.434Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:53:40.434Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:53:40.435Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:53:40.438Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T05:54:10.438Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a268c641-b97a-49b0-8a2b-b27c266216f1 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=?
2021-09-30T05:54:10.443Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a268c641-b97a-49b0-8a2b-b27c266216f1 and serviceModelVersionId: 87983923-27f0-4e40-857b-996ef3568c4f
2021-09-30T05:54:10.443Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : efe2f69f-516c-4d89-9984-af2ba6e74b50
2021-09-30T05:54:10.444Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/efe2f69f-516c-4d89-9984-af2ba6e74b50/model-vers/model-ver/87983923-27f0-4e40-857b-996ef3568c4f?depth=0
2021-09-30T05:54:10.449Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T05:54:10.478Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/efe2f69f-516c-4d89-9984-af2ba6e74b50/model-vers/model-ver/87983923-27f0-4e40-857b-996ef3568c4f?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]}
2021-09-30T05:54:10.478Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/efe2f69f-516c-4d89-9984-af2ba6e74b50/model-vers/model-ver/87983923-27f0-4e40-857b-996ef3568c4f?depth=0|INFO|500||Invoke
2021-09-30T05:54:10.499Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/efe2f69f-516c-4d89-9984-af2ba6e74b50/model-vers/model-ver/87983923-27f0-4e40-857b-996ef3568c4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T05:54:10.841Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/efe2f69f-516c-4d89-9984-af2ba6e74b50/model-vers/model-ver/87983923-27f0-4e40-857b-996ef3568c4f?depth=0|INFO|500||InvokeReturn
2021-09-30T05:54:10.842Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/efe2f69f-516c-4d89-9984-af2ba6e74b50/model-vers/model-ver/87983923-27f0-4e40-857b-996ef3568c4f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210930-05:54:10:506-50194], vertex-id=[180472], Content-Length=[0], Date=[Thu, 30 Sep 2021 05:54:10 GMT], Content-Type=[application/json]}
2021-09-30T05:54:10.842Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T05:54:10.842Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T05:54:10.842Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:54:10.845Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T05:54:10.845Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a268c641-b97a-49b0-8a2b-b27c266216f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T05:54:10.846Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T05:54:10.846Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:10.848Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:10.849Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981250846,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:54:10.949Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:10.949Z||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.
2021-09-30T05:54:10.949Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:10.966Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:10.966Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T05:54:11.857Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:54:11.858Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"23352d92-9b51-41db-865a-29f2f84b46e6","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a75e8130-9f73-42f8-94c9-f02a7508ec7e","serviceDescription":"service","serviceInvariantUUID":"33f9ea84-1d0f-4658-b064-ab33810fee25","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d216c6c3-7830-41f4-9793-853ac5bba0af","resourceInvariantUUID":"c16fd1ba-8115-4afe-ae4f-e744546c2230","resourceCustomizationUUID":"4aa3be99-3d46-4c74-bbce-7a632309ac9e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"69ee326e-a4c2-4040-971c-7cde1865864e","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OWU3YmNmMTBiMjE5YmY0YTUyM2ZkNjk3MjljY2FmYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba9cb2ee-a0c2-4d4e-b70c-8bb348b06978","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZGRhNmIzOTgzMGM5ZTliZTY4NjBmMDE1MTI2NmEyZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d638eae8-69e6-43d6-b7cc-74c582d585b7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3e2eb38b-1a23-4289-a5c6-3e8e5508b7ea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"44b711da-adbe-4c0e-89de-bbca588b2cf6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e1a80aa-c51e-4f86-9080-5c020a7e3593","artifactVersion":"2","generatedFromUUID":"3e2eb38b-1a23-4289-a5c6-3e8e5508b7ea"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTcxNWZkZjA0NWE2OGVjMGM4NjAzNjk3ZjA3Mzc3YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f8b13ea-e6fc-498b-8dc1-b356f41c0100","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"N2MwN2ZlYWM0ZmQyMzRlNzMwMjEwZjZjODc3MTJhYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6be555c-44c2-4dd1-b0a3-c29280e71a55","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T05:54:11.858Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:54:11.858Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:11.860Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:11.860Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:54:11.960Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:11.962Z||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.
2021-09-30T05:54:11.962Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:11.972Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:11.973Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:12.860Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:54:12.861Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:12.862Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:12.862Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:54:12.963Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:54:12.963Z||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.
2021-09-30T05:54:12.963Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:12.975Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:12.976Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:13.863Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:54:13.864Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:13.866Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:13.866Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:54:13.966Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:13.967Z||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.
2021-09-30T05:54:13.967Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:13.977Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:13.977Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:14.867Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:54:14.868Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:14.870Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:14.870Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:54:14.970Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:14.971Z||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.
2021-09-30T05:54:14.971Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:14.982Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:14.983Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:15.871Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:54:15.872Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:15.874Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:15.874Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:54:15.974Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:15.975Z||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.
2021-09-30T05:54:15.975Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:15.986Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:15.986Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:16.875Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:54:16.876Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:16.877Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:16.878Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-30T05:54:16.978Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:16.979Z||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.
2021-09-30T05:54:16.979Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:16.991Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:16.991Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:17.878Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:54:17.879Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:17.881Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:17.881Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:54:17.981Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:17.982Z||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.
2021-09-30T05:54:17.982Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:17.994Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:17.994Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:18.882Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:54:18.883Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:18.884Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:18.884Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:54:18.985Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:54:18.985Z||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.
2021-09-30T05:54:18.986Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:18.997Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:18.997Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:19.886Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "a75e8130-9f73-42f8-94c9-f02a7508ec7e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "33f9ea84-1d0f-4658-b064-ab33810fee25",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "4aa3be99-3d46-4c74-bbce-7a632309ac9e",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d216c6c3-7830-41f4-9793-853ac5bba0af",
      "resourceInvariantUUID": "c16fd1ba-8115-4afe-ae4f-e744546c2230",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "ZGRhNmIzOTgzMGM5ZTliZTY4NjBmMDE1MTI2NmEyZDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d638eae8-69e6-43d6-b7cc-74c582d585b7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3e2eb38b-1a23-4289-a5c6-3e8e5508b7ea",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2e1a80aa-c51e-4f86-9080-5c020a7e3593",
            "generatedFromUUID": "3e2eb38b-1a23-4289-a5c6-3e8e5508b7ea"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2e1a80aa-c51e-4f86-9080-5c020a7e3593",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "N2MwN2ZlYWM0ZmQyMzRlNzMwMjEwZjZjODc3MTJhYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c6be555c-44c2-4dd1-b0a3-c29280e71a55"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T05:54:19.886Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T05:54:19.887Z|a268c641-b97a-49b0-8a2b-b27c266216f1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a75e8130-9f73-42f8-94c9-f02a7508ec7e ASDC
2021-09-30T05:54:19.888Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:23352d92-9b51-41db-865a-29f2f84b46e6
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:a75e8130-9f73-42f8-94c9-f02a7508ec7e
ServiceInvariantUUID:33f9ea84-1d0f-4658-b064-ab33810fee25
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:c6be555c-44c2-4dd1-b0a3-c29280e71a55
ArtifactChecksum:N2MwN2ZlYWM0ZmQyMzRlNzMwMjEwZjZjODc3MTJhYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:4aa3be99-3d46-4c74-bbce-7a632309ac9e
ResourceInvariantUUID:c16fd1ba-8115-4afe-ae4f-e744546c2230
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:d216c6c3-7830-41f4-9793-853ac5bba0af
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:d638eae8-69e6-43d6-b7cc-74c582d585b7
ArtifactChecksum:ZGRhNmIzOTgzMGM5ZTliZTY4NjBmMDE1MTI2NmEyZDA=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3e2eb38b-1a23-4289-a5c6-3e8e5508b7ea
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:2e1a80aa-c51e-4f86-9080-5c020a7e3593
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:2e1a80aa-c51e-4f86-9080-5c020a7e3593
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-30T05:54:19.888Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a75e8130-9f73-42f8-94c9-f02a7508ec7e 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=?
2021-09-30T05:54:19.913Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:54:19.914Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:54:19.914Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:54:19.914Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c6be555c-44c2-4dd1-b0a3-c29280e71a55 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-30T05:54:19.914Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:54:19.914Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-30T05:54:20.065Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:54:20.069Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar c6be555c-44c2-4dd1-b0a3-c29280e71a55 73481
2021-09-30T05:54:20.070Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-30T05:54:20.070Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-30T05:54:20.070Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:54:20.070Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:20.072Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:20.072Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981260070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:54:20.172Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:20.173Z||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.
2021-09-30T05:54:20.173Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:20.183Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:20.184Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:21.073Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:54:21.074Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:54:21.075Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c6be555c-44c2-4dd1-b0a3-c29280e71a55, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T05:54:21.075Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-30T05:54:21.076Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T05:54:21.076Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T05:54:21.153Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1958428007506270877/Definitions/service-Basicclamp-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
2021-09-30T05:54:21.941Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T05:54:21.941Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:54:21.941Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T05:54:21.941Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-30T05:54:21.942Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2021-09-30T05:54:21.942Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||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-Basicclamp-csar.csar
2021-09-30T05:54:21.942Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T05:54:21.942Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||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-Basicclamp-csar.csar
2021-09-30T05:54:21.942Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T05:54:21.942Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T05:54:21.942Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T05:54:21.942Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T05:54:21.942Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T05:54:21.942Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:54:21.943Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:21.943Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:21.943Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T05:54:21.943Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:54:21.943Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:54:21.943Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:21.943Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:21.944Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T05:54:21.944Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:54:21.944Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:54:21.944Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:21.944Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:21.944Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:21.945Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-30T05:54:21.945Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-30T05:54:21.945Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-30T05:54:21.945Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-30T05:54:21.945Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T05:54:21.946Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T05:54:21.946Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:21.946Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:54:21.946Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:21.946Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T05:54:21.946Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:54:21.947Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:21.947Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T05:54:21.947Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:54:21.947Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:21.947Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T05:54:21.947Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:54:21.947Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:21.948Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-30T05:54:21.948Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-30T05:54:21.948Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T05:54:21.948Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=806e2494-fb18-4831-81e2-5aff70d4d156
2021-09-30T05:54:21.948Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:21.948Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:21.948Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:21.948Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:21.949Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:21.949Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:21.949Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:21.949Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:21.949Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:a75e8130-9f73-42f8-94c9-f02a7508ec7e
Model Version:NULL
Model InvariantUuid:33f9ea84-1d0f-4658-b064-ab33810fee25
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:58776a66-48a7-4a81-9331-f0e648fae816
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c16fd1ba-8115-4afe-ae4f-e744546c2230
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4aa3be99-3d46-4c74-bbce-7a632309ac9e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:de9f4d23-4147-46c8-85a5-986f35d2b6f2
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:9a924120-0e96-4fb5-b088-c217d572778a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:806e2494-fb18-4831-81e2-5aff70d4d156
ModelInvariantUuid:ad3025eb-2966-4d61-a640-62accce7b234
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:e5248b50-222b-48c5-b8e8-b7ed75a79d02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:10dab962-7ee8-4523-85f1-113892bb1fbd
ModelInvariantUuid:0c956295-7c5e-4529-af9c-c281073f7c0b
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:464c272d-9f06-4924-8c15-639128b4915d
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T05:54:21.954Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d216c6c3-7830-41f4-9793-853ac5bba0af
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:54:21.956Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-09-30T05:54:21.956Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d216c6c3-7830-41f4-9793-853ac5bba0af
2021-09-30T05:54:21.956Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d638eae8-69e6-43d6-b7cc-74c582d585b7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-30T05:54:21.956Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:54:21.956Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-30T05:54:22.094Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:54:22.095Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json d638eae8-69e6-43d6-b7cc-74c582d585b7 790
2021-09-30T05:54:22.095Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-30T05:54:22.095Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-30T05:54:22.095Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:54:22.095Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:22.097Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:22.098Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981262095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:54:22.197Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:54:22.198Z||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.
2021-09-30T05:54:22.198Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:22.210Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:22.211Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:23.098Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "de9f4d23-4147-46c8-85a5-986f35d2b6f2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a924120-0e96-4fb5-b088-c217d572778a",
    "vfModuleModelCustomizationUUID": "7c4f1f3e-0b36-461c-8740-31eef82c7e41",
    "isBase": true,
    "artifacts": [
      "3e2eb38b-1a23-4289-a5c6-3e8e5508b7ea",
      "2e1a80aa-c51e-4f86-9080-5c020a7e3593"
    ],
    "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": ""
    }
  }
]
2021-09-30T05:54:23.104Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a924120-0e96-4fb5-b088-c217d572778a
VfModuleModelInvariantUUID:de9f4d23-4147-46c8-85a5-986f35d2b6f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
3e2eb38b-1a23-4289-a5c6-3e8e5508b7ea
,
2e1a80aa-c51e-4f86-9080-5c020a7e3593

}
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


}

2021-09-30T05:54:23.107Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "de9f4d23-4147-46c8-85a5-986f35d2b6f2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a924120-0e96-4fb5-b088-c217d572778a",
    "vfModuleModelCustomizationUUID": "7c4f1f3e-0b36-461c-8740-31eef82c7e41",
    "isBase": true,
    "artifacts": [
      "3e2eb38b-1a23-4289-a5c6-3e8e5508b7ea",
      "2e1a80aa-c51e-4f86-9080-5c020a7e3593"
    ],
    "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": ""
    }
  }
]
2021-09-30T05:54:23.107Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a924120-0e96-4fb5-b088-c217d572778a
VfModuleModelInvariantUUID:de9f4d23-4147-46c8-85a5-986f35d2b6f2
VfModuleModelDescription:NULL
Artifacts UUID List:{
3e2eb38b-1a23-4289-a5c6-3e8e5508b7ea
,
2e1a80aa-c51e-4f86-9080-5c020a7e3593

}
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


}

2021-09-30T05:54:23.107Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3e2eb38b-1a23-4289-a5c6-3e8e5508b7ea from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-30T05:54:23.107Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:54:23.107Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-30T05:54:23.236Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:54:23.237Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 3e2eb38b-1a23-4289-a5c6-3e8e5508b7ea 5033
2021-09-30T05:54:23.237Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-30T05:54:23.238Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-30T05:54:23.238Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:54:23.238Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:23.240Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:23.240Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981263237,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:54:23.340Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:23.340Z||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.
2021-09-30T05:54:23.340Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:23.351Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:23.351Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:24.241Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2e1a80aa-c51e-4f86-9080-5c020a7e3593 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-30T05:54:24.241Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:54:24.242Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-30T05:54:24.403Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:54:24.403Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2e1a80aa-c51e-4f86-9080-5c020a7e3593 909
2021-09-30T05:54:24.403Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-30T05:54:24.403Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-30T05:54:24.403Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:54:24.404Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:24.406Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:24.406Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981264403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:54:24.506Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:24.507Z||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.
2021-09-30T05:54:24.507Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:24.519Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:24.520Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:25.406Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a75e8130-9f73-42f8-94c9-f02a7508ec7e
2021-09-30T05:54:25.407Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 d216c6c3-7830-41f4-9793-853ac5bba0af ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:54:25.413Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f454100, org.onap.sdc.toscaparser.api.parameters.Input@662ad76d, org.onap.sdc.toscaparser.api.parameters.Input@2c9e65a3, org.onap.sdc.toscaparser.api.parameters.Input@24c3b3da, org.onap.sdc.toscaparser.api.parameters.Input@1abbb03]
2021-09-30T05:54:25.414Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.414Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:25.414Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-30T05:54:25.414Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4aa3be99-3d46-4c74-bbce-7a632309ac9e
2021-09-30T05:54:25.415Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4aa3be99-3d46-4c74-bbce-7a632309ac9e matches Tosca VF Customization UUID: 4aa3be99-3d46-4c74-bbce-7a632309ac9e
2021-09-30T05:54:25.415Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4aa3be99-3d46-4c74-bbce-7a632309ac9e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-30T05:54:25.415Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.416Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:25.416Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4aa3be99-3d46-4c74-bbce-7a632309ac9e: {\"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\"}
2021-09-30T05:54:25.416Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57827e6e
2021-09-30T05:54:25.416Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.416Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:54:25.416Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7c4f1f3e-0b36-461c-8740-31eef82c7e41
2021-09-30T05:54:25.416Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7c4f1f3e-0b36-461c-8740-31eef82c7e41
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-30T05:54:25.417Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.417Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T05:54:25.417Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:54:25.418Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.418Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T05:54:25.418Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:54:25.418Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.418Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-30T05:54:25.418Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-30T05:54:25.418Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T05:54:25.418Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=806e2494-fb18-4831-81e2-5aff70d4d156
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T05:54:25.419Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.419Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T05:54:25.419Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:54:25.419Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.419Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T05:54:25.419Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=4aa3be99-3d46-4c74-bbce-7a632309ac9e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:54:25.420Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.420Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:25.420Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a75e8130-9f73-42f8-94c9-f02a7508ec7e: basicclamp
2021-09-30T05:54:25.420Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.420Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:25.420Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.421Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:25.421Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.421Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:25.421Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.421Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:25.421Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:54:25.421Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:54:25.421Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-30T05:54:25.471Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp d216c6c3-7830-41f4-9793-853ac5bba0af 1 ASDC deployResourceStructure
2021-09-30T05:54:25.471Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-30T05:54:25.471Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-30T05:54:25.471Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:54:25.472Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:25.474Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:25.474Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981265471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:54:25.574Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:25.575Z||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.
2021-09-30T05:54:25.575Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:25.588Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:25.588Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:26.475Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-30T05:54:26.475Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-30T05:54:26.475Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:54:26.476Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:26.477Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:26.477Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981266474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T05:54:26.578Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:26.578Z||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.
2021-09-30T05:54:26.579Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:26.589Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:26.589Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:27.478Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-30T05:54:27.479Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-30T05:54:27.479Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:54:27.479Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:27.480Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:27.480Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981267478,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-30T05:54:27.581Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:54:27.581Z||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.
2021-09-30T05:54:27.581Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:27.593Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:27.593Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:28.481Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-30T05:54:28.481Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-30T05:54:28.481Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:54:28.482Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:28.483Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:28.483Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981268481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:54:28.583Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:28.584Z||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.
2021-09-30T05:54:28.584Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:28.597Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:28.598Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:54:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:54:29.032Z||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.
2021-09-30T05:54:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:29.048Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:29.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:54:29.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:54:29.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:54:29.484Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23352d92-9b51-41db-865a-29f2f84b46e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:54:29.492Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23352d92-9b51-41db-865a-29f2f84b46e6
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=?
2021-09-30T05:54:29.495Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:54:29.495Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T05:54:29.495Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T05:54:29.495Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T05:54:29.495Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:54:29.495Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:54:29.495Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:54:29.495Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:54:29.496Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:54:29.496Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:54:29.496Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:54:29.496Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:54:29.499Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T05:54:59.499Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23352d92-9b51-41db-865a-29f2f84b46e6 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=?
2021-09-30T05:54:59.502Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23352d92-9b51-41db-865a-29f2f84b46e6 and serviceModelVersionId: a75e8130-9f73-42f8-94c9-f02a7508ec7e
2021-09-30T05:54:59.502Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33f9ea84-1d0f-4658-b064-ab33810fee25
2021-09-30T05:54:59.503Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33f9ea84-1d0f-4658-b064-ab33810fee25/model-vers/model-ver/a75e8130-9f73-42f8-94c9-f02a7508ec7e?depth=0
2021-09-30T05:54:59.507Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T05:54:59.531Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33f9ea84-1d0f-4658-b064-ab33810fee25/model-vers/model-ver/a75e8130-9f73-42f8-94c9-f02a7508ec7e?depth=0|INFO|500||Invoke
2021-09-30T05:54:59.531Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33f9ea84-1d0f-4658-b064-ab33810fee25/model-vers/model-ver/a75e8130-9f73-42f8-94c9-f02a7508ec7e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33f9ea84-1d0f-4658-b064-ab33810fee25/model-vers/model-ver/a75e8130-9f73-42f8-94c9-f02a7508ec7e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23352d92-9b51-41db-865a-29f2f84b46e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07fdc567-07b4-49b0-af8b-c04988a94b5c], X-ECOMP-RequestID=[23352d92-9b51-41db-865a-29f2f84b46e6], X-TransactionId=[], X-ONAP-RequestID=[23352d92-9b51-41db-865a-29f2f84b46e6], Content-Type=[application/merge-patch+json]}
2021-09-30T05:54:59.544Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33f9ea84-1d0f-4658-b064-ab33810fee25/model-vers/model-ver/a75e8130-9f73-42f8-94c9-f02a7508ec7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T05:54:59.618Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33f9ea84-1d0f-4658-b064-ab33810fee25/model-vers/model-ver/a75e8130-9f73-42f8-94c9-f02a7508ec7e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33f9ea84-1d0f-4658-b064-ab33810fee25/model-vers/model-ver/a75e8130-9f73-42f8-94c9-f02a7508ec7e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210930-05:54:59:553-66117], vertex-id=[192672], Content-Length=[0], Date=[Thu, 30 Sep 2021 05:54:59 GMT], Content-Type=[application/json]}
2021-09-30T05:54:59.619Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33f9ea84-1d0f-4658-b064-ab33810fee25/model-vers/model-ver/a75e8130-9f73-42f8-94c9-f02a7508ec7e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T05:54:59.620Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33f9ea84-1d0f-4658-b064-ab33810fee25/model-vers/model-ver/a75e8130-9f73-42f8-94c9-f02a7508ec7e?depth=0|INFO|500||InvokeReturn
2021-09-30T05:54:59.620Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T05:54:59.620Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:54:59.623Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T05:54:59.623Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23352d92-9b51-41db-865a-29f2f84b46e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T05:54:59.624Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T05:54:59.624Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:54:59.625Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:54:59.626Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981299623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:54:59.726Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:54:59.726Z||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.
2021-09-30T05:54:59.726Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:54:59.740Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:54:59.740Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 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=?
2021-09-30T05:55:00.636Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:55:00.636Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a05c6250-a46d-4bb3-803f-ff1f738ebc57","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7c4e80f1-eeaa-4822-baf9-84434d428197","serviceDescription":"service","serviceInvariantUUID":"7ea3310b-a25f-49b5-ba3f-c29583ededbc","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"323725fd-e687-4324-858a-afff542a0efc","resourceInvariantUUID":"eb931415-30d6-47fc-adea-ef0c53164781","resourceCustomizationUUID":"bf4d46dd-c600-4af9-9195-e568b410fa24","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MzgyZmMzNzkzOGU1MjdmOGNmOTlhMDU5Y2E3NjZjNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5762a42f-af1b-4d27-a93d-b1e0ed70ca6c","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MjhhZjY5MDZiZGEzNjE1MzQyYTU0YzM2NjNkODViZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"466fc562-26f0-4b0a-85b2-7e26bff85475","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"69fb0ac6-c687-4d1c-ab36-c235ca35fe42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee03ed34-5b91-4a5e-8582-7be8092d1036","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3e1de414-e88b-4990-8678-4a20a05b1919","artifactVersion":"2","generatedFromUUID":"69fb0ac6-c687-4d1c-ab36-c235ca35fe42"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"YjZiYmJmNTAwYTQ4YzE3YmRhODY4Y2EwYWUxMjY4ZTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4511c5eb-23c5-4e77-881c-d99066ee9ea7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MTcwMzljMjY4NmU0OGY3ODczZmJjZTU2MmMxM2UxYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7fff0b0-5426-4471-978a-4538a0e7bef7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzVjNmFhZmY0NWY1ZjQ2NzY0MzFjYjllMTU0ODBhZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"565c8bef-0463-47d4-b0c9-419a9aa90d96","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T05:55:00.637Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:55:00.637Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:00.639Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:00.639Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:55:00.739Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:00.739Z||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.
2021-09-30T05:55:00.739Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:00.749Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:00.750Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:55:01.639Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:55:01.641Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:01.643Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:01.644Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:55:01.744Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:01.745Z||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.
2021-09-30T05:55:01.745Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:01.759Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:01.759Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:55:02.645Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:55:02.646Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:02.648Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:02.648Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:55:02.748Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:02.748Z||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.
2021-09-30T05:55:02.748Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:02.759Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:02.760Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:55:03.648Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:55:03.650Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:03.653Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:03.653Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:55:03.753Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:03.754Z||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.
2021-09-30T05:55:03.754Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:03.765Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:03.765Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:55:04.654Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:55:04.655Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:04.657Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:04.657Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-30T05:55:04.758Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:55:04.759Z||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.
2021-09-30T05:55:04.759Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:04.771Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:04.771Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:55:05.658Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:55:05.658Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:05.660Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:05.660Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:55:05.760Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:05.761Z||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.
2021-09-30T05:55:05.761Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:05.772Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:05.772Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:55:06.660Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:55:06.661Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:06.663Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:06.664Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:55:06.764Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:06.765Z||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.
2021-09-30T05:55:06.765Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:06.776Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:06.776Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:55:07.664Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:55:07.665Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:07.667Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:07.667Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:55:07.767Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:07.768Z||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.
2021-09-30T05:55:07.768Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:07.781Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:07.781Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:55:08.668Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7c4e80f1-eeaa-4822-baf9-84434d428197",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7ea3310b-a25f-49b5-ba3f-c29583ededbc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bf4d46dd-c600-4af9-9195-e568b410fa24",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "323725fd-e687-4324-858a-afff542a0efc",
      "resourceInvariantUUID": "eb931415-30d6-47fc-adea-ef0c53164781",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "MjhhZjY5MDZiZGEzNjE1MzQyYTU0YzM2NjNkODViZWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "466fc562-26f0-4b0a-85b2-7e26bff85475",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "69fb0ac6-c687-4d1c-ab36-c235ca35fe42",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3e1de414-e88b-4990-8678-4a20a05b1919",
            "generatedFromUUID": "69fb0ac6-c687-4d1c-ab36-c235ca35fe42"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3e1de414-e88b-4990-8678-4a20a05b1919",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YzVjNmFhZmY0NWY1ZjQ2NzY0MzFjYjllMTU0ODBhZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "565c8bef-0463-47d4-b0c9-419a9aa90d96"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T05:55:08.669Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T05:55:08.669Z|23352d92-9b51-41db-865a-29f2f84b46e6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c4e80f1-eeaa-4822-baf9-84434d428197 ASDC
2021-09-30T05:55:08.669Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a05c6250-a46d-4bb3-803f-ff1f738ebc57
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7c4e80f1-eeaa-4822-baf9-84434d428197
ServiceInvariantUUID:7ea3310b-a25f-49b5-ba3f-c29583ededbc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:565c8bef-0463-47d4-b0c9-419a9aa90d96
ArtifactChecksum:YzVjNmFhZmY0NWY1ZjQ2NzY0MzFjYjllMTU0ODBhZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bf4d46dd-c600-4af9-9195-e568b410fa24
ResourceInvariantUUID:eb931415-30d6-47fc-adea-ef0c53164781
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:323725fd-e687-4324-858a-afff542a0efc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:466fc562-26f0-4b0a-85b2-7e26bff85475
ArtifactChecksum:MjhhZjY5MDZiZGEzNjE1MzQyYTU0YzM2NjNkODViZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:69fb0ac6-c687-4d1c-ab36-c235ca35fe42
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:3e1de414-e88b-4990-8678-4a20a05b1919
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:3e1de414-e88b-4990-8678-4a20a05b1919
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-30T05:55:08.670Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c4e80f1-eeaa-4822-baf9-84434d428197 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=?
2021-09-30T05:55:08.696Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:55:08.696Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:55:08.696Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:55:08.697Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 565c8bef-0463-47d4-b0c9-419a9aa90d96 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-30T05:55:08.697Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:55:08.697Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-30T05:55:09.420Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:55:09.425Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 565c8bef-0463-47d4-b0c9-419a9aa90d96 78612
2021-09-30T05:55:09.426Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-30T05:55:09.426Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-30T05:55:09.426Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:55:09.427Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:09.428Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:09.428Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981309426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:55:09.528Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:09.529Z||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.
2021-09-30T05:55:09.529Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:09.542Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:09.543Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:55:10.429Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:55:10.430Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:55:10.430Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 565c8bef-0463-47d4-b0c9-419a9aa90d96, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T05:55:10.431Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-30T05:55:10.431Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T05:55:10.432Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T05:55:10.538Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13661076208721519066/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_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
2021-09-30T05:55:11.351Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T05:55:11.351Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:55:11.352Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T05:55:11.352Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-30T05:55:11.352Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T05:55:11.352Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||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-BasicVmMacro-csar.csar
2021-09-30T05:55:11.352Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T05:55:11.352Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||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-BasicVmMacro-csar.csar
2021-09-30T05:55:11.352Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T05:55:11.352Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T05:55:11.352Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T05:55:11.352Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T05:55:11.352Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T05:55:11.353Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:55:11.353Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:11.353Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:11.353Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T05:55:11.353Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:55:11.353Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:55:11.353Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:11.353Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:11.354Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T05:55:11.354Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:55:11.354Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:55:11.354Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:11.354Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:11.354Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:11.354Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-30T05:55:11.354Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-30T05:55:11.354Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-30T05:55:11.355Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-30T05:55:11.355Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-30T05:55:11.355Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T05:55:11.355Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:11.355Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:55:11.355Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:11.355Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T05:55:11.355Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:55:11.355Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:11.356Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T05:55:11.356Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:55:11.356Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:11.356Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T05:55:11.356Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:55:11.356Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:11.356Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-30T05:55:11.356Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-30T05:55:11.357Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-30T05:55:11.357Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=74492511-406c-4200-af37-673c10258d22
2021-09-30T05:55:11.357Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:11.357Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:11.357Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:11.357Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:11.357Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:11.357Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:11.357Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:11.358Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:11.358Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:7c4e80f1-eeaa-4822-baf9-84434d428197
Model Version:NULL
Model InvariantUuid:7ea3310b-a25f-49b5-ba3f-c29583ededbc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:235961c5-039a-48e2-bc20-d33f6275764b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eb931415-30d6-47fc-adea-ef0c53164781
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bf4d46dd-c600-4af9-9195-e568b410fa24
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:17312ad3-4134-4034-bef3-e24b9fa96cad
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:c7acd057-842a-40a4-8967-475c2b71e132
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:74492511-406c-4200-af37-673c10258d22
ModelInvariantUuid:d55cbe98-4642-4f95-ac04-2cd942975c52
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a201ec8c-758a-4833-bc72-72e6e0b25f9a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9f244bd5-cbd3-42b2-ba66-992477b703ba
ModelInvariantUuid:0350961a-5ffa-4def-8eb9-dc19cc9c52aa
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:fc205e20-fafe-43a1-865f-5c7e36be2154
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T05:55:11.362Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 323725fd-e687-4324-858a-afff542a0efc
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:55:11.364Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2021-09-30T05:55:11.364Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 323725fd-e687-4324-858a-afff542a0efc
2021-09-30T05:55:11.365Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 466fc562-26f0-4b0a-85b2-7e26bff85475 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-30T05:55:11.365Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:55:11.365Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-30T05:55:11.737Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:55:11.737Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 466fc562-26f0-4b0a-85b2-7e26bff85475 792
2021-09-30T05:55:11.737Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-30T05:55:11.738Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-30T05:55:11.738Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:55:11.738Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:11.739Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:11.739Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981311737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:55:11.839Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:11.840Z||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.
2021-09-30T05:55:11.840Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:11.851Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:11.851Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:55:12.740Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "17312ad3-4134-4034-bef3-e24b9fa96cad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c7acd057-842a-40a4-8967-475c2b71e132",
    "vfModuleModelCustomizationUUID": "03343ee0-1948-4d1c-b578-da6d42df87d0",
    "isBase": true,
    "artifacts": [
      "69fb0ac6-c687-4d1c-ab36-c235ca35fe42",
      "3e1de414-e88b-4990-8678-4a20a05b1919"
    ],
    "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": ""
    }
  }
]
2021-09-30T05:55:12.743Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7acd057-842a-40a4-8967-475c2b71e132
VfModuleModelInvariantUUID:17312ad3-4134-4034-bef3-e24b9fa96cad
VfModuleModelDescription:NULL
Artifacts UUID List:{
69fb0ac6-c687-4d1c-ab36-c235ca35fe42
,
3e1de414-e88b-4990-8678-4a20a05b1919

}
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


}

2021-09-30T05:55:12.745Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "17312ad3-4134-4034-bef3-e24b9fa96cad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c7acd057-842a-40a4-8967-475c2b71e132",
    "vfModuleModelCustomizationUUID": "03343ee0-1948-4d1c-b578-da6d42df87d0",
    "isBase": true,
    "artifacts": [
      "69fb0ac6-c687-4d1c-ab36-c235ca35fe42",
      "3e1de414-e88b-4990-8678-4a20a05b1919"
    ],
    "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": ""
    }
  }
]
2021-09-30T05:55:12.746Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7acd057-842a-40a4-8967-475c2b71e132
VfModuleModelInvariantUUID:17312ad3-4134-4034-bef3-e24b9fa96cad
VfModuleModelDescription:NULL
Artifacts UUID List:{
69fb0ac6-c687-4d1c-ab36-c235ca35fe42
,
3e1de414-e88b-4990-8678-4a20a05b1919

}
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


}

2021-09-30T05:55:12.746Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 69fb0ac6-c687-4d1c-ab36-c235ca35fe42 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-30T05:55:12.746Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:55:12.746Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-30T05:55:13.601Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:55:13.602Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 69fb0ac6-c687-4d1c-ab36-c235ca35fe42 5033
2021-09-30T05:55:13.602Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-30T05:55:13.602Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-30T05:55:13.603Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:55:13.603Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:13.605Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:13.605Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981313602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:55:13.705Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:13.706Z||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.
2021-09-30T05:55:13.706Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:13.718Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:13.718Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:55:14.606Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3e1de414-e88b-4990-8678-4a20a05b1919 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-30T05:55:14.607Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:55:14.607Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-30T05:55:15.216Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:55:15.216Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3e1de414-e88b-4990-8678-4a20a05b1919 903
2021-09-30T05:55:15.216Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-30T05:55:15.217Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-30T05:55:15.217Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:55:15.217Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:15.219Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:15.219Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981315216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:55:15.320Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:15.320Z||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.
2021-09-30T05:55:15.320Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:15.332Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:15.332Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:55:16.220Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7c4e80f1-eeaa-4822-baf9-84434d428197
2021-09-30T05:55:16.221Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 323725fd-e687-4324-858a-afff542a0efc ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:55:16.230Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f226bfe, org.onap.sdc.toscaparser.api.parameters.Input@444ace31, org.onap.sdc.toscaparser.api.parameters.Input@1ee6aee6, org.onap.sdc.toscaparser.api.parameters.Input@5b3015e4, org.onap.sdc.toscaparser.api.parameters.Input@5741e8e7]
2021-09-30T05:55:16.232Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.232Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:16.232Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-30T05:55:16.232Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= bf4d46dd-c600-4af9-9195-e568b410fa24
2021-09-30T05:55:16.233Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf4d46dd-c600-4af9-9195-e568b410fa24 matches Tosca VF Customization UUID: bf4d46dd-c600-4af9-9195-e568b410fa24
2021-09-30T05:55:16.233Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: bf4d46dd-c600-4af9-9195-e568b410fa24  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-30T05:55:16.234Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.234Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:16.235Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id bf4d46dd-c600-4af9-9195-e568b410fa24: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"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\",\"sdnc_artifact_name\":\"vnf\",\"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\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-09-30T05:55:16.235Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35163fb6
2021-09-30T05:55:16.235Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.235Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:55:16.235Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 03343ee0-1948-4d1c-b578-da6d42df87d0
2021-09-30T05:55:16.235Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 03343ee0-1948-4d1c-b578-da6d42df87d0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-30T05:55:16.237Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.237Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T05:55:16.237Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:55:16.237Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.237Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T05:55:16.237Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:55:16.237Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.238Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-30T05:55:16.238Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-30T05:55:16.238Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-30T05:55:16.238Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=74492511-406c-4200-af37-673c10258d22
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T05:55:16.239Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.239Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T05:55:16.239Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:55:16.239Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.239Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T05:55:16.240Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bf4d46dd-c600-4af9-9195-e568b410fa24
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:55:16.240Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.240Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:16.241Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7c4e80f1-eeaa-4822-baf9-84434d428197: basic_vm_macro
2021-09-30T05:55:16.241Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.241Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:16.241Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.241Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:16.241Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.241Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:16.242Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.242Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:16.242Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:55:16.242Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:55:16.242Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-30T05:55:16.280Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 323725fd-e687-4324-858a-afff542a0efc 1 ASDC deployResourceStructure
2021-09-30T05:55:16.281Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-30T05:55:16.281Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-30T05:55:16.281Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:55:16.281Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:16.282Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:16.282Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981316281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:55:16.382Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:16.383Z||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.
2021-09-30T05:55:16.383Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:16.393Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:16.393Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:55:17.283Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-30T05:55:17.284Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-30T05:55:17.284Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:55:17.284Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:17.285Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:17.285Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981317283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T05:55:17.385Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:17.386Z||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.
2021-09-30T05:55:17.386Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:17.399Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:17.400Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:55:18.286Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-30T05:55:18.286Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-30T05:55:18.287Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:55:18.287Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:18.288Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:18.288Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981318286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-30T05:55:18.388Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:55:18.389Z||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.
2021-09-30T05:55:18.389Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:18.399Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:18.400Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:55:19.289Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-30T05:55:19.289Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-30T05:55:19.290Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:55:19.290Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:55:19.291Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:55:19.291Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981319289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:55:19.392Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:55:19.392Z||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.
2021-09-30T05:55:19.393Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:19.402Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:19.402Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:55:20.292Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a05c6250-a46d-4bb3-803f-ff1f738ebc57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:55:20.297Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a05c6250-a46d-4bb3-803f-ff1f738ebc57
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=?
2021-09-30T05:55:20.299Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:55:20.299Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:55:20.299Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:55:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:55:29.032Z||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.
2021-09-30T05:55:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:55:29.045Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:55:29.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "clamp",
  "timestamp": 1632981119918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981150219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981152362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "aai-ml",
  "timestamp": 1632981153032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981153901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "aai-ml",
  "timestamp": 1632981154034,
  "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=?
2021-09-30T05:55:29.049Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a05c6250-a46d-4bb3-803f-ff1f738ebc57
2021-09-30T05:55:29.049Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05c6250-a46d-4bb3-803f-ff1f738ebc57 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 (?, ?, ?, ?, ?)
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981155328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981156393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981157395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981158398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "clamp",
  "timestamp": 1632981158672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:55:29.055Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:55:29.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981159401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:55:29.055Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:55:29.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "clamp",
  "timestamp": 1632981161679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:55:29.055Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:55:29.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:55:29.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "clamp",
  "timestamp": 1632981162681,
  "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=?
2021-09-30T05:55:29.056Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a05c6250-a46d-4bb3-803f-ff1f738ebc57
2021-09-30T05:55:29.056Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a05c6250-a46d-4bb3-803f-ff1f738ebc57 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 (?, ?, ?, ?, ?)
2021-09-30T05:55:50.299Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a05c6250-a46d-4bb3-803f-ff1f738ebc57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:55:50.307Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a05c6250-a46d-4bb3-803f-ff1f738ebc57
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=?
2021-09-30T05:55:50.309Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:55:50.309Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T05:55:50.309Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T05:55:50.309Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T05:55:50.309Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:55:50.309Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:55:50.309Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:55:50.310Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:55:50.310Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:55:50.310Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:55:50.310Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:55:50.313Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T05:56:20.313Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a05c6250-a46d-4bb3-803f-ff1f738ebc57 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=?
2021-09-30T05:56:20.318Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a05c6250-a46d-4bb3-803f-ff1f738ebc57 and serviceModelVersionId: 7c4e80f1-eeaa-4822-baf9-84434d428197
2021-09-30T05:56:20.319Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7ea3310b-a25f-49b5-ba3f-c29583ededbc
2021-09-30T05:56:20.319Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7ea3310b-a25f-49b5-ba3f-c29583ededbc/model-vers/model-ver/7c4e80f1-eeaa-4822-baf9-84434d428197?depth=0
2021-09-30T05:56:20.323Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T05:56:20.344Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7ea3310b-a25f-49b5-ba3f-c29583ededbc/model-vers/model-ver/7c4e80f1-eeaa-4822-baf9-84434d428197?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]}
2021-09-30T05:56:20.345Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7ea3310b-a25f-49b5-ba3f-c29583ededbc/model-vers/model-ver/7c4e80f1-eeaa-4822-baf9-84434d428197?depth=0|INFO|500||Invoke
2021-09-30T05:56:20.361Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7ea3310b-a25f-49b5-ba3f-c29583ededbc/model-vers/model-ver/7c4e80f1-eeaa-4822-baf9-84434d428197?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T05:56:20.428Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7ea3310b-a25f-49b5-ba3f-c29583ededbc/model-vers/model-ver/7c4e80f1-eeaa-4822-baf9-84434d428197?depth=0|INFO|500||InvokeReturn
2021-09-30T05:56:20.428Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7ea3310b-a25f-49b5-ba3f-c29583ededbc/model-vers/model-ver/7c4e80f1-eeaa-4822-baf9-84434d428197?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210930-05:56:20:366-69816], vertex-id=[233600], Content-Length=[0], Date=[Thu, 30 Sep 2021 05:56:20 GMT], Content-Type=[application/json]}
2021-09-30T05:56:20.428Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T05:56:20.428Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T05:56:20.428Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:56:20.433Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T05:56:20.433Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a05c6250-a46d-4bb3-803f-ff1f738ebc57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T05:56:20.433Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T05:56:20.434Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:56:20.435Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:56:20.435Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981380433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:56:20.535Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:56:20.536Z||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.
2021-09-30T05:56:20.536Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:20.550Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:20.550Z||pool-100-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=?
2021-09-30T05:56:21.454Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:56:21.455Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|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.
2021-09-30T05:56:21.455Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:25.755Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:25.756Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:56:25.756Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"388c4dde-d42d-4ee1-9502-e775310bd699","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a3cfe963-48a1-46e5-96e9-153069d51b71","serviceDescription":"service","serviceInvariantUUID":"eb74092d-00cb-46fc-8706-cf8dbfd8c3c8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d9b1c71c-d1ee-4199-b4e0-dbd5e7cd60da","resourceInvariantUUID":"41641028-d632-409d-b5bd-21c59992a67c","resourceCustomizationUUID":"7f691078-70fa-4b50-8849-bac559805a5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"Zjc5ZjM4OTJlZWE3ZDFlMzE2NzJhMzBhMzI5N2FjZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21fc2a3b-f710-4f21-8c6b-4e881753dd22","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6321371f-eb66-4010-a8aa-795445e43e4c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e6816250-d8b3-4c27-a2b3-ba27e6b094a8","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YmU1NTA3ZDIxN2Y2ODZmYWVhNDUwYmZmZTNkNWQ0NTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"91843616-ac6a-4a5c-b64c-91a287380db4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"240172c1-4429-4442-a196-71aa93b421da","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e607b89b-069d-401e-bb0a-fb6a7a54f8d0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d8a9f92b-d590-4123-9dc0-da357253254f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"NDZmYzgyOTk0MzdjNzg5OWY0YWYwMWQ3M2YxZDQ0M2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5564483f-8aad-47d0-859c-782b4309c039","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmJlMGMzM2Y1MzlkYTQxZTFiMjFmMWU3ODI2YjE3YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9916cb3e-61a5-46aa-a0e6-1f98943f4d52","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T05:56:25.758Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:56:25.758Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:56:25.759Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:56:25.759Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:56:25.859Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:56:25.860Z||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.
2021-09-30T05:56:25.860Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:25.873Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:25.874Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:56:26.760Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:56:26.760Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:56:26.762Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:56:26.762Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:56:26.862Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:56:26.863Z||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.
2021-09-30T05:56:26.863Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:26.873Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:26.874Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:56:27.763Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:56:27.763Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:56:27.764Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:56:27.764Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:56:27.865Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:56:27.865Z||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.
2021-09-30T05:56:27.865Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:27.876Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:27.876Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:56:28.765Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:56:28.766Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:56:28.768Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:56:28.768Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:56:28.868Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:56:28.869Z||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.
2021-09-30T05:56:28.869Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:28.880Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:28.881Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:56:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:56:29.032Z||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.
2021-09-30T05:56:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:29.048Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:29.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a268c641-b97a-49b0-8a2b-b27c266216f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981250846,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:56:29.049Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:56:29.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:56:29.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:56:29.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:56:29.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:56:29.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981260070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981262095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981263237,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981264403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981265471,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:56:29.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:56:29.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981266474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T05:56:29.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:56:29.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981267478,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-30T05:56:29.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:56:29.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:56:29.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981268481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:56:29.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:56:29.769Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:56:29.770Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:56:29.771Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:56:29.771Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:56:29.871Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:56:29.872Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:56:29.872Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:29.883Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:29.884Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:56:30.771Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:56:30.772Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:56:30.774Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:56:30.774Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:56:30.874Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:56:30.875Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:56:30.875Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:30.885Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:30.885Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:56:31.775Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:56:31.776Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:56:31.777Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:56:31.777Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:56:31.877Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:56:31.878Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:56:31.878Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:31.890Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:31.890Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:56:32.778Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:56:32.779Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:56:32.781Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:56:32.781Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:56:32.881Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:56:32.882Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:56:32.882Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:32.891Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:32.892Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:56:33.782Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:56:33.783Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:56:33.785Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:56:33.785Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:56:33.885Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:56:33.885Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:56:33.885Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:33.896Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:33.897Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:56:34.786Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a3cfe963-48a1-46e5-96e9-153069d51b71",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eb74092d-00cb-46fc-8706-cf8dbfd8c3c8",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7f691078-70fa-4b50-8849-bac559805a5c",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d9b1c71c-d1ee-4199-b4e0-dbd5e7cd60da",
      "resourceInvariantUUID": "41641028-d632-409d-b5bd-21c59992a67c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "MmJlMGMzM2Y1MzlkYTQxZTFiMjFmMWU3ODI2YjE3YzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9916cb3e-61a5-46aa-a0e6-1f98943f4d52"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T05:56:34.787Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T05:56:34.787Z|a05c6250-a46d-4bb3-803f-ff1f738ebc57|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a3cfe963-48a1-46e5-96e9-153069d51b71 ASDC
2021-09-30T05:56:34.787Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:388c4dde-d42d-4ee1-9502-e775310bd699
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a3cfe963-48a1-46e5-96e9-153069d51b71
ServiceInvariantUUID:eb74092d-00cb-46fc-8706-cf8dbfd8c3c8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:9916cb3e-61a5-46aa-a0e6-1f98943f4d52
ArtifactChecksum:MmJlMGMzM2Y1MzlkYTQxZTFiMjFmMWU3ODI2YjE3YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7f691078-70fa-4b50-8849-bac559805a5c
ResourceInvariantUUID:41641028-d632-409d-b5bd-21c59992a67c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d9b1c71c-d1ee-4199-b4e0-dbd5e7cd60da
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-30T05:56:34.788Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a3cfe963-48a1-46e5-96e9-153069d51b71 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 (?, ?, ?, ?, ?)
2021-09-30T05:56:34.808Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:56:34.809Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:56:34.810Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:56:34.810Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9916cb3e-61a5-46aa-a0e6-1f98943f4d52 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-30T05:56:34.810Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:56:34.810Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-30T05:56:35.416Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:56:35.425Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9916cb3e-61a5-46aa-a0e6-1f98943f4d52 105555
2021-09-30T05:56:35.425Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-30T05:56:35.426Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-30T05:56:35.426Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:56:35.426Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:56:35.427Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:56:35.427Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981395425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:56:35.527Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:56:35.528Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:56:35.528Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:35.539Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:35.539Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:56:36.428Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:56:36.429Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:56:36.429Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9916cb3e-61a5-46aa-a0e6-1f98943f4d52, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T05:56:36.429Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-30T05:56:36.430Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T05:56:36.430Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T05:56:36.494Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10344521148489451026/Definitions/service-TestPnfMacro-template.yml
2021-09-30T05:56:37.015Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T05:56:37.016Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:56:37.031Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T05:56:37.031Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T05:56:37.031Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T05:56:37.031Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T05:56:37.031Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T05:56:37.031Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T05:56:37.031Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T05:56:37.031Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T05:56:37.032Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T05:56:37.032Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:56:37.032Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:56:37.032Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:56:37.032Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-30T05:56:37.032Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:56:37.032Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:56:37.032Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:56:37.032Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:56:37.032Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-30T05:56:37.033Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:56:37.033Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:56:37.033Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:56:37.033Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:56:37.033Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:56:37.033Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:56:37.033Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:56:37.033Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:56:37.033Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:56:37.033Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:56:37.034Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:56:37.034Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:56:37.034Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a3cfe963-48a1-46e5-96e9-153069d51b71
Model Version:NULL
Model InvariantUuid:eb74092d-00cb-46fc-8706-cf8dbfd8c3c8
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T05:56:37.040Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: d9b1c71c-d1ee-4199-b4e0-dbd5e7cd60da
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:56:37.042Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||test-pnf 0
2021-09-30T05:56:37.043Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d9b1c71c-d1ee-4199-b4e0-dbd5e7cd60da
2021-09-30T05:56:37.043Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||No resources found for Service: a3cfe963-48a1-46e5-96e9-153069d51b71
2021-09-30T05:56:37.043Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a3cfe963-48a1-46e5-96e9-153069d51b71
2021-09-30T05:56:37.043Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d9b1c71c-d1ee-4199-b4e0-dbd5e7cd60da ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:56:37.046Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4eb7d2ec, org.onap.sdc.toscaparser.api.parameters.Input@73818017, org.onap.sdc.toscaparser.api.parameters.Input@614faed5, org.onap.sdc.toscaparser.api.parameters.Input@2d15c0b4, org.onap.sdc.toscaparser.api.parameters.Input@5dc54748]
2021-09-30T05:56:37.047Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:56:37.047Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:56:37.047Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a3cfe963-48a1-46e5-96e9-153069d51b71: test-pnf
2021-09-30T05:56:37.047Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||Processing PNF resource: d9b1c71c-d1ee-4199-b4e0-dbd5e7cd60da
2021-09-30T05:56:37.047Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:56:37.047Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:56:37.047Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||Resource customization UUID: 7f691078-70fa-4b50-8849-bac559805a5c is the same as notified resource customizationUUID: 7f691078-70fa-4b50-8849-bac559805a5c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?)
2021-09-30T05:56:37.076Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d9b1c71c-d1ee-4199-b4e0-dbd5e7cd60da 0 ASDC deployResourceStructure
2021-09-30T05:56:37.077Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-30T05:56:37.077Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-30T05:56:37.077Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:56:37.077Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:56:37.078Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:56:37.079Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981397077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:56:37.179Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:56:37.180Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:56:37.180Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:56:37.191Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:56:37.191Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:56:38.079Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 388c4dde-d42d-4ee1-9502-e775310bd699
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:56:38.088Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 388c4dde-d42d-4ee1-9502-e775310bd699
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=?
2021-09-30T05:56:38.090Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:56:38.090Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:56:38.090Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:57:08.090Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 388c4dde-d42d-4ee1-9502-e775310bd699
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:57:08.101Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 388c4dde-d42d-4ee1-9502-e775310bd699
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=?
2021-09-30T05:57:08.104Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:57:08.104Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:57:08.104Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:57:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:57:29.032Z||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.
2021-09-30T05:57:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:57:29.060Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:57:29.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "dcae-sch",
  "timestamp": 1632981263076,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "policy-id",
  "timestamp": 1632981263847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "clamp",
  "timestamp": 1632981269918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981270601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "dcae-sch",
  "timestamp": 1632981263076,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "policy-id",
  "timestamp": 1632981263847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "clamp",
  "timestamp": 1632981269918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981270601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "dcae-sch",
  "timestamp": 1632981263076,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "policy-id",
  "timestamp": 1632981263847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "clamp",
  "timestamp": 1632981269918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "aai-ml",
  "timestamp": 1632981272431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981270601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "dcae-sch",
  "timestamp": 1632981263076,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "policy-id",
  "timestamp": 1632981263847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "clamp",
  "timestamp": 1632981269918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "aai-ml",
  "timestamp": 1632981272431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981270601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "dcae-sch",
  "timestamp": 1632981263076,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "policy-id",
  "timestamp": 1632981263847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "clamp",
  "timestamp": 1632981269918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "cds",
  "timestamp": 1632981274088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "aai-ml",
  "timestamp": 1632981272431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981270601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "dcae-sch",
  "timestamp": 1632981263076,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "policy-id",
  "timestamp": 1632981263847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "clamp",
  "timestamp": 1632981269918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "cds",
  "timestamp": 1632981274088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "aai-ml",
  "timestamp": 1632981272431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981270601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "dcae-sch",
  "timestamp": 1632981263076,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "policy-id",
  "timestamp": 1632981263847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "clamp",
  "timestamp": 1632981269918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "cds",
  "timestamp": 1632981274088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "aai-ml",
  "timestamp": 1632981272431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981270601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "dcae-sch",
  "timestamp": 1632981263076,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "policy-id",
  "timestamp": 1632981263847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "clamp",
  "timestamp": 1632981269918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "cds",
  "timestamp": 1632981274088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "aai-ml",
  "timestamp": 1632981272431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981270601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "dcae-sch",
  "timestamp": 1632981263076,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "policy-id",
  "timestamp": 1632981263847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "clamp",
  "timestamp": 1632981269918,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "cds",
  "timestamp": 1632981274088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "aai-ml",
  "timestamp": 1632981272431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981270601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981279061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "policy-id",
  "timestamp": 1632981279683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "cds",
  "timestamp": 1632981274088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "aai-ml",
  "timestamp": 1632981272431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981280454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981279061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "policy-id",
  "timestamp": 1632981280690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "cds",
  "timestamp": 1632981274088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981280162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "aai-ml",
  "timestamp": 1632981272431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981279061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "policy-id",
  "timestamp": 1632981281694,
  "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=?
2021-09-30T05:57:29.071Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 388c4dde-d42d-4ee1-9502-e775310bd699
2021-09-30T05:57:29.071Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 388c4dde-d42d-4ee1-9502-e775310bd699 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 (?, ?, ?, ?, ?)
2021-09-30T05:57:29.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "cds",
  "timestamp": 1632981274088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981280162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981282110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "aai-ml",
  "timestamp": 1632981282226,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981279061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "clamp",
  "timestamp": 1632981282715,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "cds",
  "timestamp": 1632981274088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981280162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981283114,
  "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=?
2021-09-30T05:57:29.081Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 388c4dde-d42d-4ee1-9502-e775310bd699
2021-09-30T05:57:29.081Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 388c4dde-d42d-4ee1-9502-e775310bd699 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 (?, ?, ?, ?, ?)
2021-09-30T05:57:29.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981279061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "clamp",
  "timestamp": 1632981283734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981280162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "cds",
  "timestamp": 1632981283878,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981279061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "clamp",
  "timestamp": 1632981284737,
  "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=?
2021-09-30T05:57:29.089Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 388c4dde-d42d-4ee1-9502-e775310bd699
2021-09-30T05:57:29.089Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 388c4dde-d42d-4ee1-9502-e775310bd699 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 (?, ?, ?, ?, ?)
2021-09-30T05:57:29.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981280162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "cds",
  "timestamp": 1632981285169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:57:29.096Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 388c4dde-d42d-4ee1-9502-e775310bd699
2021-09-30T05:57:29.096Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 388c4dde-d42d-4ee1-9502-e775310bd699 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 (?, ?, ?, ?, ?)
2021-09-30T05:57:29.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981279061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:57:29.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981280162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "aai-ml",
  "timestamp": 1632981286018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981279061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981280162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "aai-ml",
  "timestamp": 1632981287021,
  "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=?
2021-09-30T05:57:29.105Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 388c4dde-d42d-4ee1-9502-e775310bd699
2021-09-30T05:57:29.106Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 388c4dde-d42d-4ee1-9502-e775310bd699 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 (?, ?, ?, ?, ?)
2021-09-30T05:57:29.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981279061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981280162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981280162,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:57:29.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981289721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:57:29.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981290746,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T05:57:29.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981291747,
  "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=?
2021-09-30T05:57:29.115Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 388c4dde-d42d-4ee1-9502-e775310bd699
2021-09-30T05:57:29.115Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 388c4dde-d42d-4ee1-9502-e775310bd699 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 (?, ?, ?, ?, ?)
2021-09-30T05:57:29.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23352d92-9b51-41db-865a-29f2f84b46e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981299623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:57:29.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981138300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981309426,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981311737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981313602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981315216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981316281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981317283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T05:57:29.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981318286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-30T05:57:29.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:29.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:57:29.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981319289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:57:29.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:57:38.104Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 388c4dde-d42d-4ee1-9502-e775310bd699
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:57:38.116Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 388c4dde-d42d-4ee1-9502-e775310bd699
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=?
2021-09-30T05:57:38.118Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:57:38.118Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T05:57:38.118Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T05:57:38.118Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T05:57:38.118Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:57:38.118Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:57:38.118Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:57:38.118Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:57:38.118Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:57:38.118Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:57:38.118Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:57:38.118Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:57:38.123Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T05:58:08.124Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 388c4dde-d42d-4ee1-9502-e775310bd699 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=?
2021-09-30T05:58:08.131Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 388c4dde-d42d-4ee1-9502-e775310bd699 and serviceModelVersionId: a3cfe963-48a1-46e5-96e9-153069d51b71
2021-09-30T05:58:08.131Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb74092d-00cb-46fc-8706-cf8dbfd8c3c8
2021-09-30T05:58:08.132Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb74092d-00cb-46fc-8706-cf8dbfd8c3c8/model-vers/model-ver/a3cfe963-48a1-46e5-96e9-153069d51b71?depth=0
2021-09-30T05:58:08.138Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T05:58:08.161Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb74092d-00cb-46fc-8706-cf8dbfd8c3c8/model-vers/model-ver/a3cfe963-48a1-46e5-96e9-153069d51b71?depth=0|INFO|500||Invoke
2021-09-30T05:58:08.161Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb74092d-00cb-46fc-8706-cf8dbfd8c3c8/model-vers/model-ver/a3cfe963-48a1-46e5-96e9-153069d51b71?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb74092d-00cb-46fc-8706-cf8dbfd8c3c8/model-vers/model-ver/a3cfe963-48a1-46e5-96e9-153069d51b71?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[388c4dde-d42d-4ee1-9502-e775310bd699], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd4cb453-edfb-49c5-9af8-324d07ecb9e7], X-ECOMP-RequestID=[388c4dde-d42d-4ee1-9502-e775310bd699], X-TransactionId=[], X-ONAP-RequestID=[388c4dde-d42d-4ee1-9502-e775310bd699], Content-Type=[application/merge-patch+json]}
2021-09-30T05:58:08.174Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb74092d-00cb-46fc-8706-cf8dbfd8c3c8/model-vers/model-ver/a3cfe963-48a1-46e5-96e9-153069d51b71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T05:58:08.428Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb74092d-00cb-46fc-8706-cf8dbfd8c3c8/model-vers/model-ver/a3cfe963-48a1-46e5-96e9-153069d51b71?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb74092d-00cb-46fc-8706-cf8dbfd8c3c8/model-vers/model-ver/a3cfe963-48a1-46e5-96e9-153069d51b71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210930-05:58:08:179-5249], vertex-id=[454808], Content-Length=[0], Date=[Thu, 30 Sep 2021 05:58:08 GMT], Content-Type=[application/json]}
2021-09-30T05:58:08.429Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb74092d-00cb-46fc-8706-cf8dbfd8c3c8/model-vers/model-ver/a3cfe963-48a1-46e5-96e9-153069d51b71?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T05:58:08.429Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eb74092d-00cb-46fc-8706-cf8dbfd8c3c8/model-vers/model-ver/a3cfe963-48a1-46e5-96e9-153069d51b71?depth=0|INFO|500||InvokeReturn
2021-09-30T05:58:08.429Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T05:58:08.430Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:58:08.434Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T05:58:08.434Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 388c4dde-d42d-4ee1-9502-e775310bd699 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T05:58:08.435Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T05:58:08.435Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:08.436Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:08.436Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981488435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:58:08.537Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:58:08.537Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:08.538Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:08.552Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:08.552Z||pool-112-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=?
2021-09-30T05:58:09.450Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:58:09.450Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5248b847-aa5f-4954-abce-1f112fd11ad5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f3f65d4d-87f8-4e91-ad9a-345bef5d24d7","serviceDescription":"service","serviceInvariantUUID":"958754aa-28f0-4d6c-9170-f42c2c439320","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"03432a8a-9ef5-4e57-8a67-f98b7c8f6b0f","resourceInvariantUUID":"0dbd86ef-049b-4da4-ab32-9d4de70718f2","resourceCustomizationUUID":"03104cf1-eef0-4307-81a8-883afb8b128f","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":"ZDg3ODE3ZDQyOTlmM2Y5MWU0MzM3ODFjY2Y1ZTkwZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8de4a097-be1c-401a-84c8-ca330245f219","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":"b5e34b34-504c-4863-8fb8-e4fe48baa7b2","artifactVersion":"2","generatedFromUUID":"cec94bd8-b979-46f1-839c-e98399f5b32f"},{"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":"cec94bd8-b979-46f1-839c-e98399f5b32f","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":"OGI5MzBjMWU5YzA4YTJiN2NiZDE5OTBjYjQxYjFlNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"50f5a00a-044a-4ce2-9851-2bc184be486f","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":"ba66bb0b-c571-4d6f-816d-72c64d9f15a4","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":"bbfe5dd1-34cd-440d-8917-db1e7312b0fa","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":"3d39721b-1408-44f0-ad89-1f79baae6a12","artifactVersion":"2","generatedFromUUID":"ba66bb0b-c571-4d6f-816d-72c64d9f15a4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzAzZTMyNDZlOGI0NWJjNjhlZWI2ZDRmMzc2ZWIyOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98a92ed0-c1cf-4c79-84f9-e4df5da10b51","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTk2N2JiMzA2OGQ4M2NjZjE1YjI4ZWNiOTM1Y2I2Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"281d31ac-df20-48cb-97d0-db60d4e74e11","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T05:58:09.450Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:58:09.451Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:09.452Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:09.452Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:09.553Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:09.554Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:09.554Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:09.564Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:09.564Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:10.453Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:58:10.454Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:10.456Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:10.456Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-30T05:58:10.556Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:10.557Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:10.557Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:10.567Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:10.568Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:58:11.457Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:58:11.458Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:11.460Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:11.460Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-30T05:58:11.560Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:11.561Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:11.561Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:11.572Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:11.572Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:58:12.461Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:58:12.461Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:12.463Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:12.463Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:58:12.566Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-30T05:58:12.567Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:12.567Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:12.578Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:12.578Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:13.463Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:58:13.463Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:13.465Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:13.465Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:58:13.565Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:13.566Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:13.566Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:13.579Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:13.580Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:14.465Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:58:14.466Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:14.467Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:14.467Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:14.567Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:14.568Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:14.568Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:14.579Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:14.579Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:15.468Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:58:15.469Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:15.471Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:15.471Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-30T05:58:15.572Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:58:15.573Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:15.573Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:15.584Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:15.584Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:16.472Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:58:16.473Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:16.474Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:16.474Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:16.575Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:16.576Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:16.576Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:16.588Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:16.588Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:17.475Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:58:17.476Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:17.479Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:17.479Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:58:17.579Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:17.579Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:17.579Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:17.590Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:17.590Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:18.480Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f3f65d4d-87f8-4e91-ad9a-345bef5d24d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "958754aa-28f0-4d6c-9170-f42c2c439320",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "03104cf1-eef0-4307-81a8-883afb8b128f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "03432a8a-9ef5-4e57-8a67-f98b7c8f6b0f",
      "resourceInvariantUUID": "0dbd86ef-049b-4da4-ab32-9d4de70718f2",
      "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": "b5e34b34-504c-4863-8fb8-e4fe48baa7b2",
          "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": "cec94bd8-b979-46f1-839c-e98399f5b32f",
          "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": "OGI5MzBjMWU5YzA4YTJiN2NiZDE5OTBjYjQxYjFlNDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "50f5a00a-044a-4ce2-9851-2bc184be486f",
          "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": "ba66bb0b-c571-4d6f-816d-72c64d9f15a4",
          "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": "3d39721b-1408-44f0-ad89-1f79baae6a12",
            "generatedFromUUID": "ba66bb0b-c571-4d6f-816d-72c64d9f15a4"
          },
          "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": "3d39721b-1408-44f0-ad89-1f79baae6a12",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTk2N2JiMzA2OGQ4M2NjZjE1YjI4ZWNiOTM1Y2I2Nzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "281d31ac-df20-48cb-97d0-db60d4e74e11"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T05:58:18.480Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T05:58:18.480Z|388c4dde-d42d-4ee1-9502-e775310bd699|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f3f65d4d-87f8-4e91-ad9a-345bef5d24d7 ASDC
2021-09-30T05:58:18.480Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5248b847-aa5f-4954-abce-1f112fd11ad5
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f3f65d4d-87f8-4e91-ad9a-345bef5d24d7
ServiceInvariantUUID:958754aa-28f0-4d6c-9170-f42c2c439320
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:281d31ac-df20-48cb-97d0-db60d4e74e11
ArtifactChecksum:MTk2N2JiMzA2OGQ4M2NjZjE1YjI4ZWNiOTM1Y2I2Nzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:03104cf1-eef0-4307-81a8-883afb8b128f
ResourceInvariantUUID:0dbd86ef-049b-4da4-ab32-9d4de70718f2
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:03432a8a-9ef5-4e57-8a67-f98b7c8f6b0f
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:b5e34b34-504c-4863-8fb8-e4fe48baa7b2
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:cec94bd8-b979-46f1-839c-e98399f5b32f
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:50f5a00a-044a-4ce2-9851-2bc184be486f
ArtifactChecksum:OGI5MzBjMWU5YzA4YTJiN2NiZDE5OTBjYjQxYjFlNDI=
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:ba66bb0b-c571-4d6f-816d-72c64d9f15a4
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:3d39721b-1408-44f0-ad89-1f79baae6a12
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:3d39721b-1408-44f0-ad89-1f79baae6a12
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-30T05:58:18.480Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3f65d4d-87f8-4e91-ad9a-345bef5d24d7 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 (?, ?, ?, ?, ?)
2021-09-30T05:58:18.511Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:58:18.512Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:58:18.512Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:58:18.512Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 281d31ac-df20-48cb-97d0-db60d4e74e11 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-30T05:58:18.512Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:58:18.512Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-30T05:58:18.666Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:58:18.670Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 281d31ac-df20-48cb-97d0-db60d4e74e11 68758
2021-09-30T05:58:18.670Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-30T05:58:18.670Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-30T05:58:18.671Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:58:18.671Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:18.672Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:18.673Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981498670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:18.773Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:18.774Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:18.774Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:18.787Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:18.787Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:19.673Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:58:19.674Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:58:19.675Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 281d31ac-df20-48cb-97d0-db60d4e74e11, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-30T05:58:19.675Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-30T05:58:19.675Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-30T05:58:19.675Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-30T05:58:19.754Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4649580558168916908/Definitions/service-BasicCnf-template.yml
2021-09-30T05:58:20.551Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||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
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:58:20.552Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T05:58:20.553Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:58:20.554Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:20.554Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-30T05:58:20.554Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-30T05:58:20.554Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5f8dccd5-1a01-4a45-bf57-d299c4741d01
2021-09-30T05:58:20.554Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:20.554Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:20.554Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:20.554Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:20.554Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:20.554Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:20.554Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:20.554Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:20.554Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f3f65d4d-87f8-4e91-ad9a-345bef5d24d7
Model Version:NULL
Model InvariantUuid:958754aa-28f0-4d6c-9170-f42c2c439320
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:5ccd2648-6e20-4504-a109-b302de72789d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0dbd86ef-049b-4da4-ab32-9d4de70718f2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:03104cf1-eef0-4307-81a8-883afb8b128f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d6da71e0-d7d5-4c91-ad95-903aa61ecbd3
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:a66ff1bc-4bb3-4776-a398-00021e3e3d83
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5f8dccd5-1a01-4a45-bf57-d299c4741d01
ModelInvariantUuid:4dd8c39d-5bbd-4f7d-9c86-fb44835c58aa
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:c3c82ad1-004b-4593-bcb6-d687b8cee476
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:bcc12976-9370-480c-9cd6-c09d7dea5d06
ModelInvariantUuid:aa5555fd-0aac-467f-be9e-c591655717f8
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:5892e475-6e3f-4ffb-9b61-3082992cf17c
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T05:58:20.557Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 03432a8a-9ef5-4e57-8a67-f98b7c8f6b0f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:58:20.559Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-09-30T05:58:20.559Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 03432a8a-9ef5-4e57-8a67-f98b7c8f6b0f
2021-09-30T05:58:20.559Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b5e34b34-504c-4863-8fb8-e4fe48baa7b2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-30T05:58:20.559Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:58:20.559Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-30T05:58:20.685Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:58:20.685Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b5e34b34-504c-4863-8fb8-e4fe48baa7b2 12
2021-09-30T05:58:20.686Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-30T05:58:20.686Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-30T05:58:20.686Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:58:20.686Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:20.688Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:20.688Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981500685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:20.788Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:20.789Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:20.789Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:20.799Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:20.799Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:21.689Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cec94bd8-b979-46f1-839c-e98399f5b32f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-30T05:58:21.690Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:58:21.690Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-30T05:58:21.817Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:58:21.818Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cec94bd8-b979-46f1-839c-e98399f5b32f 2688
2021-09-30T05:58:21.818Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-30T05:58:21.818Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-30T05:58:21.818Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:58:21.818Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:21.820Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:21.820Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981501818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:21.921Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:58:21.921Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:21.922Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:21.930Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:21.931Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:22.821Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 50f5a00a-044a-4ce2-9851-2bc184be486f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-30T05:58:22.822Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:58:22.822Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-30T05:58:22.958Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:58:22.958Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 50f5a00a-044a-4ce2-9851-2bc184be486f 828
2021-09-30T05:58:22.959Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-30T05:58:22.959Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-30T05:58:22.959Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:58:22.959Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:22.961Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:22.961Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981502959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:23.062Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:58:23.062Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:23.063Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:23.074Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:23.075Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:23.962Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d6da71e0-d7d5-4c91-ad95-903aa61ecbd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a66ff1bc-4bb3-4776-a398-00021e3e3d83",
    "vfModuleModelCustomizationUUID": "b9efb685-370b-4728-afca-c1fd4f31384e",
    "isBase": true,
    "artifacts": [
      "ba66bb0b-c571-4d6f-816d-72c64d9f15a4",
      "cec94bd8-b979-46f1-839c-e98399f5b32f",
      "3d39721b-1408-44f0-ad89-1f79baae6a12"
    ],
    "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": ""
    }
  }
]
2021-09-30T05:58:23.966Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a66ff1bc-4bb3-4776-a398-00021e3e3d83
VfModuleModelInvariantUUID:d6da71e0-d7d5-4c91-ad95-903aa61ecbd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba66bb0b-c571-4d6f-816d-72c64d9f15a4
,
cec94bd8-b979-46f1-839c-e98399f5b32f
,
3d39721b-1408-44f0-ad89-1f79baae6a12

}
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


}

2021-09-30T05:58:23.968Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d6da71e0-d7d5-4c91-ad95-903aa61ecbd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a66ff1bc-4bb3-4776-a398-00021e3e3d83",
    "vfModuleModelCustomizationUUID": "b9efb685-370b-4728-afca-c1fd4f31384e",
    "isBase": true,
    "artifacts": [
      "ba66bb0b-c571-4d6f-816d-72c64d9f15a4",
      "cec94bd8-b979-46f1-839c-e98399f5b32f",
      "3d39721b-1408-44f0-ad89-1f79baae6a12"
    ],
    "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": ""
    }
  }
]
2021-09-30T05:58:23.969Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a66ff1bc-4bb3-4776-a398-00021e3e3d83
VfModuleModelInvariantUUID:d6da71e0-d7d5-4c91-ad95-903aa61ecbd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba66bb0b-c571-4d6f-816d-72c64d9f15a4
,
cec94bd8-b979-46f1-839c-e98399f5b32f
,
3d39721b-1408-44f0-ad89-1f79baae6a12

}
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


}

2021-09-30T05:58:23.969Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ba66bb0b-c571-4d6f-816d-72c64d9f15a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-30T05:58:23.969Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:58:23.969Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-30T05:58:24.111Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:58:24.112Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ba66bb0b-c571-4d6f-816d-72c64d9f15a4 1164
2021-09-30T05:58:24.112Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-30T05:58:24.112Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-30T05:58:24.113Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:58:24.113Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:24.115Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:24.115Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981504112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:24.215Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:24.216Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:24.216Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:24.226Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:24.226Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:25.116Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3d39721b-1408-44f0-ad89-1f79baae6a12 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-30T05:58:25.116Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:58:25.117Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-30T05:58:25.628Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:58:25.628Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3d39721b-1408-44f0-ad89-1f79baae6a12 200
2021-09-30T05:58:25.628Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-30T05:58:25.628Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-30T05:58:25.628Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:58:25.629Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:25.630Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:25.630Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981505628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:25.730Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:25.731Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:25.731Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:25.742Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:25.742Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:26.631Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f3f65d4d-87f8-4e91-ad9a-345bef5d24d7
2021-09-30T05:58:26.631Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 03432a8a-9ef5-4e57-8a67-f98b7c8f6b0f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-09-30T05:58:26.641Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:58:26.665Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f661e6, org.onap.sdc.toscaparser.api.parameters.Input@61b68cfc, org.onap.sdc.toscaparser.api.parameters.Input@33f6656f, org.onap.sdc.toscaparser.api.parameters.Input@7bfd1883, org.onap.sdc.toscaparser.api.parameters.Input@4936af4b]
2021-09-30T05:58:26.666Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.666Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:26.666Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-30T05:58:26.666Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 03104cf1-eef0-4307-81a8-883afb8b128f
2021-09-30T05:58:26.666Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 03104cf1-eef0-4307-81a8-883afb8b128f matches Tosca VF Customization UUID: 03104cf1-eef0-4307-81a8-883afb8b128f
2021-09-30T05:58:26.666Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 03104cf1-eef0-4307-81a8-883afb8b128f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-30T05:58:26.667Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.667Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:26.668Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 03104cf1-eef0-4307-81a8-883afb8b128f: {\"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\"}
2021-09-30T05:58:26.668Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f45e207
2021-09-30T05:58:26.668Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.668Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:58:26.668Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9efb685-370b-4728-afca-c1fd4f31384e
2021-09-30T05:58:26.668Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9efb685-370b-4728-afca-c1fd4f31384e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-30T05:58:26.669Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.669Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T05:58:26.669Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:58:26.669Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.669Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T05:58:26.669Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:58:26.670Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.670Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-30T05:58:26.670Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-30T05:58:26.670Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5f8dccd5-1a01-4a45-bf57-d299c4741d01
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T05:58:26.671Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.671Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T05:58:26.671Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:58:26.671Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.671Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T05:58:26.671Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=03104cf1-eef0-4307-81a8-883afb8b128f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:58:26.671Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.671Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:26.672Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f3f65d4d-87f8-4e91-ad9a-345bef5d24d7: basic_cnf
2021-09-30T05:58:26.672Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.672Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:26.672Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.672Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:26.672Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.672Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:26.672Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.672Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:26.672Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T05:58:26.672Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:58:26.672Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-30T05:58:26.729Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 03432a8a-9ef5-4e57-8a67-f98b7c8f6b0f 1 ASDC deployResourceStructure
2021-09-30T05:58:26.729Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-30T05:58:26.729Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-09-30T05:58:26.730Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-30T05:58:26.730Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:26.731Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:26.731Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981506729,
  "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"
}
2021-09-30T05:58:26.832Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:58:26.833Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:26.833Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:26.846Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:26.846Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:27.732Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-30T05:58:27.733Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-09-30T05:58:27.733Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-30T05:58:27.733Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:27.735Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:27.736Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981507732,
  "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"
}
2021-09-30T05:58:27.836Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:27.836Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:27.836Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:27.846Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:27.846Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:28.736Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-30T05:58:28.737Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-30T05:58:28.737Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:58:28.738Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:28.740Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:28.740Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981508736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:58:28.840Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:28.840Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:28.841Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:28.853Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:28.853Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:58:29.032Z||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.
2021-09-30T05:58:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:29.053Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:29.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "clamp",
  "timestamp": 1632981329918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "dcae-sch",
  "timestamp": 1632981323075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "policy-id",
  "timestamp": 1632981323847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981330601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "clamp",
  "timestamp": 1632981329918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "dcae-sch",
  "timestamp": 1632981323075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "policy-id",
  "timestamp": 1632981323847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981330601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "clamp",
  "timestamp": 1632981329918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "dcae-sch",
  "timestamp": 1632981323075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "policy-id",
  "timestamp": 1632981323847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "aai-ml",
  "timestamp": 1632981332431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981330601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "clamp",
  "timestamp": 1632981329918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:58:29.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "dcae-sch",
  "timestamp": 1632981323075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "policy-id",
  "timestamp": 1632981323847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "aai-ml",
  "timestamp": 1632981332431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981330601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "clamp",
  "timestamp": 1632981329918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "dcae-sch",
  "timestamp": 1632981323075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "policy-id",
  "timestamp": 1632981323847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "cds",
  "timestamp": 1632981334088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "aai-ml",
  "timestamp": 1632981332431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981330601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "clamp",
  "timestamp": 1632981329918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "dcae-sch",
  "timestamp": 1632981323075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "policy-id",
  "timestamp": 1632981323847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "cds",
  "timestamp": 1632981334088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "aai-ml",
  "timestamp": 1632981332431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981330601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "clamp",
  "timestamp": 1632981329918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "dcae-sch",
  "timestamp": 1632981323075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "policy-id",
  "timestamp": 1632981323847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "cds",
  "timestamp": 1632981334088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "aai-ml",
  "timestamp": 1632981332431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981330601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "dcae-sch",
  "timestamp": 1632981323075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "clamp",
  "timestamp": 1632981329918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "policy-id",
  "timestamp": 1632981323847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "cds",
  "timestamp": 1632981334088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "aai-ml",
  "timestamp": 1632981332431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981330601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "dcae-sch",
  "timestamp": 1632981323075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "clamp",
  "timestamp": 1632981329918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:58:29.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "policy-id",
  "timestamp": 1632981323847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "cds",
  "timestamp": 1632981334088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "aai-ml",
  "timestamp": 1632981332431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981330601,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981339061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "cds",
  "timestamp": 1632981334088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "policy-id",
  "timestamp": 1632981339731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "aai-ml",
  "timestamp": 1632981332431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981340439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981339061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "cds",
  "timestamp": 1632981334088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "policy-id",
  "timestamp": 1632981340736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981340162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "aai-ml",
  "timestamp": 1632981332431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981339061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "cds",
  "timestamp": 1632981334088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "policy-id",
  "timestamp": 1632981341739,
  "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=?
2021-09-30T05:58:29.080Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5248b847-aa5f-4954-abce-1f112fd11ad5
2021-09-30T05:58:29.080Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5248b847-aa5f-4954-abce-1f112fd11ad5 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 (?, ?, ?, ?, ?)
2021-09-30T05:58:29.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981340162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "aai-ml",
  "timestamp": 1632981342233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981342468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981339061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "cds",
  "timestamp": 1632981334088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981340162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632981343471,
  "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=?
2021-09-30T05:58:29.094Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5248b847-aa5f-4954-abce-1f112fd11ad5
2021-09-30T05:58:29.094Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5248b847-aa5f-4954-abce-1f112fd11ad5 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 (?, ?, ?, ?, ?)
2021-09-30T05:58:29.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981339061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981340162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T05:58:29.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "cds",
  "timestamp": 1632981343890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:29.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981339061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981340162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-30T05:58:29.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "cds",
  "timestamp": 1632981345120,
  "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=?
2021-09-30T05:58:29.106Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5248b847-aa5f-4954-abce-1f112fd11ad5
2021-09-30T05:58:29.106Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5248b847-aa5f-4954-abce-1f112fd11ad5 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 (?, ?, ?, ?, ?)
2021-09-30T05:58:29.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981339061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981340162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981339061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981340162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-30T05:58:29.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "clamp",
  "timestamp": 1632981347238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632981339061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981340162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "clamp",
  "timestamp": 1632981348713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981340162,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "clamp",
  "timestamp": 1632981349715,
  "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=?
2021-09-30T05:58:29.124Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5248b847-aa5f-4954-abce-1f112fd11ad5
2021-09-30T05:58:29.124Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5248b847-aa5f-4954-abce-1f112fd11ad5 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 (?, ?, ?, ?, ?)
2021-09-30T05:58:29.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "aai-ml",
  "timestamp": 1632981349823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:58:29.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981350525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:29.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "aai-ml",
  "timestamp": 1632981350826,
  "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=?
2021-09-30T05:58:29.138Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5248b847-aa5f-4954-abce-1f112fd11ad5
2021-09-30T05:58:29.138Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5248b847-aa5f-4954-abce-1f112fd11ad5 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 (?, ?, ?, ?, ?)
2021-09-30T05:58:29.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981352027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:29.145Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981353627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:29.146Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981355300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:58:29.146Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981356332,
  "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=?
2021-09-30T05:58:29.150Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5248b847-aa5f-4954-abce-1f112fd11ad5
2021-09-30T05:58:29.150Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5248b847-aa5f-4954-abce-1f112fd11ad5 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=?
2021-09-30T05:58:29.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632981357335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T05:58:29.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a05c6250-a46d-4bb3-803f-ff1f738ebc57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981380433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:58:29.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:58:29.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:58:29.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:58:29.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:58:29.741Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-30T05:58:29.741Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-30T05:58:29.741Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:58:29.742Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:29.744Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:29.744Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981509741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T05:58:29.844Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:29.844Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:29.845Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:29.855Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:29.855Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:30.746Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-30T05:58:30.746Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-30T05:58:30.746Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:58:30.746Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:30.748Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:30.748Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981510745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-30T05:58:30.848Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:30.849Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:30.849Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:30.858Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:30.859Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:31.749Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-30T05:58:31.749Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-30T05:58:31.749Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:58:31.749Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:58:31.750Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:58:31.751Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981511749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:58:31.851Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:58:31.852Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:58:31.852Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:58:31.864Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:58:31.864Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:58:32.751Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5248b847-aa5f-4954-abce-1f112fd11ad5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-09-30T05:58:32.764Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5248b847-aa5f-4954-abce-1f112fd11ad5
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=?
2021-09-30T05:58:32.766Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:58:32.767Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T05:58:32.767Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T05:58:32.767Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T05:58:32.767Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:58:32.767Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:58:32.767Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:58:32.767Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:58:32.767Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:58:32.767Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T05:58:32.767Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:58:32.772Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T05:59:02.773Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5248b847-aa5f-4954-abce-1f112fd11ad5 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=?
2021-09-30T05:59:02.778Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5248b847-aa5f-4954-abce-1f112fd11ad5 and serviceModelVersionId: f3f65d4d-87f8-4e91-ad9a-345bef5d24d7
2021-09-30T05:59:02.778Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 958754aa-28f0-4d6c-9170-f42c2c439320
2021-09-30T05:59:02.778Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/958754aa-28f0-4d6c-9170-f42c2c439320/model-vers/model-ver/f3f65d4d-87f8-4e91-ad9a-345bef5d24d7?depth=0
2021-09-30T05:59:02.784Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T05:59:02.806Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/958754aa-28f0-4d6c-9170-f42c2c439320/model-vers/model-ver/f3f65d4d-87f8-4e91-ad9a-345bef5d24d7?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]}
2021-09-30T05:59:02.807Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/958754aa-28f0-4d6c-9170-f42c2c439320/model-vers/model-ver/f3f65d4d-87f8-4e91-ad9a-345bef5d24d7?depth=0|INFO|500||Invoke
2021-09-30T05:59:02.820Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/958754aa-28f0-4d6c-9170-f42c2c439320/model-vers/model-ver/f3f65d4d-87f8-4e91-ad9a-345bef5d24d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T05:59:02.891Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/958754aa-28f0-4d6c-9170-f42c2c439320/model-vers/model-ver/f3f65d4d-87f8-4e91-ad9a-345bef5d24d7?depth=0|INFO|500||InvokeReturn
2021-09-30T05:59:02.891Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/958754aa-28f0-4d6c-9170-f42c2c439320/model-vers/model-ver/f3f65d4d-87f8-4e91-ad9a-345bef5d24d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210930-05:59:02:826-86247], vertex-id=[307224], Content-Length=[0], Date=[Thu, 30 Sep 2021 05:59:02 GMT], Content-Type=[application/json]}
2021-09-30T05:59:02.891Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T05:59:02.892Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T05:59:02.892Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:59:02.895Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T05:59:02.896Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5248b847-aa5f-4954-abce-1f112fd11ad5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T05:59:02.896Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T05:59:02.896Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:59:02.898Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:59:02.898Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981542896,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:59:02.998Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:59:02.999Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:59:02.999Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:59:03.013Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:59:03.013Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 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=?
2021-09-30T05:59:03.913Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:59:03.913Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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.
2021-09-30T05:59:03.913Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:59:14.114Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:59:14.114Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:59:14.115Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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.
2021-09-30T05:59:14.115Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:59:23.659Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:59:23.659Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:59:23.660Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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.
2021-09-30T05:59:23.660Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:59:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:59:29.032Z||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.
2021-09-30T05:59:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:59:29.050Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:59:29.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T05:59:29.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:59:29.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:59:29.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T05:59:29.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:59:29.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:59:29.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T05:59:29.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:59:29.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:59:29.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T05:59:29.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T05:59:29.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:59:29.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T05:59:29.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T05:59:29.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T05:59:29.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T05:59:29.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981395425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T05:59:29.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:59:29.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T05:59:29.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981397077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T05:59:29.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:59:33.200Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:59:33.201Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:59:33.201Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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.
2021-09-30T05:59:33.201Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:59:42.745Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:59:42.746Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:59:42.746Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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.
2021-09-30T05:59:42.746Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:59:52.287Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T05:59:52.288Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:59:52.288Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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.
2021-09-30T05:59:52.288Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:00:01.827Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:00:01.828Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:00:01.828Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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.
2021-09-30T06:00:01.829Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:00:11.368Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:00:11.369Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:00:11.369Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:00:11.370Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:00:20.909Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:00:20.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:00:20.910Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:00:20.910Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:00:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:00:29.032Z||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.
2021-09-30T06:00:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:00:29.059Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:00:29.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "388c4dde-d42d-4ee1-9502-e775310bd699",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981488435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T06:00:29.060Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:00:29.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T06:00:29.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T06:00:29.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-30T06:00:29.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T06:00:29.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-30T06:00:29.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T06:00:29.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T06:00:29.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981381454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T06:00:29.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T06:00:29.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981498670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T06:00:29.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:00:29.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981500685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T06:00:29.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:00:29.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981501818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981502959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981504112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981505628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981506729,
  "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"
}
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981507732,
  "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"
}
2021-09-30T06:00:29.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:00:29.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T06:00:29.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981508736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T06:00:29.064Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:00:30.456Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:00:30.457Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:00:30.457Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:00:30.457Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:00:40.003Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:01:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:01:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:01:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:01:29.032Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:01:29.033Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:01:29.033Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:01:29.552Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:01:29.552Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T06:01:29.552Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981509741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T06:01:29.553Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:01:29.553Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T06:01:29.553Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981510745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-30T06:01:29.554Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:01:29.554Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T06:01:29.554Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981511749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T06:01:29.554Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:01:29.554Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T06:01:29.554Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5248b847-aa5f-4954-abce-1f112fd11ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632981542896,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T06:01:29.554Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T06:01:38.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:02:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:02:29.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:02:29.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:02:29.031Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:02:29.032Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:02:29.032Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:02:38.576Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:02:38.581Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:03:29.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:03:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:03:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:03:29.031Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:03:29.031Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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.
2021-09-30T06:03:29.032Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:03:38.573Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:03:38.575Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:04:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:04:29.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:04:29.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:04:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:04:29.032Z||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.
2021-09-30T06:04:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:04:38.573Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:04:38.576Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:05:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:05:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:05:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:05:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:05:29.032Z||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.
2021-09-30T06:05:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:05:38.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:05:38.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:06:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:06:29.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:06:29.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:06:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:06:29.032Z||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.
2021-09-30T06:06:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:06:38.579Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:06:38.582Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:07:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:07:29.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:07:29.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:07:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:07:29.032Z||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.
2021-09-30T06:07:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:07:38.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:07:38.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:08:29.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:08:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:08:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:08:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:08:29.031Z||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.
2021-09-30T06:08:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:08:38.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:08:38.579Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:09:29.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:09:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:09:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:09:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:09:29.032Z||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.
2021-09-30T06:09:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:09:38.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:09:38.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:10:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:10:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:10:29.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:10:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:10:29.031Z||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.
2021-09-30T06:10:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:10:38.576Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:10:38.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:11:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:11:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:11:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:11:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:11:29.032Z||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.
2021-09-30T06:11:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:11:38.576Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:11:38.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:12:29.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:12:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:12:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:12:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:12:29.032Z||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.
2021-09-30T06:12:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:12:38.574Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:12:38.574Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:13:29.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:13:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:13:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:13:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:13:29.032Z||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.
2021-09-30T06:13:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:13:38.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:13:38.579Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:14:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:14:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:14:29.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:14:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:14:29.032Z||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.
2021-09-30T06:14:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:14:38.573Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:14:38.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:15:29.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:15:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:15:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:15:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:15:29.032Z||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.
2021-09-30T06:15:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:15:38.571Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:15:38.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:16:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:16:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:16:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:16:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:16:29.032Z||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.
2021-09-30T06:16:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:16:38.572Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:16:38.575Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:17:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:17:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:17:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:17:29.031Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:17:29.031Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:17:29.032Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:17:38.575Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:17:38.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:18:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:18:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:18:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:18:29.031Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:18:29.031Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:18:29.031Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:18:38.571Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:18:38.573Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:19:29.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:19:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:19:29.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:19:29.031Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:19:29.031Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:19:29.031Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:19:38.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:19:38.578Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:20:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:20:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:20:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:20:29.032Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:20:29.032Z||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.
2021-09-30T06:20:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:20:38.577Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:20:38.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:21:29.029Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:21:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:21:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:21:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:21:29.032Z||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.
2021-09-30T06:21:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:21:38.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:21:38.579Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:22:29.029Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:22:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:22:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:22:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:22:29.031Z||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.
2021-09-30T06:22:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:22:38.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:22:38.573Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:23:29.029Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:23:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:23:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:23:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:23:29.031Z||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.
2021-09-30T06:23:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:23:38.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:23:38.572Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:24:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:24:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:24:29.031Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:24:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:24:29.032Z||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.
2021-09-30T06:24:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:24:38.577Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:24:38.578Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:25:29.029Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:25:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:25:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:25:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:25:29.031Z||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.
2021-09-30T06:25:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:25:38.575Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:25:38.578Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:26:29.029Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:26:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:26:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:26:29.031Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:26:29.032Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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.
2021-09-30T06:26:29.032Z|5248b847-aa5f-4954-abce-1f112fd11ad5|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:26:38.572Z|5248b847-aa5f-4954-abce-1f112fd11ad5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:26:38.575Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:27:29.029Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:27:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:27:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:27:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:27:29.031Z||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.
2021-09-30T06:27:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:27:38.575Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:27:38.577Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:28:29.029Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:28:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:28:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:28:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:28:29.031Z||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.
2021-09-30T06:28:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:28:38.572Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:28:38.573Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:28:46.769Z||http-nio-8085-exec-1|||||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)
2021-09-30T06:29:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:29:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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.
2021-09-30T06:29:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T06:29:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:29:29.032Z||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.
2021-09-30T06:29:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...