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-23T07:58:27.769Z||main|||||INFO|500||The following profiles are active: basic
2021-09-23T07:58:37.259Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-23T07:58:37.260Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-23T07:58:37.350Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-23T07:58:39.784Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-23T07:58:39.949Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-23T07:58:40.386Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-23T07:58:40.396Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-23T07:58:40.468Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-23T07:58:40.596Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-23T07:58:41.003Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-23T07:58:41.751Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-23T07:58:43.620Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-23T07:58:43.663Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-23T07:58:44.068Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-23T07:58:44.283Z||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-23T07:58:45.353Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-23T07:58:46.318Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-23T07:58:46.334Z||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$$2c0c0be2.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-23T07:58:46.334Z||main|||||WARN|500||The sdc end point is not alive
2021-09-23T07:58:49.091Z||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-23T07:58:51.697Z||main|||||WARN|500||---
2021-09-23T07:58:51.697Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-23T07:58:51.697Z||main|||||WARN|500||---
2021-09-23T07:58:52.070Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-23T07:58:56.363Z||main|||||INFO|500||Started Application in 32.94 seconds (JVM running for 34.124)
2021-09-23T07:58:56.378Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-23T07:58:56.379Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-23T07:58:56.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-23T07:58:56.466Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-23T07:58:56.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4c7f8a0-4f01-4bde-997e-d4751736d3bd url= /sdc/v1/artifactTypes
2021-09-23T07:58:56.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-23T07:58:56.962Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-23T07:58:56.978Z||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-23T07:58:56.998Z||scheduling-1|||||DEBUG|500||create keys
2021-09-23T07:58:57.004Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-23T07:58:57.034Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:58:57.051Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1c38a348-45b0-4123-b810-63f0c527c24c url= /sdc/v1/registerForDistribution
2021-09-23T07:58:57.134Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1c38a348-45b0-4123-b810-63f0c527c24c url= /sdc/v1/registerForDistribution
2021-09-23T07:58:57.134Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-23T07:58:57.141Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:58:57.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:58:57.145Z||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-23T07:58:57.145Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T07:58:57.145Z||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-23T07:58:57.146Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T07:58:57.146Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-23T07:59:07.393Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:59:07.396Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T07:59:57.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:59:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T07:59:57.142Z||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-23T07:59:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T07:59:57.143Z||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-23T07:59:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:00:06.701Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:00:06.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:00:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:00:57.141Z||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-23T08:00:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:00:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:00:57.142Z||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-23T08:00:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:01:06.698Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:01:06.701Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:01:57.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:01:57.141Z||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-23T08:01:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:01:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:01:57.142Z||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-23T08:01:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:02:06.692Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:02:06.694Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:02:57.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:02:57.142Z||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-23T08:02:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:02:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:02:57.142Z||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-23T08:02:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:03:06.696Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:03:06.696Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:03:57.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:03:57.141Z||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-23T08:03:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:03:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:03:57.143Z||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-23T08:03:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:04:06.693Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:04:06.698Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:04:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:04:57.141Z||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-23T08:04:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:04:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:04:57.143Z||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-23T08:04:57.144Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:05:06.698Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:05:06.699Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:05:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:05:57.141Z||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-23T08:05:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:05:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:05:57.143Z||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-23T08:05:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:06:06.694Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:06:06.694Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:06:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:06:57.141Z||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-23T08:06:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:06:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:06:57.143Z||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-23T08:06:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:07:06.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:07:06.693Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:07:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:07:57.141Z||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-23T08:07:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:07:57.143Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:07:57.144Z||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-23T08:07:57.145Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:08:06.695Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:08:06.695Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:08:30.784Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-23T08:08:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:08:57.142Z||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-23T08:08:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:08:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:08:57.142Z||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-23T08:08:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:09:06.697Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:09:06.704Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:09:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:09:57.141Z||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-23T08:09:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:09:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:09:57.142Z||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-23T08:09:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:10:06.693Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:10:06.699Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:10:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:10:57.141Z||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-23T08:10:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:10:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:10:57.143Z||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-23T08:10:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:11:06.696Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:11:06.698Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:11:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:11:57.141Z||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-23T08:11:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:11:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:11:57.142Z||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-23T08:11:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:12:06.694Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:12:06.696Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:12:57.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:12:57.141Z||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-23T08:12:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:12:57.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:12:57.142Z||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-23T08:12:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:13:06.693Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:13:06.696Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:13:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:13:57.141Z||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-23T08:13:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:13:57.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:13:57.142Z||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-23T08:13:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:14:06.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:14:06.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:14:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:14:57.142Z||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-23T08:14:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:14:57.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:14:57.143Z||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-23T08:14:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:15:06.699Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:15:06.699Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:15:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:15:57.141Z||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-23T08:15:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:15:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:15:57.143Z||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-23T08:15:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:16:06.697Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:16:06.697Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:16:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:16:57.141Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:16:57.144Z||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-23T08:16:57.144Z||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-23T08:16:57.144Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:16:57.144Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:17:06.697Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:17:06.699Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:17:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:17:57.141Z||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-23T08:17:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:17:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:17:57.143Z||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-23T08:17:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:18:06.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:18:06.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:18:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:18:57.141Z||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-23T08:18:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:18:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:18:57.142Z||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-23T08:18:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:19:06.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:19:06.695Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:19:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:19:57.141Z||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-23T08:19:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:19:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:19:57.142Z||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-23T08:19:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:20:06.709Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:20:06.710Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:20:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:20:57.141Z||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-23T08:20:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:20:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:20:57.143Z||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-23T08:20:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:21:06.702Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:21:06.704Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:21:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:21:57.141Z||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-23T08:21:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:21:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:21:57.142Z||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-23T08:21:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:22:06.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:22:06.696Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:22:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:22:57.141Z||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-23T08:22:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:22:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:22:57.142Z||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-23T08:22:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:23:06.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:23:06.688Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:23:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:23:57.141Z||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-23T08:23:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:23:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:23:57.143Z||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-23T08:23:57.144Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:24:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:24:06.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:24:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:24:57.141Z||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-23T08:24:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:24:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:24:57.142Z||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-23T08:24:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:25:06.693Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:25:06.697Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:25:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:25:57.141Z||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-23T08:25:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:25:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:25:57.142Z||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-23T08:25:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:26:06.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:26:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:26:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:26:57.141Z||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-23T08:26:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:26:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:26:57.142Z||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-23T08:26:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:27:06.689Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:27:06.693Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:27:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:27:57.141Z||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-23T08:27:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:27:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:27:57.142Z||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-23T08:27:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:28:06.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:28:06.696Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:28:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:28:57.141Z||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-23T08:28:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:28:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:28:57.142Z||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-23T08:28:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:29:06.693Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:06.694Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:29:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:29:57.141Z||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-23T08:29:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:29:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:29:57.142Z||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-23T08:29:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:30:06.695Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:30:06.696Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:30:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:30:57.141Z||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-23T08:30:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:30:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:30:57.142Z||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-23T08:30:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:31:06.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:31:06.696Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:31:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:31:57.141Z||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-23T08:31:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:31:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:31:57.142Z||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-23T08:31:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:32:06.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:32:06.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:32:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:32:57.141Z||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-23T08:32:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:32:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:32:57.142Z||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-23T08:32:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:33:06.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:06.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:33:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:33:57.141Z||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-23T08:33:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:33:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:33:57.142Z||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-23T08:33:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:34:06.693Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:34:06.709Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:34:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:57.141Z||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-23T08:34:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:34:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:34:57.142Z||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-23T08:34:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:35:06.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:35:06.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:35:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:35:57.141Z||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-23T08:35:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:35:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:35:57.142Z||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-23T08:35:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:36:06.685Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:36:06.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:36:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:36:57.141Z||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-23T08:36:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:36:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:36:57.143Z||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-23T08:36:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:37:06.694Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:37:06.696Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:37:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:37:57.141Z||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-23T08:37:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:37:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:37:57.143Z||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-23T08:37:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:38:06.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:38:06.692Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:38:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:38:57.141Z||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-23T08:38:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:38:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:38:57.142Z||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-23T08:38:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:39:06.693Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:39:06.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:39:57.141Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:39:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:39:57.142Z||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-23T08:39:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:39:57.142Z||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-23T08:39:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:40:06.693Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:40:06.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:40:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:40:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:40:57.142Z||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-23T08:40:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:40:57.142Z||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-23T08:40:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:41:06.703Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:41:06.704Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:41:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:41:57.141Z||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-23T08:41:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:41:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:41:57.143Z||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-23T08:41:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:42:06.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:42:06.693Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:42:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:42:57.141Z||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-23T08:42:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:42:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:42:57.142Z||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-23T08:42:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:43:06.690Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:43:06.700Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:43:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:43:57.141Z||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-23T08:43:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:43:57.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:43:57.142Z||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-23T08:43:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:44:06.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:44:06.689Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:44:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:44:57.141Z||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-23T08:44:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:44:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:44:57.142Z||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-23T08:44:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:45:06.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:45:06.700Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:45:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:45:57.141Z||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-23T08:45:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:45:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:45:57.142Z||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-23T08:45:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:46:06.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:46:06.694Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:46:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:46:57.141Z||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-23T08:46:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:46:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:46:57.142Z||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-23T08:46:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:47:06.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:47:06.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:47:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:47:57.141Z||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-23T08:47:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:47:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:47:57.142Z||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-23T08:47:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:48:06.693Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:48:06.698Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:48:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:48:57.141Z||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-23T08:48:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:48:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:48:57.142Z||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-23T08:48:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:49:06.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:49:06.693Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:49:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:49:57.141Z||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-23T08:49:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:49:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:49:57.142Z||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-23T08:49:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:50:06.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:06.694Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:50:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:50:57.141Z||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-23T08:50:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:50:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:50:57.142Z||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-23T08:50:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:51:06.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:51:06.690Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:51:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:51:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:51:57.142Z||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-23T08:51:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:51:57.142Z||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-23T08:51:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:52:06.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:52:06.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:52:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:52:57.141Z||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-23T08:52:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:52:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:52:57.142Z||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-23T08:52:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:53:06.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:53:06.690Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:53:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:53:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:53:57.142Z||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-23T08:53:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:53:57.142Z||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-23T08:53:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:54:06.693Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:06.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:54:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:54:57.141Z||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-23T08:54:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:54:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:54:57.142Z||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-23T08:54:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:55:06.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:06.698Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:55:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:55:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:55:57.142Z||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-23T08:55:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:55:57.142Z||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-23T08:55:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:56:06.692Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:56:06.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:56:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:56:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:56:57.142Z||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-23T08:56:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:56:57.142Z||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-23T08:56:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:57:06.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:57:06.693Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:57:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:57:57.141Z||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-23T08:57:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:57:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:57:57.142Z||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-23T08:57:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:58:06.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:58:06.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:58:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:58:57.141Z||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-23T08:58:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:58:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:58:57.143Z||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-23T08:58:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:59:06.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:59:06.694Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T08:59:57.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:59:57.141Z||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-23T08:59:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T08:59:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T08:59:57.142Z||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-23T08:59:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:00:06.688Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:06.688Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:00:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:00:57.141Z||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-23T09:00:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:00:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:00:57.143Z||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-23T09:00:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:01:06.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:01:06.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:01:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:01:57.141Z||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-23T09:01:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:01:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:01:57.143Z||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-23T09:01:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:02:06.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:02:06.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:02:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:02:57.141Z||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-23T09:02:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:02:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:02:57.142Z||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-23T09:02:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:03:06.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:03:06.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:03:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:03:57.141Z||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-23T09:03:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:03:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:03:57.143Z||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-23T09:03:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:04:06.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:04:06.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:04:57.141Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:04:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:04:57.145Z||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-23T09:04:57.146Z||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-23T09:04:57.146Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:04:57.146Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:05:06.700Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:05:06.700Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:05:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:05:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:05:57.141Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:05:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:05:57.143Z||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-23T09:05:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:06:06.693Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:06:06.694Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:06:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:06:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:06:57.141Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:06:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:06:57.142Z||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-23T09:06:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:07:06.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:07:06.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:07:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:07:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:07:57.141Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:07:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:07:57.142Z||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-23T09:07:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:08:06.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:08:06.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:08:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:08:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:08:57.141Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:08:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:08:57.142Z||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-23T09:08:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:09:06.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:09:06.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:09:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:09:57.141Z||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-23T09:09:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:09:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:09:57.142Z||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-23T09:09:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:10:06.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:10:06.694Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:10:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:10:57.141Z||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-23T09:10:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:10:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:10:57.142Z||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-23T09:10:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:11:06.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:11:06.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:11:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:11:57.141Z||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-23T09:11:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:11:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:11:57.142Z||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-23T09:11:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:12:06.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:12:06.689Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:12:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:12:57.141Z||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-23T09:12:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:12:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:12:57.142Z||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-23T09:12:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:13:06.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:13:06.691Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:13:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:13:57.141Z||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-23T09:13:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:13:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:13:57.142Z||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-23T09:13:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:14:06.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:14:06.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:14:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:14:57.141Z||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-23T09:14:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:14:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:14:57.142Z||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-23T09:14:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:15:06.689Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:15:06.695Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:15:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:15:57.141Z||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-23T09:15:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:15:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:15:57.143Z||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-23T09:15:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:16:06.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:16:06.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:16:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:16:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:16:57.141Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:16:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:16:57.142Z||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-23T09:16:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:17:06.693Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:17:06.694Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:17:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:17:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:17:57.141Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:17:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:17:57.142Z||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-23T09:17:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:18:06.693Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:18:06.694Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:18:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:18:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T09:18:57.141Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:18:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:18:57.142Z||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-23T09:18:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:19:06.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:19:06.693Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:19:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:19:57.141Z||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-23T09:19:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:19:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:19:57.142Z||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-23T09:19:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:20:06.693Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:20:06.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:20:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:20:57.141Z||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-23T09:20:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:20:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:20:57.142Z||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-23T09:20:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:21:06.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:21:06.690Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:21:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:21:57.141Z||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-23T09:21:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:21:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:21:57.142Z||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-23T09:21:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:22:06.689Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:22:06.690Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:22:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:22:57.141Z||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-23T09:22:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:22:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:22:57.142Z||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-23T09:22:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:23:06.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:23:06.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:23:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:23:57.141Z||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-23T09:23:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:23:57.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:23:57.142Z||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-23T09:23:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:24:06.685Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:24:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:24:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:24:57.141Z||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-23T09:24:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:24:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:24:57.143Z||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-23T09:24:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:25:06.688Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:25:06.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:25:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:25:57.141Z||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-23T09:25:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:25:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:25:57.142Z||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-23T09:25:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:26:06.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:26:06.694Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:26:57.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:26:57.141Z||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-23T09:26:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:26:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:26:57.142Z||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-23T09:26:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:27:06.690Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:27:06.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:27:57.141Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:27:57.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:27:57.142Z||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-23T09:27:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:27:57.142Z||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-23T09:27:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:28:06.697Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:28:06.697Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:28:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:28:57.141Z||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-23T09:28:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:28:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:28:57.142Z||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-23T09:28:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:29:06.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:29:06.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:29:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:29:57.141Z||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-23T09:29:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:29:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:29:57.142Z||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-23T09:29:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:30:06.682Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:30:06.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:30:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:30:57.141Z||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-23T09:30:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:30:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:30:57.142Z||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-23T09:30:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:31:06.694Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:31:06.693Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:31:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:31:57.141Z||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-23T09:31:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:31:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:31:57.142Z||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-23T09:31:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:32:06.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:32:06.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:32:57.141Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:32:57.142Z||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-23T09:32:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:32:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:32:57.142Z||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-23T09:32:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:33:06.693Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:33:06.693Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:33:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:33:57.141Z||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-23T09:33:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:33:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:33:57.142Z||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-23T09:33:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:34:06.690Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:34:06.696Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:34:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:34:57.141Z||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-23T09:34:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:34:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:34:57.142Z||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-23T09:34:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:35:06.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:35:06.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:35:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:35:57.141Z||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-23T09:35:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:35:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:35:57.142Z||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-23T09:35:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:36:06.682Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:36:06.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:36:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:36:57.141Z||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-23T09:36:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:36:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:36:57.142Z||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-23T09:36:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:37:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:37:06.692Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:37:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:37:57.141Z||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-23T09:37:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:37:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:37:57.142Z||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-23T09:37:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:38:06.699Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:38:06.700Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:38:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:38:57.141Z||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-23T09:38:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:38:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:38:57.142Z||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-23T09:38:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:39:06.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:39:06.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:39:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:39:57.141Z||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-23T09:39:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:39:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:39:57.142Z||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-23T09:39:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:40:06.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:40:06.696Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:40:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:40:57.141Z||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-23T09:40:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:40:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:40:57.142Z||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-23T09:40:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:41:06.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:41:06.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:41:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:41:57.141Z||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-23T09:41:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:41:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:41:57.142Z||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-23T09:41:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:42:06.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:42:06.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:42:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:42:57.141Z||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-23T09:42:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:42:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:42:57.142Z||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-23T09:42:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:43:06.689Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:43:06.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:43:57.141Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:43:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:43:57.142Z||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-23T09:43:57.142Z||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-23T09:43:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:43:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:44:06.690Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:44:06.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:44:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:44:57.141Z||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-23T09:44:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:44:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:44:57.142Z||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-23T09:44:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:45:06.682Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:45:06.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:45:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:45:57.141Z||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-23T09:45:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:45:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:45:57.143Z||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-23T09:45:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:46:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:46:06.693Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:46:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:46:57.141Z||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-23T09:46:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:46:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:46:57.142Z||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-23T09:46:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:47:06.689Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:47:06.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:47:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:47:57.141Z||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-23T09:47:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:47:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:47:57.142Z||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-23T09:47:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:48:06.690Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:48:06.694Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:48:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:48:57.141Z||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-23T09:48:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:48:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:48:57.142Z||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-23T09:48:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:49:06.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:49:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:49:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:49:57.141Z||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-23T09:49:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:49:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:49:57.142Z||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-23T09:49:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:50:06.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:50:06.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:50:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:50:57.141Z||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-23T09:50:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:50:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:50:57.142Z||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-23T09:50:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:51:06.689Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:51:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:51:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:51:57.141Z||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-23T09:51:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:51:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:51:57.142Z||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-23T09:51:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:52:06.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:52:06.685Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:52:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:52:57.141Z||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-23T09:52:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:52:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:52:57.142Z||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-23T09:52:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:53:06.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:53:06.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:53:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:53:57.141Z||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-23T09:53:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:53:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:53:57.143Z||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-23T09:53:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:54:06.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:54:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:54:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:54:57.141Z||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-23T09:54:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:54:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:54:57.142Z||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-23T09:54:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:55:06.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:55:06.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:55:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:55:57.141Z||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-23T09:55:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:55:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:55:57.142Z||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-23T09:55:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:56:06.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:56:06.687Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:56:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:56:57.141Z||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-23T09:56:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:56:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:56:57.142Z||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-23T09:56:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:57:06.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:57:06.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:57:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:57:57.141Z||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-23T09:57:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:57:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:57:57.142Z||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-23T09:57:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:58:06.713Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:58:06.715Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:58:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:58:57.141Z||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-23T09:58:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:58:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:58:57.142Z||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-23T09:58:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:59:06.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:59:06.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T09:59:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:59:57.141Z||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-23T09:59:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T09:59:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T09:59:57.142Z||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-23T09:59:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:00:06.689Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:00:06.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:00:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:00:57.141Z||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-23T10:00:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:00:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:00:57.142Z||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-23T10:00:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:01:06.689Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:01:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:01:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:01:57.141Z||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-23T10:01:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:01:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:01:57.142Z||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-23T10:01:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:02:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:02:06.690Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:02:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:02:57.141Z||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-23T10:02:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:02:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:02:57.142Z||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-23T10:02:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:03:06.690Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:03:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:03:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:03:57.141Z||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-23T10:03:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:03:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:03:57.142Z||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-23T10:03:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:04:06.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:04:06.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:04:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:04:57.141Z||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-23T10:04:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:04:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:04:57.142Z||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-23T10:04:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:05:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:05:06.693Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:05:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:05:57.141Z||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-23T10:05:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:05:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:05:57.142Z||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-23T10:05:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:06:06.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:06:06.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:06:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:06:57.141Z||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-23T10:06:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:06:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:06:57.143Z||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-23T10:06:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:07:06.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:07:06.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:07:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:07:57.141Z||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-23T10:07:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:07:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:07:57.142Z||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-23T10:07:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:08:06.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:08:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:08:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:08:57.141Z||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-23T10:08:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:08:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:08:57.142Z||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-23T10:08:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:09:06.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:09:06.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:09:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:09:57.141Z||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-23T10:09:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:09:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:09:57.142Z||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-23T10:09:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:10:06.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:10:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:10:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:10:57.141Z||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-23T10:10:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:10:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:10:57.142Z||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-23T10:10:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:11:06.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:11:06.684Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:11:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:11:57.141Z||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-23T10:11:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:11:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:11:57.142Z||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-23T10:11:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:12:06.689Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:12:06.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:12:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:12:57.141Z||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-23T10:12:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:12:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:12:57.142Z||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-23T10:12:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:13:06.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:13:06.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:13:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:13:57.141Z||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-23T10:13:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:13:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:13:57.142Z||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-23T10:13:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:14:06.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:14:06.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:14:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:14:57.141Z||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-23T10:14:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:14:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:14:57.142Z||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-23T10:14:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:15:06.690Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:15:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:15:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:15:57.141Z||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-23T10:15:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:15:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:15:57.142Z||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-23T10:15:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:16:06.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:16:06.689Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:16:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:16:57.141Z||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-23T10:16:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:16:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:16:57.142Z||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-23T10:16:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:17:06.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:17:06.695Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:17:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:17:57.141Z||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-23T10:17:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:17:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:17:57.142Z||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-23T10:17:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:18:06.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:18:06.694Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:18:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:18:57.141Z||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-23T10:18:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:18:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:18:57.142Z||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-23T10:18:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:19:06.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:19:06.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:19:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:19:57.141Z||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-23T10:19:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:19:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:19:57.142Z||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-23T10:19:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:20:06.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:20:06.692Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:20:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:20:57.141Z||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-23T10:20:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:20:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:20:57.142Z||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-23T10:20:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:21:06.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:21:06.690Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:21:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:21:57.141Z||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-23T10:21:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:21:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:21:57.142Z||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-23T10:21:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:22:06.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:22:06.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:22:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:22:57.141Z||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-23T10:22:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:22:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:22:57.142Z||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-23T10:22:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:23:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:23:06.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:23:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:23:57.141Z||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-23T10:23:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:23:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:23:57.142Z||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-23T10:23:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:24:06.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:24:06.693Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:24:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:24:57.141Z||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-23T10:24:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:24:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:24:57.142Z||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-23T10:24:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:25:06.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:25:06.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:25:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:25:57.141Z||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-23T10:25:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:25:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:25:57.142Z||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-23T10:25:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:26:06.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:26:06.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:26:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:26:57.141Z||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-23T10:26:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:26:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:26:57.142Z||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-23T10:26:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:27:06.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:27:06.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:27:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:27:57.141Z||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-23T10:27:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:27:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:27:57.142Z||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-23T10:27:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:28:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:28:06.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:28:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:28:57.141Z||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-23T10:28:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:28:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:28:57.142Z||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-23T10:28:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:29:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:29:06.690Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:29:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:29:57.141Z||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-23T10:29:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:29:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:29:57.142Z||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-23T10:29:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:30:06.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:30:06.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:30:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:30:57.141Z||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-23T10:30:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:30:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:30:57.142Z||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-23T10:30:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:31:06.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:31:06.692Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:31:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:31:57.141Z||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-23T10:31:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:31:57.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:31:57.142Z||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-23T10:31:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:32:06.701Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:32:06.705Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:32:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:32:57.141Z||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-23T10:32:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:32:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:32:57.142Z||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-23T10:32:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:33:06.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:33:06.690Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:33:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:33:57.141Z||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-23T10:33:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:33:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:33:57.142Z||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-23T10:33:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:34:06.694Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:34:06.694Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:34:57.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:34:57.141Z||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-23T10:34:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:34:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:34:57.142Z||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-23T10:34:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:34:57.768Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:34:57.768Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:34:57.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"46ac8fd9-d19c-41ff-b1cb-b9db60040221","serviceName":"vFW 2021-09-23 10-32-16","serviceVersion":"1.0","serviceUUID":"3e4377cb-08e1-4d7a-8dbf-49734d928fcf","serviceDescription":"catalog service description","serviceInvariantUUID":"fab9db0c-a2d0-482f-930d-ff0fce9709b0","resources":[{"resourceInstanceName":"vFW 1f4edb8e-a205 0","resourceName":"vFW 1f4edb8e-a205","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19aa65f3-09a5-48a0-bc06-e9b6efe2559d","resourceInvariantUUID":"a9e62ecd-f81d-4299-9f16-7208b0b35a69","resourceCustomizationUUID":"f95cd91d-a362-4de7-a4c3-55791df7c1c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml","artifactChecksum":"NjQ1Mzk0MTI5ZmJmNjQ0ODUxMmExODU1MDIyZWI4NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1decd5f-4374-4243-aa70-b573d1da4648","artifactVersion":"1"},{"artifactName":"vfw1f4edb8ea2050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json","artifactChecksum":"ZDMxZmQ5ZjJlMzVlODM4ODcyMzgyNmY1NDk1MWUzYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc52fbd0-4310-44dd-ac6c-2d4131f843eb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b159c3de-4b37-43f8-9366-f2903d20c624","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml","artifactChecksum":"YmE1ZGZmZjJkYzIxZWYyMDY0YzU0N2NiMDY3Nzg0YTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed6444f3-b75c-4f1a-b39c-3693051f1a7c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f89ecbc3-c582-442b-96d7-65be0fd7829e","artifactVersion":"2","generatedFromUUID":"b159c3de-4b37-43f8-9366-f2903d20c624"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210923103216-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml","artifactChecksum":"NDQ4OWE4ZDAxMThhYTE1ZmNiNTBhMDI1NjY5MTI5N2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79ac4f62-6c94-46c2-ac48-cd4598211554","artifactVersion":"1"},{"artifactName":"service-Vfw20210923103216-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar","artifactChecksum":"ODllNWNjZDViOWIwYTkzZWEwZDUzMTJkMmY1ODRjNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bdeea95-8f20-4c0c-aa1e-ac91157c632e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T10:34:57.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393284520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.780Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:34:57.783Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:34:57.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "cds",
  "timestamp": 1632393288297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393287350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "dcae-sch",
  "timestamp": 1632393289009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393287350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "cds",
  "timestamp": 1632393288297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393284520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.790Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.790Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "dcae-sch",
  "timestamp": 1632393289009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393287350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "cds",
  "timestamp": 1632393288297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393284520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "dcae-sch",
  "timestamp": 1632393289009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393294083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393287350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "cds",
  "timestamp": 1632393288297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393284520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "dcae-sch",
  "timestamp": 1632393289009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393294083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393287350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "cds",
  "timestamp": 1632393288297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393284520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "dcae-sch",
  "timestamp": 1632393289009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393294083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:34:57.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:34:57.891Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-23T10:34:57.893Z||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-23T10:34:57.893Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:34:57.909Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:34:57.910Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:34:58.796Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:34:58.797Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:34:58.799Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:34:58.799Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:34:58.899Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:34:58.900Z||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-23T10:34:58.900Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:34:58.910Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:34:58.910Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:34:59.799Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:34:59.801Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:34:59.803Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:34:59.803Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:34:59.903Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:34:59.903Z||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-23T10:34:59.904Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:34:59.913Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:34:59.913Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:35:00.803Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:35:00.804Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:00.807Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:00.807Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:35:00.907Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:00.908Z||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-23T10:35:00.908Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:00.919Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:35:00.919Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:35:01.808Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:35:01.809Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:01.811Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:01.811Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-23T10:35:01.911Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:01.911Z||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-23T10:35:01.912Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:01.923Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:35:01.924Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:02.811Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:35:02.812Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:02.815Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:02.815Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:35:02.915Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:02.916Z||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-23T10:35:02.916Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:02.928Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:35:02.929Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:03.815Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:35:03.816Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:03.818Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:03.818Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:35:03.918Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:03.919Z||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-23T10:35:03.919Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:03.931Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:35:03.932Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:04.820Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "serviceName": "vFW 2021-09-23 10-32-16",
  "serviceVersion": "1.0",
  "serviceUUID": "3e4377cb-08e1-4d7a-8dbf-49734d928fcf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fab9db0c-a2d0-482f-930d-ff0fce9709b0",
  "resources": [
    {
      "resourceInstanceName": "vFW 1f4edb8e-a205 0",
      "resourceCustomizationUUID": "f95cd91d-a362-4de7-a4c3-55791df7c1c3",
      "resourceName": "vFW 1f4edb8e-a205",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "19aa65f3-09a5-48a0-bc06-e9b6efe2559d",
      "resourceInvariantUUID": "a9e62ecd-f81d-4299-9f16-7208b0b35a69",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1f4edb8ea2050_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
          "artifactChecksum": "ZDMxZmQ5ZjJlMzVlODM4ODcyMzgyNmY1NDk1MWUzYTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fc52fbd0-4310-44dd-ac6c-2d4131f843eb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b159c3de-4b37-43f8-9366-f2903d20c624",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f89ecbc3-c582-442b-96d7-65be0fd7829e",
            "generatedFromUUID": "b159c3de-4b37-43f8-9366-f2903d20c624"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f89ecbc3-c582-442b-96d7-65be0fd7829e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210923103216-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
      "artifactChecksum": "ODllNWNjZDViOWIwYTkzZWEwZDUzMTJkMmY1ODRjNTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7bdeea95-8f20-4c0c-aa1e-ac91157c632e"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T10:35:04.821Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T10:35:04.821Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3e4377cb-08e1-4d7a-8dbf-49734d928fcf ASDC
2021-09-23T10:35:04.907Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:46ac8fd9-d19c-41ff-b1cb-b9db60040221
ServiceName:vFW 2021-09-23 10-32-16
ServiceVersion:1.0
ServiceUUID:3e4377cb-08e1-4d7a-8dbf-49734d928fcf
ServiceInvariantUUID:fab9db0c-a2d0-482f-930d-ff0fce9709b0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210923103216-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar
ArtifactUUID:7bdeea95-8f20-4c0c-aa1e-ac91157c632e
ArtifactChecksum:ODllNWNjZDViOWIwYTkzZWEwZDUzMTJkMmY1ODRjNTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1f4edb8e-a205 0
ResourceCustomizationUUID:f95cd91d-a362-4de7-a4c3-55791df7c1c3
ResourceInvariantUUID:a9e62ecd-f81d-4299-9f16-7208b0b35a69
ResourceName:vFW 1f4edb8e-a205
ResourceType:VF
ResourceUUID:19aa65f3-09a5-48a0-bc06-e9b6efe2559d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1f4edb8ea2050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json
ArtifactUUID:fc52fbd0-4310-44dd-ac6c-2d4131f843eb
ArtifactChecksum:ZDMxZmQ5ZjJlMzVlODM4ODcyMzgyNmY1NDk1MWUzYTE=
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/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml
ArtifactUUID:b159c3de-4b37-43f8-9366-f2903d20c624
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/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env
ArtifactUUID:f89ecbc3-c582-442b-96d7-65be0fd7829e
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/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env
ArtifactUUID:f89ecbc3-c582-442b-96d7-65be0fd7829e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-23T10:35:04.907Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e4377cb-08e1-4d7a-8dbf-49734d928fcf 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-23T10:35:05.106Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:35:05.106Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T10:35:05.107Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T10:35:05.107Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7bdeea95-8f20-4c0c-aa1e-ac91157c632e from URL: /sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:05.107Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:35:05.108Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:06.059Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:35:06.075Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar 7bdeea95-8f20-4c0c-aa1e-ac91157c632e 98740
2021-09-23T10:35:06.076Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar ASDC sendASDCNotification
2021-09-23T10:35:06.077Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:06.077Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:35:06.078Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:06.079Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:06.079Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393306076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:35:06.180Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:06.180Z||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-23T10:35:06.180Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:06.191Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:35:06.192Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:07.080Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:35:07.081Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T10:35:07.081Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7bdeea95-8f20-4c0c-aa1e-ac91157c632e, URL: /sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar to file: /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:07.081Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210923103216-csar.csar
2021-09-23T10:35:07.204Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:07.204Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:07.903Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16985492142992151699/Definitions/service-Vfw20210923103216-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-23T10:35:10.719Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T10:35:10.723Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||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-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||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-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||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-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||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-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||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-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||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-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1f4edb8e-a205 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-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.724Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.725Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||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-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.725Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.725Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||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-Vfw20210923103216-csar.csar
2021-09-23T10:35:10.725Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T10:35:10.729Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.730Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.733Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:10.733Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T10:35:10.734Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.735Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T10:35:10.738Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.739Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:35:10.740Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.743Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:10.743Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:10.743Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.743Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:10.744Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:10.744Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.744Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:10.744Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:10.745Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.745Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:10.745Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:10.745Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:10.745Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-23T10:35:10.746Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T10:35:10.746Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T10:35:10.746Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.746Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.746Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T10:35:10.747Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.747Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T10:35:10.747Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.747Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c5faeb01-6599-49ab-8a27-a0a6d1c534d5
2021-09-23T10:35:10.747Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.748Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:10.748Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:10.748Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:10.748Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T10:35:10.748Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.749Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.749Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.749Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T10:35:10.749Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-23T10:35:10.749Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T10:35:10.750Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.750Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T10:35:10.750Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.750Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7310696f-7e55-4802-bf85-a08a23030ac4
2021-09-23T10:35:10.750Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.751Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:10.751Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:10.751Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:10.751Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T10:35:10.751Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.752Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.752Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.752Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T10:35:10.752Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T10:35:10.753Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T10:35:10.753Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:10.753Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:10.753Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-23T10:35:10.753Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bfdfdfaf-fbb2-48bc-a9e7-0f36260cd3fe
2021-09-23T10:35:10.754Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.754Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.754Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.754Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.754Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.755Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.755Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:10.755Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:10.755Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-23 10-32-16
Description:catalog service description
Model UUID:3e4377cb-08e1-4d7a-8dbf-49734d928fcf
Model Version:NULL
Model InvariantUuid:fab9db0c-a2d0-482f-930d-ff0fce9709b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1f4edb8e-a205
Model UUID:473e275f-3d0c-4317-8214-e8a8057d5217
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a9e62ecd-f81d-4299-9f16-7208b0b35a69
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f95cd91d-a362-4de7-a4c3-55791df7c1c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ea8df102-3d02-4875-989c-75305d510582
ModelName:Vfw1f4edb8eA205..base_vfw..module-0
ModelUuid:f2476ae9-973d-4960-8b82-547c5355a05e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c5faeb01-6599-49ab-8a27-a0a6d1c534d5
ModelInvariantUuid:b5084cf7-fe29-486f-8dc6-cb311927df6a
ModelName:vFW 1f4edb8e-a205-nodes.vfwCvfc
ModelUuid:2557c141-ee60-417b-9622-6cc82594465f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:485361c3-270f-4413-b355-695530ec7664
ModelInvariantUuid:c407a2e1-0ee6-4e26-97ee-8db15c451d07
ModelName:Vfw1f4edb8eA205.compute.nodes.heat.vfw
ModelUuid:d007a881-9161-4513-a78f-dcd833b28229
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7310696f-7e55-4802-bf85-a08a23030ac4
ModelInvariantUuid:ae28a031-602c-4b05-b187-ff34c2e69d57
ModelName:vFW 1f4edb8e-a205-nodes.vsnCvfc
ModelUuid:67f7461d-1855-44e5-b471-c1bf3173a524
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a8e974e5-8ace-4b8f-84f5-4c2b5bfd82ee
ModelInvariantUuid:b87cad4f-5c48-4866-85f3-1e50186f0019
ModelName:Vfw1f4edb8eA205.compute.nodes.heat.vsn
ModelUuid:a034adbb-1e13-42aa-b744-c3caaa2ba046
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bfdfdfaf-fbb2-48bc-a9e7-0f36260cd3fe
ModelInvariantUuid:04098c90-93de-4bfa-8532-2d75838bfd02
ModelName:vFW 1f4edb8e-a205-nodes.vpgCvfc
ModelUuid:e1edc39e-582a-4590-88a9-71702ecbe1da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c10bac47-c886-437a-96a6-5b10dd36a8e6
ModelInvariantUuid:d02bcc64-7725-40f9-a1d4-abf84809e6c5
ModelName:Vfw1f4edb8eA205.compute.nodes.heat.vpg
ModelUuid:4f1c2bf5-aa51-48d8-896f-44f040748697
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-23T10:35:10.773Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 19aa65f3-09a5-48a0-bc06-e9b6efe2559d
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-23T10:35:10.889Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||vFW 1f4edb8e-a205 0
2021-09-23T10:35:10.895Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 19aa65f3-09a5-48a0-bc06-e9b6efe2559d
2021-09-23T10:35:10.896Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fc52fbd0-4310-44dd-ac6c-2d4131f843eb from URL: /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json
2021-09-23T10:35:10.896Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:35:10.896Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json
2021-09-23T10:35:12.593Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:35:12.593Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json fc52fbd0-4310-44dd-ac6c-2d4131f843eb 785
2021-09-23T10:35:12.594Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json ASDC sendASDCNotification
2021-09-23T10:35:12.594Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json
2021-09-23T10:35:12.595Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:35:12.595Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:12.597Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:12.597Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393312594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:35:12.698Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:12.700Z||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-23T10:35:12.700Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:12.711Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:35:12.711Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:13.602Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1f4edb8eA205..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ea8df102-3d02-4875-989c-75305d510582",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f2476ae9-973d-4960-8b82-547c5355a05e",
    "vfModuleModelCustomizationUUID": "b5384081-58ae-4922-9f9c-b2dfb76a2ad3",
    "isBase": true,
    "artifacts": [
      "b159c3de-4b37-43f8-9366-f2903d20c624",
      "f89ecbc3-c582-442b-96d7-65be0fd7829e"
    ],
    "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-23T10:35:13.617Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1f4edb8eA205..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2476ae9-973d-4960-8b82-547c5355a05e
VfModuleModelInvariantUUID:ea8df102-3d02-4875-989c-75305d510582
VfModuleModelDescription:NULL
Artifacts UUID List:{
b159c3de-4b37-43f8-9366-f2903d20c624
,
f89ecbc3-c582-442b-96d7-65be0fd7829e

}
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-23T10:35:13.619Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1f4edb8eA205..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ea8df102-3d02-4875-989c-75305d510582",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f2476ae9-973d-4960-8b82-547c5355a05e",
    "vfModuleModelCustomizationUUID": "b5384081-58ae-4922-9f9c-b2dfb76a2ad3",
    "isBase": true,
    "artifacts": [
      "b159c3de-4b37-43f8-9366-f2903d20c624",
      "f89ecbc3-c582-442b-96d7-65be0fd7829e"
    ],
    "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-23T10:35:13.620Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1f4edb8eA205..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2476ae9-973d-4960-8b82-547c5355a05e
VfModuleModelInvariantUUID:ea8df102-3d02-4875-989c-75305d510582
VfModuleModelDescription:NULL
Artifacts UUID List:{
b159c3de-4b37-43f8-9366-f2903d20c624
,
f89ecbc3-c582-442b-96d7-65be0fd7829e

}
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-23T10:35:13.620Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b159c3de-4b37-43f8-9366-f2903d20c624 from URL: /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml
2021-09-23T10:35:13.620Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:35:13.620Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml
2021-09-23T10:35:14.802Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:35:14.803Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml b159c3de-4b37-43f8-9366-f2903d20c624 20368
2021-09-23T10:35:14.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-23T10:35:14.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml
2021-09-23T10:35:14.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:35:14.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:14.806Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:14.806Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393314804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:35:14.906Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:14.907Z||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-23T10:35:14.907Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:14.918Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:35:14.918Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:15.807Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f89ecbc3-c582-442b-96d7-65be0fd7829e from URL: /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env
2021-09-23T10:35:15.807Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:35:15.808Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env
2021-09-23T10:35:16.376Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:35:16.376Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env f89ecbc3-c582-442b-96d7-65be0fd7829e 2098
2021-09-23T10:35:16.377Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-23T10:35:16.377Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env
2021-09-23T10:35:16.377Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:35:16.378Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:16.379Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:16.380Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393316377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:35:16.480Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:16.481Z||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-23T10:35:16.481Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:16.494Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:35:16.495Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:17.380Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3e4377cb-08e1-4d7a-8dbf-49734d928fcf
2021-09-23T10:35:17.381Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1f4edb8e-a205 0 19aa65f3-09a5-48a0-bc06-e9b6efe2559d 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-23T10:35:17.423Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7533334f, org.onap.sdc.toscaparser.api.parameters.Input@31f78e34, org.onap.sdc.toscaparser.api.parameters.Input@7b6e9f5e, org.onap.sdc.toscaparser.api.parameters.Input@5d189bef, org.onap.sdc.toscaparser.api.parameters.Input@31dd6248]
2021-09-23T10:35:17.425Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.426Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.426Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-23T10:35:17.426Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f95cd91d-a362-4de7-a4c3-55791df7c1c3
2021-09-23T10:35:17.426Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f95cd91d-a362-4de7-a4c3-55791df7c1c3 matches Tosca VF Customization UUID: f95cd91d-a362-4de7-a4c3-55791df7c1c3
2021-09-23T10:35:17.426Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f95cd91d-a362-4de7-a4c3-55791df7c1c3  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-23T10:35:17.432Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.432Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.433Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f95cd91d-a362-4de7-a4c3-55791df7c1c3: {\"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-23T10:35:17.433Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6cd6064
2021-09-23T10:35:17.433Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.433Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:35:17.433Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b5384081-58ae-4922-9f9c-b2dfb76a2ad3
2021-09-23T10:35:17.434Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b5384081-58ae-4922-9f9c-b2dfb76a2ad3
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-23T10:35:17.439Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.439Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:17.439Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:17.439Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T10:35:17.440Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.441Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c5faeb01-6599-49ab-8a27-a0a6d1c534d5
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-23T10:35:17.447Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.448Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:17.448Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:17.448Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.448Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.449Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T10:35:17.450Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-23T10:35:17.450Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-23T10:35:17.450Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:17.450Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-23T10:35:17.450Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.450Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7310696f-7e55-4802-bf85-a08a23030ac4
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-23T10:35:17.453Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.453Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:17.453Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:17.455Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.456Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is not matching search criteria
2021-09-23T10:35:17.456Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-23T10:35:17.456Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-23T10:35:17.456Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-23T10:35:17.456Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-23T10:35:17.457Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-23T10:35:17.458Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-23T10:35:17.458Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bfdfdfaf-fbb2-48bc-a9e7-0f36260cd3fe
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-23T10:35:17.460Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.460Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:17.460Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:35:17.461Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.461Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Node template vFW 1f4edb8e-a205 0 is matching search criteria
2021-09-23T10:35:17.461Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1f4edb8e-a205 0] matching following query criteria: sdcType=VF, customizationUUID=f95cd91d-a362-4de7-a4c3-55791df7c1c3
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-23T10:35:17.463Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.463Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.463Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3e4377cb-08e1-4d7a-8dbf-49734d928fcf: vFW 1f4edb8e-a205
2021-09-23T10:35:17.464Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.464Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.464Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.464Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.464Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.464Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.465Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.465Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.465Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:35:17.465Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-23 10-32-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:35:17.465Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-23 10-32-16 
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-23T10:35:17.792Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1f4edb8e-a205 19aa65f3-09a5-48a0-bc06-e9b6efe2559d 1 ASDC deployResourceStructure
2021-09-23T10:35:17.793Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json ASDC sendASDCNotification
2021-09-23T10:35:17.793Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json
2021-09-23T10:35:17.793Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:35:17.793Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:17.794Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:17.795Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393317793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:35:17.895Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:17.896Z||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-23T10:35:17.896Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:17.907Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:35:17.907Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:18.795Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-23T10:35:18.796Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml
2021-09-23T10:35:18.796Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:35:18.797Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:18.799Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:18.799Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393318795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T10:35:18.900Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T10:35:18.901Z||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-23T10:35:18.901Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:18.912Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:35:18.912Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:19.800Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-23T10:35:19.800Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env
2021-09-23T10:35:19.801Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:35:19.801Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:19.803Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:19.803Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393319800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-23T10:35:19.903Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:35:19.904Z||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-23T10:35:19.904Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:19.916Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:35:19.916Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:35:20.803Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar ASDC sendASDCNotification
2021-09-23T10:35:20.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar
2021-09-23T10:35:20.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:35:20.804Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:35:20.807Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:35:20.807Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393320803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:35:20.907Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T10:35:20.907Z||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-23T10:35:20.907Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:20.920Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:35:20.920Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:35:21.808Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:35:21.833Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
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-23T10:35:21.836Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:35:21.836Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:35:21.836Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:35:51.837Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:35:51.849Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
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-23T10:35:51.852Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:35:51.852Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:35:51.852Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:35:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:35:57.143Z||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-23T10:35:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:35:57.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:35:57.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:35:57.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393287350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:35:57.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:36:21.853Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:36:21.863Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
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-23T10:36:21.865Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:36:21.866Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:36:21.866Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:36:51.866Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:36:51.882Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
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-23T10:36:51.884Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:36:51.885Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:36:51.885Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:36:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:36:57.143Z||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-23T10:36:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:36:57.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:36:57.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:36:57.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "cds",
  "timestamp": 1632393288297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:36:57.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:21.885Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:37:21.896Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
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-23T10:37:21.899Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:37:21.900Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:37:21.900Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:37:51.900Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:37:51.912Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
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-23T10:37:51.915Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:37:51.915Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:37:51.915Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:37:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:37:57.143Z||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-23T10:37:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:37:57.174Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:37:57.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393284520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "dcae-sch",
  "timestamp": 1632393289009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393294083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393287350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "cds",
  "timestamp": 1632393288297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393284520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "dcae-sch",
  "timestamp": 1632393289009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393294083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393294083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393294083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "policy-id",
  "timestamp": 1632393300411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "cds",
  "timestamp": 1632393301707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "policy-id",
  "timestamp": 1632393300411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393302289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "cds",
  "timestamp": 1632393302726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-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-23T10:37:57.193Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46ac8fd9-d19c-41ff-b1cb-b9db60040221
2021-09-23T10:37:57.193Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ac8fd9-d19c-41ff-b1cb-b9db60040221 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-23T10:37:57.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "policy-id",
  "timestamp": 1632393300411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:37:57.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393303216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393297140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "policy-id",
  "timestamp": 1632393300411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393304567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.207Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "clamp",
  "timestamp": 1632393304190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "policy-id",
  "timestamp": 1632393300411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "clamp",
  "timestamp": 1632393304190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:37:57.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393306076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.209Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "policy-id",
  "timestamp": 1632393300411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393306350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "clamp",
  "timestamp": 1632393304190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "policy-id",
  "timestamp": 1632393300411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:37:57.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393307486,
  "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-23T10:37:57.217Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46ac8fd9-d19c-41ff-b1cb-b9db60040221
2021-09-23T10:37:57.217Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ac8fd9-d19c-41ff-b1cb-b9db60040221 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-23T10:37:57.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "clamp",
  "timestamp": 1632393304190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393308490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:37:57.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393308555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:37:57.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "policy-id",
  "timestamp": 1632393308667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "clamp",
  "timestamp": 1632393304190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393309560,
  "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-23T10:37:57.236Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46ac8fd9-d19c-41ff-b1cb-b9db60040221
2021-09-23T10:37:57.236Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ac8fd9-d19c-41ff-b1cb-b9db60040221 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-23T10:37:57.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "policy-id",
  "timestamp": 1632393309673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:37:57.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "clamp",
  "timestamp": 1632393304190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "aai-ml",
  "timestamp": 1632393310020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "policy-id",
  "timestamp": 1632393310675,
  "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-23T10:37:57.255Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46ac8fd9-d19c-41ff-b1cb-b9db60040221
2021-09-23T10:37:57.255Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ac8fd9-d19c-41ff-b1cb-b9db60040221 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-23T10:37:57.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "clamp",
  "timestamp": 1632393304190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:37:57.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "aai-ml",
  "timestamp": 1632393310020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393312594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "aai-ml",
  "timestamp": 1632393310020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "aai-ml",
  "timestamp": 1632393310020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "aai-ml",
  "timestamp": 1632393310020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393314804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "aai-ml",
  "timestamp": 1632393310020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:37:57.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393316377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "aai-ml",
  "timestamp": 1632393310020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:37:57.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:37:57.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393317793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/vfw1f4edb8ea2050_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:37:57.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "aai-ml",
  "timestamp": 1632393318312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393318795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T10:37:57.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393319800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/resourceInstances/vfw1f4edb8ea2050/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-23T10:37:57.272Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393320803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:37:57.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "aai-ml",
  "timestamp": 1632393328468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:37:57.273Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "clamp",
  "timestamp": 1632393328462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:37:57.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "aai-ml",
  "timestamp": 1632393329475,
  "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-23T10:37:57.279Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46ac8fd9-d19c-41ff-b1cb-b9db60040221
2021-09-23T10:37:57.280Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ac8fd9-d19c-41ff-b1cb-b9db60040221 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-23T10:37:57.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "clamp",
  "timestamp": 1632393330468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210923103216/1.0/artifacts/service-Vfw20210923103216-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:37:57.288Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:37:57.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:37:57.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "clamp",
  "timestamp": 1632393331471,
  "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-23T10:37:57.293Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46ac8fd9-d19c-41ff-b1cb-b9db60040221
2021-09-23T10:37:57.293Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ac8fd9-d19c-41ff-b1cb-b9db60040221 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-23T10:38:21.915Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:38:21.928Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221
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-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:38:21.931Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||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-23T10:38:21.937Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T10:38:51.938Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221 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-23T10:38:51.947Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46ac8fd9-d19c-41ff-b1cb-b9db60040221 and serviceModelVersionId: 3e4377cb-08e1-4d7a-8dbf-49734d928fcf
2021-09-23T10:38:51.947Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fab9db0c-a2d0-482f-930d-ff0fce9709b0
2021-09-23T10:38:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:38:57.142Z||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-23T10:38:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:38:57.668Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:38:57.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "cds",
  "timestamp": 1632393363297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393364520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "policy-id",
  "timestamp": 1632393360411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "clamp",
  "timestamp": 1632393364190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393367350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "cds",
  "timestamp": 1632393363297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393364520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "policy-id",
  "timestamp": 1632393360411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "clamp",
  "timestamp": 1632393364190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393367350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "cds",
  "timestamp": 1632393363297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393364520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "policy-id",
  "timestamp": 1632393360411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "clamp",
  "timestamp": 1632393364190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "dcae-sch",
  "timestamp": 1632393369009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393367350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "cds",
  "timestamp": 1632393363297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393364520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "policy-id",
  "timestamp": 1632393360411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "clamp",
  "timestamp": 1632393364190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "dcae-sch",
  "timestamp": 1632393369009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "aai-ml",
  "timestamp": 1632393370019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393367350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "cds",
  "timestamp": 1632393363297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393364520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "policy-id",
  "timestamp": 1632393360411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "clamp",
  "timestamp": 1632393364190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "dcae-sch",
  "timestamp": 1632393369009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "aai-ml",
  "timestamp": 1632393370019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393367350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "cds",
  "timestamp": 1632393363297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393364520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "policy-id",
  "timestamp": 1632393360411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "clamp",
  "timestamp": 1632393364190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "dcae-sch",
  "timestamp": 1632393369009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "aai-ml",
  "timestamp": 1632393370019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393367350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "cds",
  "timestamp": 1632393363297,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393364520,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "policy-id",
  "timestamp": 1632393360411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "clamp",
  "timestamp": 1632393364190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "dcae-sch",
  "timestamp": 1632393369009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "aai-ml",
  "timestamp": 1632393370019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393367350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "dcae-sch",
  "timestamp": 1632393369009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "aai-ml",
  "timestamp": 1632393370019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393375301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "policy-id",
  "timestamp": 1632393375298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "cds",
  "timestamp": 1632393375398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.679Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "dcae-sch",
  "timestamp": 1632393369009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "aai-ml",
  "timestamp": 1632393370019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "policy-id",
  "timestamp": 1632393376300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "cds",
  "timestamp": 1632393376404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-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-23T10:38:57.699Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8ad27bc-f4e9-43d7-857d-eecb8f455afe
2021-09-23T10:38:57.699Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8ad27bc-f4e9-43d7-857d-eecb8f455afe 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-23T10:38:57.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "aai-ml",
  "timestamp": 1632393370019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393376670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "policy-id",
  "timestamp": 1632393377302,
  "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-23T10:38:57.713Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8ad27bc-f4e9-43d7-857d-eecb8f455afe
2021-09-23T10:38:57.713Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8ad27bc-f4e9-43d7-857d-eecb8f455afe 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-23T10:38:57.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "aai-ml",
  "timestamp": 1632393378294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393378468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393379491,
  "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-23T10:38:57.749Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8ad27bc-f4e9-43d7-857d-eecb8f455afe
2021-09-23T10:38:57.749Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8ad27bc-f4e9-43d7-857d-eecb8f455afe 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-23T10:38:57.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "clamp",
  "timestamp": 1632393379782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393380496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "clamp",
  "timestamp": 1632393381471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "clamp",
  "timestamp": 1632393382474,
  "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-23T10:38:57.762Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d8ad27bc-f4e9-43d7-857d-eecb8f455afe
2021-09-23T10:38:57.763Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8ad27bc-f4e9-43d7-857d-eecb8f455afe 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-23T10:38:57.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393384083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "aai-ml",
  "timestamp": 1632393384833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:38:57.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393384083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "aai-ml",
  "timestamp": 1632393385838,
  "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-23T10:38:57.778Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8ad27bc-f4e9-43d7-857d-eecb8f455afe
2021-09-23T10:38:57.778Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8ad27bc-f4e9-43d7-857d-eecb8f455afe 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-23T10:38:57.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393384083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393384083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393384083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393384083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393384083,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393393286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393395516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:38:57.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393396520,
  "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-23T10:38:57.796Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8ad27bc-f4e9-43d7-857d-eecb8f455afe
2021-09-23T10:38:57.796Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8ad27bc-f4e9-43d7-857d-eecb8f455afe 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-23T10:39:03.496Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0
2021-09-23T10:39:03.590Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T10:39:03.975Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0|INFO|500||Invoke
2021-09-23T10:39:03.981Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46ac8fd9-d19c-41ff-b1cb-b9db60040221], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a33158b-5d8c-48e3-9e1d-ee171481ba79], X-ECOMP-RequestID=[46ac8fd9-d19c-41ff-b1cb-b9db60040221], X-TransactionId=[], X-ONAP-RequestID=[46ac8fd9-d19c-41ff-b1cb-b9db60040221], Content-Type=[application/merge-patch+json]}
2021-09-23T10:39:04.099Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T10:39:04.274Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?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/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210923-10:39:04:109-84079], vertex-id=[184544], Content-Length=[0], Date=[Thu, 23 Sep 2021 10:39:04 GMT], Content-Type=[application/json]}
2021-09-23T10:39:04.276Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-23T10:39:04.276Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fab9db0c-a2d0-482f-930d-ff0fce9709b0/model-vers/model-ver/3e4377cb-08e1-4d7a-8dbf-49734d928fcf?depth=0|INFO|500||InvokeReturn
2021-09-23T10:39:04.279Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T10:39:04.279Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||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-23T10:39:04.283Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||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-23T10:39:04.287Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46ac8fd9-d19c-41ff-b1cb-b9db60040221 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T10:39:04.327Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T10:39:04.328Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:04.338Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:04.341Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393544287,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:39:04.438Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-23T10:39:04.438Z||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-23T10:39:04.438Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:04.449Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:04.449Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-23T10:39:05.352Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:39:05.353Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|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-23T10:39:05.353Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:09.653Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:09.654Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-23T10:39:09.655Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8ad27bc-f4e9-43d7-857d-eecb8f455afe","serviceName":"basic_onboard_nRbhnF","serviceVersion":"1.0","serviceUUID":"7431a1c6-9051-435d-89f6-5ad0c1158b53","serviceDescription":"service","serviceInvariantUUID":"bdd6634c-0e26-4ae1-948e-e5320232b0d7","resources":[{"resourceInstanceName":"basic_onboard_nRbhnF 0","resourceName":"basic_onboard_nRbhnF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3dedf5c-6ddc-4630-9405-310d2f65dfb1","resourceInvariantUUID":"9c035fde-f06f-414c-b9f4-98e7b63f46de","resourceCustomizationUUID":"bc6a5864-5338-4545-80e5-2e193fe2ff0a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml","artifactChecksum":"NjFjN2ZmOGM5ZDBmMTQ5ZTI4YTUzMTRjOGI5N2E4ZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96fd1c6b-be91-456a-bd2b-3b9aecf46a5b","artifactVersion":"1"},{"artifactName":"basic_onboard_nrbhnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json","artifactChecksum":"NWMxMmNlYzNlZmYxNWQxZmM1ZDYwNmE1MDdhOTVmNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b73b0b5-ebe2-4d93-8fc0-d008080c189b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fe8f68c0-e61a-42cf-943c-309cc87c3aaf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"075c111e-51ea-4ab1-b871-d929baa9a49a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"466fc484-c162-40e3-bced-02fc02322d4e","artifactVersion":"2","generatedFromUUID":"fe8f68c0-e61a-42cf-943c-309cc87c3aaf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNrbhnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml","artifactChecksum":"MTgzYTk0MDVlNDEyNDc3YThjOTNhMmVkZGI1NzNlOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823a25ca-0085-4183-aba4-d52b6fefa913","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNrbhnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar","artifactChecksum":"MjYwOTAwMjc1NmE0NmQzMzAxYmMyODk3N2ZjYmM1Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b62cf319-717f-475f-8b58-a44af2cb7ef4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T10:39:09.658Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:09.658Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:09.660Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:09.660Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:39:09.760Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:09.761Z||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-23T10:39:09.761Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:09.774Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:09.774Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:10.661Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:10.662Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:10.664Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:10.664Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:39:10.764Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:10.765Z||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-23T10:39:10.765Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:10.778Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:10.779Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:11.665Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:11.665Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:11.668Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:11.668Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:39:11.768Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:11.769Z||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-23T10:39:11.770Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:11.785Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:11.785Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:12.669Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:12.670Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:12.672Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:12.672Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:39:12.773Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T10:39:12.774Z||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-23T10:39:12.774Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:12.785Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:12.785Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:13.672Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:13.673Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:13.675Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:13.675Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-23T10:39:13.775Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T10:39:13.776Z||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-23T10:39:13.776Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:13.789Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:13.790Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:14.676Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:14.677Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:14.679Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:14.679Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:39:14.780Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:14.780Z||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-23T10:39:14.780Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:14.791Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:14.792Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:15.680Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:39:15.681Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:15.683Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:15.683Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:39:15.783Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:15.784Z||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-23T10:39:15.784Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:15.797Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:15.797Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:16.685Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "serviceName": "basic_onboard_nRbhnF",
  "serviceVersion": "1.0",
  "serviceUUID": "7431a1c6-9051-435d-89f6-5ad0c1158b53",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bdd6634c-0e26-4ae1-948e-e5320232b0d7",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_nRbhnF 0",
      "resourceCustomizationUUID": "bc6a5864-5338-4545-80e5-2e193fe2ff0a",
      "resourceName": "basic_onboard_nRbhnF",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3dedf5c-6ddc-4630-9405-310d2f65dfb1",
      "resourceInvariantUUID": "9c035fde-f06f-414c-b9f4-98e7b63f46de",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nrbhnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
          "artifactChecksum": "NWMxMmNlYzNlZmYxNWQxZmM1ZDYwNmE1MDdhOTVmNjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0b73b0b5-ebe2-4d93-8fc0-d008080c189b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fe8f68c0-e61a-42cf-943c-309cc87c3aaf",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "466fc484-c162-40e3-bced-02fc02322d4e",
            "generatedFromUUID": "fe8f68c0-e61a-42cf-943c-309cc87c3aaf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "466fc484-c162-40e3-bced-02fc02322d4e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNrbhnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
      "artifactChecksum": "MjYwOTAwMjc1NmE0NmQzMzAxYmMyODk3N2ZjYmM1Yzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b62cf319-717f-475f-8b58-a44af2cb7ef4"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T10:39:16.685Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T10:39:16.685Z|46ac8fd9-d19c-41ff-b1cb-b9db60040221|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7431a1c6-9051-435d-89f6-5ad0c1158b53 ASDC
2021-09-23T10:39:16.686Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d8ad27bc-f4e9-43d7-857d-eecb8f455afe
ServiceName:basic_onboard_nRbhnF
ServiceVersion:1.0
ServiceUUID:7431a1c6-9051-435d-89f6-5ad0c1158b53
ServiceInvariantUUID:bdd6634c-0e26-4ae1-948e-e5320232b0d7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNrbhnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar
ArtifactUUID:b62cf319-717f-475f-8b58-a44af2cb7ef4
ArtifactChecksum:MjYwOTAwMjc1NmE0NmQzMzAxYmMyODk3N2ZjYmM1Yzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nRbhnF 0
ResourceCustomizationUUID:bc6a5864-5338-4545-80e5-2e193fe2ff0a
ResourceInvariantUUID:9c035fde-f06f-414c-b9f4-98e7b63f46de
ResourceName:basic_onboard_nRbhnF
ResourceType:VF
ResourceUUID:a3dedf5c-6ddc-4630-9405-310d2f65dfb1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nrbhnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json
ArtifactUUID:0b73b0b5-ebe2-4d93-8fc0-d008080c189b
ArtifactChecksum:NWMxMmNlYzNlZmYxNWQxZmM1ZDYwNmE1MDdhOTVmNjM=
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/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fe8f68c0-e61a-42cf-943c-309cc87c3aaf
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/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env
ArtifactUUID:466fc484-c162-40e3-bced-02fc02322d4e
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/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env
ArtifactUUID:466fc484-c162-40e3-bced-02fc02322d4e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-23T10:39:16.686Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7431a1c6-9051-435d-89f6-5ad0c1158b53 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-23T10:39:16.723Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:39:16.724Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T10:39:16.724Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T10:39:16.724Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b62cf319-717f-475f-8b58-a44af2cb7ef4 from URL: /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:16.724Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:39:16.724Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:16.989Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:39:16.993Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar b62cf319-717f-475f-8b58-a44af2cb7ef4 71362
2021-09-23T10:39:16.993Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar ASDC sendASDCNotification
2021-09-23T10:39:16.993Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:16.994Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:39:16.994Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:16.997Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:16.998Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393556993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:39:17.098Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T10:39:17.098Z||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-23T10:39:17.098Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:17.111Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:17.112Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:17.998Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:39:17.999Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-23T10:39:17.999Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b62cf319-717f-475f-8b58-a44af2cb7ef4, URL: /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar to file: /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:18.000Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:18.000Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:18.001Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:18.128Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3776284984100710954/Definitions/service-BasicOnboardNrbhnf-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-23T10:39:19.163Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||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-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||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-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||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-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||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-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.164Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||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-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||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-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nRbhnF 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-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.165Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-23T10:39:19.166Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:39:19.167Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:19.167Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.167Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:19.167Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is not matching search criteria
2021-09-23T10:39:19.167Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-23T10:39:19.167Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:19.168Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:19.169Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:39:19.169Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:19.169Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:19.169Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:39:19.169Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is not matching search criteria
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T10:39:19.170Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7344f413-0c3b-45ca-ba31-ca4c9ee2eebe
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:19.171Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:19.172Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_nRbhnF
Description:service
Model UUID:7431a1c6-9051-435d-89f6-5ad0c1158b53
Model Version:NULL
Model InvariantUuid:bdd6634c-0e26-4ae1-948e-e5320232b0d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_nRbhnF
Model UUID:fdfe313a-27ce-4e7c-8997-4bca764178be
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c035fde-f06f-414c-b9f4-98e7b63f46de
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bc6a5864-5338-4545-80e5-2e193fe2ff0a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:da5971ff-4dc6-49ad-8cd8-a9958c37f468
ModelName:BasicOnboardNrbhnf..base_ubuntu18..module-0
ModelUuid:e72221ec-4544-4ad0-b22d-0f7ee50fad00
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7344f413-0c3b-45ca-ba31-ca4c9ee2eebe
ModelInvariantUuid:acb68d78-2d35-43f6-bb27-1cbd775eb9ed
ModelName:basic_onboard_nRbhnF-nodes.ubuntu18Cvfc
ModelUuid:baa97343-bb8b-4f99-910a-81488f1035ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:db37079d-6b01-48b7-95a1-aab8fdaa8a25
ModelInvariantUuid:926005d9-0dab-4161-810d-149cb1e0e14e
ModelName:BasicOnboardNrbhnf.compute.nodes.heat.ubuntu18
ModelUuid:c2a2edcf-06c5-4e52-9289-4a1bee219f94
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-23T10:39:19.178Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a3dedf5c-6ddc-4630-9405-310d2f65dfb1
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-23T10:39:19.180Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||basic_onboard_nRbhnF 0
2021-09-23T10:39:19.180Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3dedf5c-6ddc-4630-9405-310d2f65dfb1
2021-09-23T10:39:19.180Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0b73b0b5-ebe2-4d93-8fc0-d008080c189b from URL: /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json
2021-09-23T10:39:19.180Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:39:19.181Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json
2021-09-23T10:39:20.252Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:39:20.253Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json 0b73b0b5-ebe2-4d93-8fc0-d008080c189b 798
2021-09-23T10:39:20.253Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json ASDC sendASDCNotification
2021-09-23T10:39:20.253Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json
2021-09-23T10:39:20.253Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:39:20.253Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:20.255Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:20.255Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393560253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:39:20.356Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T10:39:20.357Z||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-23T10:39:20.357Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:20.367Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:20.367Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:21.256Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNrbhnf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "da5971ff-4dc6-49ad-8cd8-a9958c37f468",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e72221ec-4544-4ad0-b22d-0f7ee50fad00",
    "vfModuleModelCustomizationUUID": "93d56245-123e-4399-8db5-5cfbd0ca167b",
    "isBase": true,
    "artifacts": [
      "fe8f68c0-e61a-42cf-943c-309cc87c3aaf",
      "466fc484-c162-40e3-bced-02fc02322d4e"
    ],
    "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-23T10:39:21.261Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNrbhnf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e72221ec-4544-4ad0-b22d-0f7ee50fad00
VfModuleModelInvariantUUID:da5971ff-4dc6-49ad-8cd8-a9958c37f468
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe8f68c0-e61a-42cf-943c-309cc87c3aaf
,
466fc484-c162-40e3-bced-02fc02322d4e

}
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-23T10:39:21.264Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNrbhnf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "da5971ff-4dc6-49ad-8cd8-a9958c37f468",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e72221ec-4544-4ad0-b22d-0f7ee50fad00",
    "vfModuleModelCustomizationUUID": "93d56245-123e-4399-8db5-5cfbd0ca167b",
    "isBase": true,
    "artifacts": [
      "fe8f68c0-e61a-42cf-943c-309cc87c3aaf",
      "466fc484-c162-40e3-bced-02fc02322d4e"
    ],
    "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-23T10:39:21.264Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNrbhnf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e72221ec-4544-4ad0-b22d-0f7ee50fad00
VfModuleModelInvariantUUID:da5971ff-4dc6-49ad-8cd8-a9958c37f468
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe8f68c0-e61a-42cf-943c-309cc87c3aaf
,
466fc484-c162-40e3-bced-02fc02322d4e

}
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-23T10:39:21.264Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fe8f68c0-e61a-42cf-943c-309cc87c3aaf from URL: /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml
2021-09-23T10:39:21.264Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:39:21.265Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml
2021-09-23T10:39:22.196Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:39:22.197Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml fe8f68c0-e61a-42cf-943c-309cc87c3aaf 5033
2021-09-23T10:39:22.197Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-23T10:39:22.197Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml
2021-09-23T10:39:22.197Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:39:22.197Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:22.199Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:22.199Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393562197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:39:22.300Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:22.301Z||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-23T10:39:22.301Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:22.314Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:22.314Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:23.200Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 466fc484-c162-40e3-bced-02fc02322d4e from URL: /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env
2021-09-23T10:39:23.201Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-23T10:39:23.201Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env
2021-09-23T10:39:24.157Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-23T10:39:24.157Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env 466fc484-c162-40e3-bced-02fc02322d4e 909
2021-09-23T10:39:24.157Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-23T10:39:24.157Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env
2021-09-23T10:39:24.158Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:39:24.158Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:24.160Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:24.160Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393564157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:39:24.260Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:24.261Z||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-23T10:39:24.261Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:24.272Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:24.273Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:25.160Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7431a1c6-9051-435d-89f6-5ad0c1158b53
2021-09-23T10:39:25.160Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nRbhnF 0 a3dedf5c-6ddc-4630-9405-310d2f65dfb1 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-23T10:39:25.174Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e21a2bc, org.onap.sdc.toscaparser.api.parameters.Input@73956b59, org.onap.sdc.toscaparser.api.parameters.Input@26638b24, org.onap.sdc.toscaparser.api.parameters.Input@67df33db, org.onap.sdc.toscaparser.api.parameters.Input@444849de]
2021-09-23T10:39:25.175Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.175Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.175Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-23T10:39:25.175Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= bc6a5864-5338-4545-80e5-2e193fe2ff0a
2021-09-23T10:39:25.176Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc6a5864-5338-4545-80e5-2e193fe2ff0a matches Tosca VF Customization UUID: bc6a5864-5338-4545-80e5-2e193fe2ff0a
2021-09-23T10:39:25.176Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: bc6a5864-5338-4545-80e5-2e193fe2ff0a  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-23T10:39:25.178Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.178Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.178Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id bc6a5864-5338-4545-80e5-2e193fe2ff0a: {\"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-23T10:39:25.178Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38800152
2021-09-23T10:39:25.178Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.179Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:39:25.179Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93d56245-123e-4399-8db5-5cfbd0ca167b
2021-09-23T10:39:25.179Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93d56245-123e-4399-8db5-5cfbd0ca167b
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-23T10:39:25.181Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.181Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:25.181Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:39:25.181Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.181Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:25.182Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:39:25.182Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.182Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is not matching search criteria
2021-09-23T10:39:25.182Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-23T10:39:25.182Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T10:39:25.182Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7344f413-0c3b-45ca-ba31-ca4c9ee2eebe
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-23T10:39:25.184Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.184Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:25.184Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:39:25.185Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.185Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nRbhnF 0 is matching search criteria
2021-09-23T10:39:25.185Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nRbhnF 0] matching following query criteria: sdcType=VF, customizationUUID=bc6a5864-5338-4545-80e5-2e193fe2ff0a
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-23T10:39:25.186Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7431a1c6-9051-435d-89f6-5ad0c1158b53: basic_onboard_nRbhnF
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.187Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.188Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.188Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.188Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.188Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:39:25.188Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nRbhnF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:39:25.188Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_nRbhnF 
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-23T10:39:25.274Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nRbhnF a3dedf5c-6ddc-4630-9405-310d2f65dfb1 1 ASDC deployResourceStructure
2021-09-23T10:39:25.274Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json ASDC sendASDCNotification
2021-09-23T10:39:25.274Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json
2021-09-23T10:39:25.274Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:39:25.274Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:25.277Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:25.277Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393565274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:39:25.377Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:25.378Z||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-23T10:39:25.378Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:25.389Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:25.390Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:39:26.278Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-23T10:39:26.278Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml
2021-09-23T10:39:26.278Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:39:26.278Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:26.279Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:26.280Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393566278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T10:39:26.380Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:26.380Z||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-23T10:39:26.380Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:26.393Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:26.393Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:27.280Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-23T10:39:27.281Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env
2021-09-23T10:39:27.281Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:39:27.281Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:27.284Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:27.284Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393567280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-23T10:39:27.384Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:27.385Z||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-23T10:39:27.385Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:27.403Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:27.403Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:28.284Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar ASDC sendASDCNotification
2021-09-23T10:39:28.285Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar
2021-09-23T10:39:28.285Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:39:28.285Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:28.287Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:28.288Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393568284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:39:28.388Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:28.389Z||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-23T10:39:28.389Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:28.402Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:28.403Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:39:29.288Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8ad27bc-f4e9-43d7-857d-eecb8f455afe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:39:29.300Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8ad27bc-f4e9-43d7-857d-eecb8f455afe
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-23T10:39:29.303Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:39:29.304Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||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-23T10:39:29.310Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T10:39:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:39:57.142Z||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-23T10:39:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:57.767Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:57.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46ac8fd9-d19c-41ff-b1cb-b9db60040221",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393544287,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:39:57.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:39:57.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:39:57.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:39:57.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393545352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393556993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393560253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393562197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393564157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393565274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/basic_onboard_nrbhnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393566278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393567280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/resourceInstances/basic_onboard_nrbhnf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393568284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrbhnf/1.0/artifacts/service-BasicOnboardNrbhnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:39:57.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:39:59.310Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8ad27bc-f4e9-43d7-857d-eecb8f455afe 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-23T10:39:59.316Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8ad27bc-f4e9-43d7-857d-eecb8f455afe and serviceModelVersionId: 7431a1c6-9051-435d-89f6-5ad0c1158b53
2021-09-23T10:39:59.317Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bdd6634c-0e26-4ae1-948e-e5320232b0d7
2021-09-23T10:39:59.318Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bdd6634c-0e26-4ae1-948e-e5320232b0d7/model-vers/model-ver/7431a1c6-9051-435d-89f6-5ad0c1158b53?depth=0
2021-09-23T10:39:59.322Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T10:39:59.358Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bdd6634c-0e26-4ae1-948e-e5320232b0d7/model-vers/model-ver/7431a1c6-9051-435d-89f6-5ad0c1158b53?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-23T10:39:59.359Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bdd6634c-0e26-4ae1-948e-e5320232b0d7/model-vers/model-ver/7431a1c6-9051-435d-89f6-5ad0c1158b53?depth=0|INFO|500||Invoke
2021-09-23T10:39:59.380Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bdd6634c-0e26-4ae1-948e-e5320232b0d7/model-vers/model-ver/7431a1c6-9051-435d-89f6-5ad0c1158b53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T10:39:59.786Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bdd6634c-0e26-4ae1-948e-e5320232b0d7/model-vers/model-ver/7431a1c6-9051-435d-89f6-5ad0c1158b53?depth=0|INFO|500||InvokeReturn
2021-09-23T10:39:59.786Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bdd6634c-0e26-4ae1-948e-e5320232b0d7/model-vers/model-ver/7431a1c6-9051-435d-89f6-5ad0c1158b53?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210923-10:39:59:388-73942], vertex-id=[217104], Content-Length=[0], Date=[Thu, 23 Sep 2021 10:39:59 GMT], Content-Type=[application/json]}
2021-09-23T10:39:59.786Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-23T10:39:59.787Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T10:39:59.787Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||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-23T10:39:59.791Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||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-23T10:39:59.791Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8ad27bc-f4e9-43d7-857d-eecb8f455afe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T10:39:59.791Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T10:39:59.792Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:39:59.793Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:39:59.793Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393599791,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:39:59.894Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:39:59.895Z||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-23T10:39:59.895Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:39:59.911Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:39:59.911Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-23T10:40:00.807Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:40:00.807Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|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-23T10:40:00.808Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:40:10.367Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:40:10.368Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:40:10.368Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|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-23T10:40:10.369Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:40:19.911Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:40:19.911Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:40:19.912Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|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-23T10:40:19.912Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:40:29.456Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:40:29.457Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:40:29.457Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|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-23T10:40:29.457Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:40:39.003Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:40:57.140Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:40:57.141Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|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-23T10:40:57.141Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:40:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:40:57.142Z||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-23T10:40:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:40:57.770Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:40:57.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:40:57.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8ad27bc-f4e9-43d7-857d-eecb8f455afe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632393599791,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:40:57.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:41:06.685Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:41:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:41:57.141Z||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-23T10:41:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:41:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:41:57.143Z||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-23T10:41:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:42:06.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:42:06.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:42:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:42:57.141Z||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-23T10:42:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:42:57.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:42:57.142Z||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-23T10:42:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:43:06.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:43:06.697Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:43:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:43:57.141Z||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-23T10:43:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:43:57.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:43:57.143Z||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-23T10:43:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:44:06.688Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:44:06.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:44:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:44:57.141Z||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-23T10:44:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:44:57.142Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:44:57.142Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|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-23T10:44:57.142Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:45:06.693Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:45:06.695Z|d8ad27bc-f4e9-43d7-857d-eecb8f455afe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:45:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:45:57.141Z||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-23T10:45:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:45:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:45:57.142Z||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-23T10:45:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:46:06.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:46:06.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:46:57.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:46:57.141Z||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-23T10:46:57.141Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:46:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:46:57.142Z||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-23T10:46:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:46:57.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:46:57.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1bdc64d0-2e0a-402f-a4a9-101c0ae25363","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7d13fd65-8211-4b09-9de0-26fb02769e53","serviceDescription":"service","serviceInvariantUUID":"d2e7bad9-3822-4a76-9be1-b094062ee8c8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3fa1f81-1828-4775-87b5-c9e6f35af485","resourceInvariantUUID":"ff0a9367-e152-4e3e-87de-f2953f1ddb3b","resourceCustomizationUUID":"1a2aa0e6-de08-403e-87de-2074bb7dd68a","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":"OTE4M2YzODA3NGFjMjA1OGVkY2QxMjMwMDQ3MjZkYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b2895f8-a2d0-4520-b07a-440f95405d79","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODc5ZmYzNGI1NmQzNGFjYjZjNDVjMDFlM2NhZGM0NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"082b2da5-5443-45c1-8362-51a61f8fa7f6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T10:46:57.771Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:46:57.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "dcae-sch",
  "timestamp": 1632393969009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.772Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:46:57.772Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "aai-ml",
  "timestamp": 1632393970019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "cds",
  "timestamp": 1632393978297,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "dcae-sch",
  "timestamp": 1632393969009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "aai-ml",
  "timestamp": 1632393970019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "cds",
  "timestamp": 1632393978297,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "policy-id",
  "timestamp": 1632393980411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "aai-ml",
  "timestamp": 1632393981989,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "policy-id",
  "timestamp": 1632393980411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "cds",
  "timestamp": 1632393982259,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:46:57.776Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:46:57.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.776Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394017140,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "cds",
  "timestamp": 1632393983263,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:46:57.795Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
2021-09-23T10:46:57.796Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 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-23T10:46:57.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "policy-id",
  "timestamp": 1632393984167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393984083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "aai-ml",
  "timestamp": 1632393985124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393984520,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "policy-id",
  "timestamp": 1632393985169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:46:57.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393984083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:46:57.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "aai-ml",
  "timestamp": 1632393986128,
  "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-23T10:46:57.811Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
2021-09-23T10:46:57.811Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 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-23T10:46:57.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632393984520,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:46:57.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "policy-id",
  "timestamp": 1632393986172,
  "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-23T10:46:57.826Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
2021-09-23T10:46:57.826Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 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-23T10:46:57.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393986925,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:46:57.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393987350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393988459,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:46:57.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632393987350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632393989465,
  "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-23T10:46:57.844Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
2021-09-23T10:46:57.844Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 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-23T10:46:57.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "clamp",
  "timestamp": 1632393994190,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:46:57.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "clamp",
  "timestamp": 1632393994190,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "clamp",
  "timestamp": 1632394002567,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "clamp",
  "timestamp": 1632394004573,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-23T10:46:57.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "clamp",
  "timestamp": 1632394005575,
  "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-23T10:46:57.861Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
2021-09-23T10:46:57.861Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 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-23T10:46:57.876Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:46:57.877Z||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-23T10:46:57.877Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:46:57.887Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:46:57.887Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:46:58.776Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:46:58.778Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:46:58.780Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:46:58.780Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394017140,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:46:58.880Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:46:58.881Z||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-23T10:46:58.881Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:46:58.891Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:46:58.891Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:46:59.781Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7d13fd65-8211-4b09-9de0-26fb02769e53",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d2e7bad9-3822-4a76-9be1-b094062ee8c8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "1a2aa0e6-de08-403e-87de-2074bb7dd68a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3fa1f81-1828-4775-87b5-c9e6f35af485",
      "resourceInvariantUUID": "ff0a9367-e152-4e3e-87de-f2953f1ddb3b",
      "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": "ODc5ZmYzNGI1NmQzNGFjYjZjNDVjMDFlM2NhZGM0NTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "082b2da5-5443-45c1-8362-51a61f8fa7f6"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T10:46:59.781Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T10:46:59.781Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d13fd65-8211-4b09-9de0-26fb02769e53 ASDC
2021-09-23T10:46:59.781Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1bdc64d0-2e0a-402f-a4a9-101c0ae25363
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7d13fd65-8211-4b09-9de0-26fb02769e53
ServiceInvariantUUID:d2e7bad9-3822-4a76-9be1-b094062ee8c8
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:082b2da5-5443-45c1-8362-51a61f8fa7f6
ArtifactChecksum:ODc5ZmYzNGI1NmQzNGFjYjZjNDVjMDFlM2NhZGM0NTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1a2aa0e6-de08-403e-87de-2074bb7dd68a
ResourceInvariantUUID:ff0a9367-e152-4e3e-87de-f2953f1ddb3b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3fa1f81-1828-4775-87b5-c9e6f35af485
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-23T10:46:59.781Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d13fd65-8211-4b09-9de0-26fb02769e53 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-23T10:46:59.811Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:46:59.811Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-23T10:46:59.811Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-23T10:46:59.811Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 082b2da5-5443-45c1-8362-51a61f8fa7f6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-23T10:46:59.811Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-23T10:46:59.812Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-23T10:47:01.985Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-23T10:47:01.988Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 082b2da5-5443-45c1-8362-51a61f8fa7f6 52174
2021-09-23T10:47:01.988Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:01.988Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:01.988Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:47:01.988Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:47:01.990Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:47:01.990Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394021988,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:47:02.091Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T10:47:02.091Z||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-23T10:47:02.092Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:02.102Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:47:02.102Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:47:02.991Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:47:02.992Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-23T10:47:02.992Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 082b2da5-5443-45c1-8362-51a61f8fa7f6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:02.992Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-23T10:47:02.993Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:02.993Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.071Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5004270536466592777/Definitions/service-BasicNetwork-template.yml
2021-09-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:03.439Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:47:03.440Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.441Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.442Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7d13fd65-8211-4b09-9de0-26fb02769e53
Model Version:NULL
Model InvariantUuid:d2e7bad9-3822-4a76-9be1-b094062ee8c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ff0a9367-e152-4e3e-87de-f2953f1ddb3b
Model UUID:7a9014df-7fab-4972-9e19-aa274bc9a706
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:1a2aa0e6-de08-403e-87de-2074bb7dd68a
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-23T10:47:03.449Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: c3fa1f81-1828-4775-87b5-c9e6f35af485
2021-09-23T10:47:03.449Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||No resources found for Service: 7d13fd65-8211-4b09-9de0-26fb02769e53
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-23T10:47:03.452Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||
2021-09-23T10:47:03.453Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-23T10:47:03.453Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 7d13fd65-8211-4b09-9de0-26fb02769e53
2021-09-23T10:47:03.453Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7d13fd65-8211-4b09-9de0-26fb02769e53
2021-09-23T10:47:03.453Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-23T10:47:03.453Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:03.459Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59779f45, org.onap.sdc.toscaparser.api.parameters.Input@713a9768, org.onap.sdc.toscaparser.api.parameters.Input@2da356cd, org.onap.sdc.toscaparser.api.parameters.Input@11801001, org.onap.sdc.toscaparser.api.parameters.Input@74e828c3]
2021-09-23T10:47:03.461Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.461Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.461Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.461Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.462Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7d13fd65-8211-4b09-9de0-26fb02769e53: Generic NeutronNet
2021-09-23T10:47:03.462Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.462Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.462Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.462Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:03.489Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.489Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.489Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.490Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.490Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:47:03.490Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:47:03.490Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:03.543Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-23T10:47:03.543Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:03.544Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:03.544Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:47:03.544Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:47:03.546Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:47:03.546Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394023543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:47:03.646Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:47:03.647Z||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-23T10:47:03.648Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:03.659Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:47:03.660Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:47:04.547Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:47:04.560Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bdc64d0-2e0a-402f-a4a9-101c0ae25363
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-23T10:47:04.562Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:47:04.563Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:47:04.568Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T10:47:34.569Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 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-23T10:47:34.574Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 and serviceModelVersionId: 7d13fd65-8211-4b09-9de0-26fb02769e53
2021-09-23T10:47:34.574Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2e7bad9-3822-4a76-9be1-b094062ee8c8
2021-09-23T10:47:34.575Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2e7bad9-3822-4a76-9be1-b094062ee8c8/model-vers/model-ver/7d13fd65-8211-4b09-9de0-26fb02769e53?depth=0
2021-09-23T10:47:34.579Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T10:47:34.615Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e7bad9-3822-4a76-9be1-b094062ee8c8/model-vers/model-ver/7d13fd65-8211-4b09-9de0-26fb02769e53?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-23T10:47:34.615Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e7bad9-3822-4a76-9be1-b094062ee8c8/model-vers/model-ver/7d13fd65-8211-4b09-9de0-26fb02769e53?depth=0|INFO|500||Invoke
2021-09-23T10:47:34.641Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e7bad9-3822-4a76-9be1-b094062ee8c8/model-vers/model-ver/7d13fd65-8211-4b09-9de0-26fb02769e53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T10:47:35.166Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e7bad9-3822-4a76-9be1-b094062ee8c8/model-vers/model-ver/7d13fd65-8211-4b09-9de0-26fb02769e53?depth=0|INFO|500||InvokeReturn
2021-09-23T10:47:35.166Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e7bad9-3822-4a76-9be1-b094062ee8c8/model-vers/model-ver/7d13fd65-8211-4b09-9de0-26fb02769e53?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210923-10:47:34:650-71434], vertex-id=[405528], Content-Length=[0], Date=[Thu, 23 Sep 2021 10:47:34 GMT], Content-Type=[application/json]}
2021-09-23T10:47:35.166Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-09-23T10:47:35.167Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T10:47:35.167Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||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-23T10:47:35.170Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T10:47:35.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1bdc64d0-2e0a-402f-a4a9-101c0ae25363 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T10:47:35.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T10:47:35.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:47:35.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:47:35.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394055171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:47:35.273Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:47:35.274Z||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-23T10:47:35.274Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:35.288Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:47:35.288Z||pool-39-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-23T10:47:57.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:47:57.141Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:47:57.141Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:47:57.142Z||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-23T10:47:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:57.268Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:47:57.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:47:57.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394017140,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:47:57.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:47:57.764Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:47:57.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T10:47:57.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"5077b9df-6c77-4766-aae6-30687c44960c","serviceName":"Demo_pNF_x50bON4yc7C6TBX6NSgn","serviceVersion":"1.0","serviceUUID":"b400c487-9f04-4096-82a0-312cdf114198","serviceDescription":"catalog service description","serviceInvariantUUID":"583dcfef-eeb0-4493-a29d-3ca366b4473f","resources":[{"resourceInstanceName":"pNF 0ffc292c-9645 0","resourceName":"pNF 0ffc292c-9645","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c74185bf-ee94-4a86-b9cc-d065b4389d65","resourceInvariantUUID":"242e0152-e4cf-4957-95e5-dff442dc8515","resourceCustomizationUUID":"76e0c017-f7b3-4859-b1ed-3f0f1ae4ba2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vf-license-model.xml","artifactChecksum":"YWVhZjQ2N2E1ZTA4Y2I0NGZhYzA4YzNjNTdlNmFmZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"651aeccd-bdc7-46bf-aed0-fb17304e2b0f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/pNF.csar","artifactChecksum":"YjY4M2UxMDhjMjdiNWQxNGZjNjQ4NzJmMjYyZjI4NzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6a69e47-8313-4aee-87a7-a0c7edf70203","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"038c8a31-b2dc-4362-9829-0b8d1e744edc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vendor-license-model.xml","artifactChecksum":"NjZjZTcxYjMyZTIyMjIyM2EzZjhjMzM4NDQ1ZWU1MWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ac42e304-711c-4536-bf42-72f723aa3aae","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee40f30d-02a2-45fa-8ee6-6f5bcfe2a108","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0dbf9ea-44f7-4395-94a1-ecd3ebaa7c6f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml","artifactChecksum":"Yzk4NWVjMjg1NDc5ZWNmNTlmMzUyZDVkNjkwOGUxYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dad20cc2-016b-4461-bc38-dafacb5d6d1a","artifactVersion":"1"},{"artifactName":"service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar","artifactChecksum":"MWZmNGJmMDAxY2EwZGEyYWE4ZGRlZjk1YzVlOWMzOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21345491-37c8-4d77-87d9-e0f06068b55c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T10:47:57.768Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:47:57.768Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:47:57.770Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:47:57.770Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:47:57.870Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:47:57.871Z||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-23T10:47:57.871Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:57.880Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:47:57.881Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:47:58.770Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:47:58.771Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:47:58.772Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:47:58.773Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:47:58.873Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:47:58.873Z||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-23T10:47:58.874Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:58.885Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:47:58.886Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:47:59.773Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:47:59.774Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:47:59.775Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:47:59.775Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:47:59.875Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:47:59.876Z||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-23T10:47:59.876Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:47:59.885Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:47:59.886Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:48:00.776Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:48:00.777Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:48:00.779Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:48:00.779Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:00.879Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:48:00.880Z||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-23T10:48:00.880Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:00.890Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:48:00.890Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:48:01.779Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:48:01.780Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:48:01.782Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:48:01.782Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:01.882Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:48:01.883Z||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-23T10:48:01.883Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:01.894Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:48:01.895Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:48:02.782Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:48:02.783Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:48:02.785Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:48:02.785Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:02.885Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:48:02.886Z||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-23T10:48:02.886Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:02.896Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:48:02.897Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:48:03.786Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:48:03.786Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:48:03.788Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:48:03.788Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:03.888Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:48:03.889Z||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-23T10:48:03.890Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:03.901Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:48:03.902Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:48:04.789Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:48:04.790Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:48:04.792Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:48:04.792Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:48:04.892Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:48:04.893Z||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-23T10:48:04.893Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:04.904Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:48:04.905Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:48:05.793Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "serviceName": "Demo_pNF_x50bON4yc7C6TBX6NSgn",
  "serviceVersion": "1.0",
  "serviceUUID": "b400c487-9f04-4096-82a0-312cdf114198",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "583dcfef-eeb0-4493-a29d-3ca366b4473f",
  "resources": [
    {
      "resourceInstanceName": "pNF 0ffc292c-9645 0",
      "resourceCustomizationUUID": "76e0c017-f7b3-4859-b1ed-3f0f1ae4ba2b",
      "resourceName": "pNF 0ffc292c-9645",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c74185bf-ee94-4a86-b9cc-d065b4389d65",
      "resourceInvariantUUID": "242e0152-e4cf-4957-95e5-dff442dc8515",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
      "artifactChecksum": "MWZmNGJmMDAxY2EwZGEyYWE4ZGRlZjk1YzVlOWMzOTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "21345491-37c8-4d77-87d9-e0f06068b55c"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T10:48:05.793Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T10:48:05.793Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b400c487-9f04-4096-82a0-312cdf114198 ASDC
2021-09-23T10:48:05.794Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5077b9df-6c77-4766-aae6-30687c44960c
ServiceName:Demo_pNF_x50bON4yc7C6TBX6NSgn
ServiceVersion:1.0
ServiceUUID:b400c487-9f04-4096-82a0-312cdf114198
ServiceInvariantUUID:583dcfef-eeb0-4493-a29d-3ca366b4473f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
ArtifactUUID:21345491-37c8-4d77-87d9-e0f06068b55c
ArtifactChecksum:MWZmNGJmMDAxY2EwZGEyYWE4ZGRlZjk1YzVlOWMzOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0ffc292c-9645 0
ResourceCustomizationUUID:76e0c017-f7b3-4859-b1ed-3f0f1ae4ba2b
ResourceInvariantUUID:242e0152-e4cf-4957-95e5-dff442dc8515
ResourceName:pNF 0ffc292c-9645
ResourceType:PNF
ResourceUUID:c74185bf-ee94-4a86-b9cc-d065b4389d65
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-23T10:48:05.794Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b400c487-9f04-4096-82a0-312cdf114198 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-23T10:48:05.819Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:48:05.819Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:48:05.819Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:48:05.820Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 21345491-37c8-4d77-87d9-e0f06068b55c from URL: /sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:05.820Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:48:05.820Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:06.142Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:48:06.147Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar 21345491-37c8-4d77-87d9-e0f06068b55c 82540
2021-09-23T10:48:06.148Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar ASDC sendASDCNotification
2021-09-23T10:48:06.148Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:06.148Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:48:06.148Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:48:06.150Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:48:06.150Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394086147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:48:06.250Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:48:06.251Z||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-23T10:48:06.251Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:06.270Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:48:06.270Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:48:07.151Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:48:07.151Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:48:07.152Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 21345491-37c8-4d77-87d9-e0f06068b55c, URL: /sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar to file: /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.152Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.152Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.152Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.231Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6926685223910718283/Definitions/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0ffc292c-9645 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-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.891Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Node template pNF 0ffc292c-9645 0 is matching search criteria
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 0ffc292c-9645 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Node template pNF 0ffc292c-9645 0 is matching search criteria
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 0ffc292c-9645 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:48:07.892Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.893Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_x50bON4yc7C6TBX6NSgn
Description:catalog service description
Model UUID:b400c487-9f04-4096-82a0-312cdf114198
Model Version:NULL
Model InvariantUuid:583dcfef-eeb0-4493-a29d-3ca366b4473f
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-23T10:48:07.899Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: c74185bf-ee94-4a86-b9cc-d065b4389d65
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-23T10:48:07.901Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||pNF 0ffc292c-9645 0
2021-09-23T10:48:07.902Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c74185bf-ee94-4a86-b9cc-d065b4389d65
2021-09-23T10:48:07.902Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b400c487-9f04-4096-82a0-312cdf114198
2021-09-23T10:48:07.902Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b400c487-9f04-4096-82a0-312cdf114198
2021-09-23T10:48:07.902Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0ffc292c-9645 0 c74185bf-ee94-4a86-b9cc-d065b4389d65 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-23T10:48:07.905Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33fdb2b5, org.onap.sdc.toscaparser.api.parameters.Input@55b37e5c, org.onap.sdc.toscaparser.api.parameters.Input@168fb4ee, org.onap.sdc.toscaparser.api.parameters.Input@7f05b85f, org.onap.sdc.toscaparser.api.parameters.Input@2133c510]
2021-09-23T10:48:07.906Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:48:07.906Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.906Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b400c487-9f04-4096-82a0-312cdf114198: pNF 0ffc292c-9645
2021-09-23T10:48:07.906Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||Processing PNF resource: c74185bf-ee94-4a86-b9cc-d065b4389d65
2021-09-23T10:48:07.906Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:48:07.906Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_x50bON4yc7C6TBX6NSgn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:48:07.906Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||Resource customization UUID: 76e0c017-f7b3-4859-b1ed-3f0f1ae4ba2b is the same as notified resource customizationUUID: 76e0c017-f7b3-4859-b1ed-3f0f1ae4ba2b
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-23T10:48:07.955Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0ffc292c-9645 c74185bf-ee94-4a86-b9cc-d065b4389d65 0 ASDC deployResourceStructure
2021-09-23T10:48:07.955Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar ASDC sendASDCNotification
2021-09-23T10:48:07.955Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar
2021-09-23T10:48:07.955Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:48:07.955Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:48:07.957Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:48:07.957Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394087955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:48:08.057Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:48:08.058Z||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-23T10:48:08.058Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:08.071Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:48:08.072Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:48:08.957Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:48:08.970Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
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-23T10:48:08.972Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:48:08.972Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:48:08.972Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:48:38.973Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:48:38.982Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
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-23T10:48:38.987Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:48:38.987Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:48:38.987Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:48:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:48:57.143Z||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-23T10:48:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:48:57.177Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:48:57.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394017140,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:48:57.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394021988,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:48:57.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:48:57.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394023543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:48:57.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:48:57.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bdc64d0-2e0a-402f-a4a9-101c0ae25363",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394055171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:48:57.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:48:57.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394064520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "aai-ml",
  "timestamp": 1632394060019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "policy-id",
  "timestamp": 1632394060411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "aai-ml",
  "timestamp": 1632394060019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394064520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "policy-id",
  "timestamp": 1632394060411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "aai-ml",
  "timestamp": 1632394060019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394064520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "policy-id",
  "timestamp": 1632394060411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394067350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394064520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "aai-ml",
  "timestamp": 1632394060019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "policy-id",
  "timestamp": 1632394060411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "cds",
  "timestamp": 1632394068297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394067350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "aai-ml",
  "timestamp": 1632394060019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394064520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "policy-id",
  "timestamp": 1632394060411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "dcae-sch",
  "timestamp": 1632394069010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "cds",
  "timestamp": 1632394068297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394067350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394064520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "aai-ml",
  "timestamp": 1632394060019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "policy-id",
  "timestamp": 1632394060411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "dcae-sch",
  "timestamp": 1632394069010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "cds",
  "timestamp": 1632394068297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394067350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394064520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "aai-ml",
  "timestamp": 1632394060019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "policy-id",
  "timestamp": 1632394060411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "dcae-sch",
  "timestamp": 1632394069010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "cds",
  "timestamp": 1632394068297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394067350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394064520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "aai-ml",
  "timestamp": 1632394060019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "policy-id",
  "timestamp": 1632394060411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:48:57.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "dcae-sch",
  "timestamp": 1632394069010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "cds",
  "timestamp": 1632394068297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394067350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:48:57.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "dcae-sch",
  "timestamp": 1632394069010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "cds",
  "timestamp": 1632394068297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394067350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "dcae-sch",
  "timestamp": 1632394069010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394074083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "cds",
  "timestamp": 1632394068297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394067350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "aai-ml",
  "timestamp": 1632394075484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "policy-id",
  "timestamp": 1632394075592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "dcae-sch",
  "timestamp": 1632394069010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394074083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "cds",
  "timestamp": 1632394068297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "policy-id",
  "timestamp": 1632394076596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "dcae-sch",
  "timestamp": 1632394069010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394074083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:48:57.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:48:57.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:48:57.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394076996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:48:57.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:49:08.988Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:49:08.997Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
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-23T10:49:08.999Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:49:08.999Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:49:08.999Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:49:39.000Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:49:39.009Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
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-23T10:49:39.012Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:49:39.012Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:49:39.012Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:49:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:49:57.142Z||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-23T10:49:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:49:57.168Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:49:57.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:49:57.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "policy-id",
  "timestamp": 1632394077598,
  "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-23T10:49:57.176Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5077b9df-6c77-4766-aae6-30687c44960c
2021-09-23T10:49:57.176Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5077b9df-6c77-4766-aae6-30687c44960c 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-23T10:50:09.012Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:50:09.021Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
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-23T10:50:09.023Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:50:09.023Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:50:09.023Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:50:39.023Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:50:39.034Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
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-23T10:50:39.037Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:50:39.037Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:50:39.037Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:50:57.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:50:57.143Z||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-23T10:50:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:50:57.173Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:50:57.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394074083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "cds",
  "timestamp": 1632394077881,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:50:57.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:50:57.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394078211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T10:50:57.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:50:57.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394074083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "cds",
  "timestamp": 1632394078886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-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-23T10:50:57.182Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5077b9df-6c77-4766-aae6-30687c44960c
2021-09-23T10:50:57.182Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5077b9df-6c77-4766-aae6-30687c44960c 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-23T10:50:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394079215,
  "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-23T10:50:57.197Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5077b9df-6c77-4766-aae6-30687c44960c
2021-09-23T10:50:57.197Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5077b9df-6c77-4766-aae6-30687c44960c 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-23T10:50:57.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394074083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "aai-ml",
  "timestamp": 1632394080594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394074083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "aai-ml",
  "timestamp": 1632394081597,
  "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-23T10:50:57.214Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5077b9df-6c77-4766-aae6-30687c44960c
2021-09-23T10:50:57.214Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5077b9df-6c77-4766-aae6-30687c44960c 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-23T10:50:57.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394074083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:50:57.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394084397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:50:57.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394077140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "clamp",
  "timestamp": 1632394084190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "clamp",
  "timestamp": 1632394084190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394086147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394086166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "clamp",
  "timestamp": 1632394084190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394087169,
  "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-23T10:50:57.231Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5077b9df-6c77-4766-aae6-30687c44960c
2021-09-23T10:50:57.231Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5077b9df-6c77-4766-aae6-30687c44960c 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-23T10:50:57.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "clamp",
  "timestamp": 1632394084190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394087955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "clamp",
  "timestamp": 1632394084190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "clamp",
  "timestamp": 1632394084190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/resourceInstances/pnf0ffc292c96450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "clamp",
  "timestamp": 1632394084190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "clamp",
  "timestamp": 1632394084190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "clamp",
  "timestamp": 1632394097090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:50:57.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "clamp",
  "timestamp": 1632394098589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX50bon4yc7c6tbx6nsgn/1.0/artifacts/service-DemoPnfX50bon4yc7c6tbx6nsgn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:50:57.246Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:50:57.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-23T10:50:57.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "clamp",
  "timestamp": 1632394099591,
  "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-23T10:50:57.251Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5077b9df-6c77-4766-aae6-30687c44960c
2021-09-23T10:50:57.251Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5077b9df-6c77-4766-aae6-30687c44960c 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-23T10:51:09.038Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:51:09.049Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c
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-23T10:51:09.053Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:51:09.053Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T10:51:09.053Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T10:51:09.053Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T10:51:09.053Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:51:09.053Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:51:09.053Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:51:09.053Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:51:09.053Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:51:09.053Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:51:09.053Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:51:09.053Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:51:09.058Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T10:51:39.059Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5077b9df-6c77-4766-aae6-30687c44960c 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-23T10:51:39.063Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5077b9df-6c77-4766-aae6-30687c44960c and serviceModelVersionId: b400c487-9f04-4096-82a0-312cdf114198
2021-09-23T10:51:39.063Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 583dcfef-eeb0-4493-a29d-3ca366b4473f
2021-09-23T10:51:39.064Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/583dcfef-eeb0-4493-a29d-3ca366b4473f/model-vers/model-ver/b400c487-9f04-4096-82a0-312cdf114198?depth=0
2021-09-23T10:51:39.069Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T10:51:39.099Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/583dcfef-eeb0-4493-a29d-3ca366b4473f/model-vers/model-ver/b400c487-9f04-4096-82a0-312cdf114198?depth=0|INFO|500||Invoke
2021-09-23T10:51:39.100Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/583dcfef-eeb0-4493-a29d-3ca366b4473f/model-vers/model-ver/b400c487-9f04-4096-82a0-312cdf114198?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/583dcfef-eeb0-4493-a29d-3ca366b4473f/model-vers/model-ver/b400c487-9f04-4096-82a0-312cdf114198?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5077b9df-6c77-4766-aae6-30687c44960c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[923cabf2-b05f-4f3b-92dd-3e9840016094], X-ECOMP-RequestID=[5077b9df-6c77-4766-aae6-30687c44960c], X-TransactionId=[], X-ONAP-RequestID=[5077b9df-6c77-4766-aae6-30687c44960c], Content-Type=[application/merge-patch+json]}
2021-09-23T10:51:39.119Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/583dcfef-eeb0-4493-a29d-3ca366b4473f/model-vers/model-ver/b400c487-9f04-4096-82a0-312cdf114198?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T10:51:39.383Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/583dcfef-eeb0-4493-a29d-3ca366b4473f/model-vers/model-ver/b400c487-9f04-4096-82a0-312cdf114198?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/583dcfef-eeb0-4493-a29d-3ca366b4473f/model-vers/model-ver/b400c487-9f04-4096-82a0-312cdf114198?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210923-10:51:39:127-55532], vertex-id=[188480], Content-Length=[0], Date=[Thu, 23 Sep 2021 10:51:39 GMT], Content-Type=[application/json]}
2021-09-23T10:51:39.383Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/583dcfef-eeb0-4493-a29d-3ca366b4473f/model-vers/model-ver/b400c487-9f04-4096-82a0-312cdf114198?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-23T10:51:39.384Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/583dcfef-eeb0-4493-a29d-3ca366b4473f/model-vers/model-ver/b400c487-9f04-4096-82a0-312cdf114198?depth=0|INFO|500||InvokeReturn
2021-09-23T10:51:39.384Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T10:51:39.384Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||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-23T10:51:39.389Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T10:51:39.389Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5077b9df-6c77-4766-aae6-30687c44960c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T10:51:39.389Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T10:51:39.390Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:51:39.392Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:51:39.392Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394299389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:51:39.492Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:51:39.493Z||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-23T10:51:39.494Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:51:39.512Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:51:39.512Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 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-23T10:51:40.407Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:51:40.407Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:51:40.407Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:51:44.711Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:51:44.713Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T10:51:44.713Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b267bf6-45ae-40a5-86ee-46a1aa808d16","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"7b88591d-1fae-48f5-8c4d-175c8fdca2b5","serviceDescription":"service","serviceInvariantUUID":"dd16943b-73e8-43ca-ae59-d33cf9f1225a","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"284a6c70-3020-4ddf-8e52-c9e360eb05e7","resourceInvariantUUID":"d128caee-7233-433f-bfa0-5c1a9a1359ba","resourceCustomizationUUID":"39074d40-d362-4f53-bde8-218ab430abc5","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":"cd9624b3-5b7a-4407-96c5-aa77383b7e1f","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":"NmY4OGJmODBlN2Q3M2IyZWM4NzE5ZTcxMzAzMzFkYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8aed6a88-4390-453c-a2e9-3bd239776665","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":"NGRjMjU2NjE5ZGMwNDI3OGUxMGE5ODU0YmE5NGU1NTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5894c0c3-904b-4409-8376-8c49626eca27","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":"83331ba7-5aeb-4e7e-b915-15f23404a4bb","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":"2803da09-05ca-4c85-a9a9-788ec5275f92","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":"9e9c3b7c-79cb-4f38-aed3-6e270a2de786","artifactVersion":"2","generatedFromUUID":"83331ba7-5aeb-4e7e-b915-15f23404a4bb"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MWJkMzk2Y2E2OWVhZDZkNWNiNTkxM2Y1Yjk3ZmI1ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf5b1c7c-7dea-4746-a67b-80c0516ecc65","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YmMyODE0OTVmYjFjMmI0NzMwZjRmMmY3MzFhOTYxYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89c77356-5fcc-4592-9c33-a3d44a3d479d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T10:51:44.715Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:51:44.715Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:51:44.717Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:51:44.717Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:44.817Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:51:44.818Z||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-23T10:51:44.818Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:51:44.830Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:51:44.831Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:51:45.717Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:51:45.718Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:51:45.720Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:51:45.720Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:45.821Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:51:45.821Z||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-23T10:51:45.821Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:51:45.833Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:51:45.833Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:51:46.720Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:51:46.721Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:51:46.723Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:51:46.723Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:51:46.824Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T10:51:46.825Z||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-23T10:51:46.825Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:51:46.839Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:51:46.839Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:51:47.724Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:51:47.725Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:51:47.727Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:51:47.727Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:51:47.827Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:51:47.828Z||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-23T10:51:47.828Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:51:47.840Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:51:47.840Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:51:48.727Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:51:48.728Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:51:48.730Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:51:48.730Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:48.831Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:51:48.831Z||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-23T10:51:48.832Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:51:48.843Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:51:48.843Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:51:49.731Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:51:49.731Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:51:49.733Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:51:49.733Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-23T10:51:49.833Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:51:49.834Z||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-23T10:51:49.834Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:51:49.842Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:51:49.843Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:51:50.734Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:51:50.734Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:51:50.736Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:51:50.737Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:50.837Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T10:51:50.837Z||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-23T10:51:50.837Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:51:50.848Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:51:50.848Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:51:51.737Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:51:51.738Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:51:51.740Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:51:51.740Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:51:51.840Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:51:51.841Z||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-23T10:51:51.841Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:51:51.853Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:51:51.853Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:51:52.741Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "7b88591d-1fae-48f5-8c4d-175c8fdca2b5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd16943b-73e8-43ca-ae59-d33cf9f1225a",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "39074d40-d362-4f53-bde8-218ab430abc5",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "284a6c70-3020-4ddf-8e52-c9e360eb05e7",
      "resourceInvariantUUID": "d128caee-7233-433f-bfa0-5c1a9a1359ba",
      "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": "NGRjMjU2NjE5ZGMwNDI3OGUxMGE5ODU0YmE5NGU1NTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5894c0c3-904b-4409-8376-8c49626eca27",
          "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": "83331ba7-5aeb-4e7e-b915-15f23404a4bb",
          "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": "9e9c3b7c-79cb-4f38-aed3-6e270a2de786",
            "generatedFromUUID": "83331ba7-5aeb-4e7e-b915-15f23404a4bb"
          },
          "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": "9e9c3b7c-79cb-4f38-aed3-6e270a2de786",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YmMyODE0OTVmYjFjMmI0NzMwZjRmMmY3MzFhOTYxYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89c77356-5fcc-4592-9c33-a3d44a3d479d"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T10:51:52.742Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T10:51:52.742Z|5077b9df-6c77-4766-aae6-30687c44960c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7b88591d-1fae-48f5-8c4d-175c8fdca2b5 ASDC
2021-09-23T10:51:52.743Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5b267bf6-45ae-40a5-86ee-46a1aa808d16
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:7b88591d-1fae-48f5-8c4d-175c8fdca2b5
ServiceInvariantUUID:dd16943b-73e8-43ca-ae59-d33cf9f1225a
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:89c77356-5fcc-4592-9c33-a3d44a3d479d
ArtifactChecksum:YmMyODE0OTVmYjFjMmI0NzMwZjRmMmY3MzFhOTYxYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:39074d40-d362-4f53-bde8-218ab430abc5
ResourceInvariantUUID:d128caee-7233-433f-bfa0-5c1a9a1359ba
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:284a6c70-3020-4ddf-8e52-c9e360eb05e7
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:5894c0c3-904b-4409-8376-8c49626eca27
ArtifactChecksum:NGRjMjU2NjE5ZGMwNDI3OGUxMGE5ODU0YmE5NGU1NTM=
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:83331ba7-5aeb-4e7e-b915-15f23404a4bb
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:9e9c3b7c-79cb-4f38-aed3-6e270a2de786
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:9e9c3b7c-79cb-4f38-aed3-6e270a2de786
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-23T10:51:52.743Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7b88591d-1fae-48f5-8c4d-175c8fdca2b5 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-23T10:51:52.776Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:51:52.776Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:51:52.776Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:51:52.776Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 89c77356-5fcc-4592-9c33-a3d44a3d479d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-23T10:51:52.776Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:51:52.777Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-23T10:51:55.292Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:51:55.298Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 89c77356-5fcc-4592-9c33-a3d44a3d479d 73488
2021-09-23T10:51:55.299Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:51:55.299Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:51:55.299Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:51:55.300Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:51:55.301Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:51:55.301Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394315299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:51:55.402Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:51:55.402Z||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-23T10:51:55.402Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:51:55.416Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:51:55.417Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:51:56.302Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:51:56.303Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:51:56.303Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 89c77356-5fcc-4592-9c33-a3d44a3d479d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T10:51:56.303Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-23T10:51:56.304Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T10:51:56.304Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T10:51:56.401Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16570617462408772123/Definitions/service-Basicclamp-template.yml
2021-09-23T10:51:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:51:57.142Z||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-23T10:51:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:51:57.185Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:51:57.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "dcae-sch",
  "timestamp": 1632394209009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:51:57.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "aai-ml",
  "timestamp": 1632394210019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "cds",
  "timestamp": 1632394218297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "aai-ml",
  "timestamp": 1632394210019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "dcae-sch",
  "timestamp": 1632394209009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "cds",
  "timestamp": 1632394218297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "dcae-sch",
  "timestamp": 1632394209009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "aai-ml",
  "timestamp": 1632394210019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "cds",
  "timestamp": 1632394218297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "policy-id",
  "timestamp": 1632394220417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "dcae-sch",
  "timestamp": 1632394209009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "aai-ml",
  "timestamp": 1632394210019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "cds",
  "timestamp": 1632394218297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "policy-id",
  "timestamp": 1632394220417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "dcae-sch",
  "timestamp": 1632394209009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "aai-ml",
  "timestamp": 1632394210019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "cds",
  "timestamp": 1632394218297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "policy-id",
  "timestamp": 1632394220417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "dcae-sch",
  "timestamp": 1632394209009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "aai-ml",
  "timestamp": 1632394210019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "cds",
  "timestamp": 1632394218297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "policy-id",
  "timestamp": 1632394220417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:51:57.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394224083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "dcae-sch",
  "timestamp": 1632394209009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "aai-ml",
  "timestamp": 1632394210019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "cds",
  "timestamp": 1632394218297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "policy-id",
  "timestamp": 1632394220417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394224520,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394224083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "dcae-sch",
  "timestamp": 1632394209009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "aai-ml",
  "timestamp": 1632394210019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:51:57.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "cds",
  "timestamp": 1632394218297,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:51:57.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "policy-id",
  "timestamp": 1632394220417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394224520,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394224083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "aai-ml",
  "timestamp": 1632394226936,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:51:57.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "policy-id",
  "timestamp": 1632394220417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394224520,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:51:57.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "cds",
  "timestamp": 1632394227212,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:51:57.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "dcae-sch",
  "timestamp": 1632394227642,
  "artifactURL": "/sdc/v1/catalog/services/7b88591d-1fae-48f5-8c4d-175c8fdca2b5/resourceInstances/basicclamp0/artifacts/cd9624b3-5b7a-4407-96c5-aa77383b7e1f",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:51:57.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394224083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394227350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "policy-id",
  "timestamp": 1632394220417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:51:57.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394224520,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:51:57.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "cds",
  "timestamp": 1632394228219,
  "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=?
2021-09-23T10:51:57.212Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b267bf6-45ae-40a5-86ee-46a1aa808d16
2021-09-23T10:51:57.212Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b267bf6-45ae-40a5-86ee-46a1aa808d16 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-23T10:51:57.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394224083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "dcae-sch",
  "timestamp": 1632394228879,
  "artifactURL": "/sdc/v1/catalog/services/7b88591d-1fae-48f5-8c4d-175c8fdca2b5/resourceInstances/basicclamp0/artifacts/cd9624b3-5b7a-4407-96c5-aa77383b7e1f",
  "status": "DEPLOY_OK"
}
2021-09-23T10:51:57.223Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394227350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394224520,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "policy-id",
  "timestamp": 1632394229286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:51:57.224Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394224083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "dcae-sch",
  "timestamp": 1632394229882,
  "artifactURL": "/sdc/v1/catalog/services/7b88591d-1fae-48f5-8c4d-175c8fdca2b5/resourceInstances/basicclamp0/artifacts/cd9624b3-5b7a-4407-96c5-aa77383b7e1f",
  "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-23T10:51:57.244Z||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 5b267bf6-45ae-40a5-86ee-46a1aa808d16
2021-09-23T10:51:57.244Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b267bf6-45ae-40a5-86ee-46a1aa808d16 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-23T10:51:57.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394227350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394224520,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-23T10:51:57.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "policy-id",
  "timestamp": 1632394230289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:51:57.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394224083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394227350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394224520,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "policy-id",
  "timestamp": 1632394231291,
  "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-23T10:51:57.263Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b267bf6-45ae-40a5-86ee-46a1aa808d16
2021-09-23T10:51:57.263Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b267bf6-45ae-40a5-86ee-46a1aa808d16 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-23T10:51:57.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394224083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:51:57.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394227350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394224520,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:51:57.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394227350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394227350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "clamp",
  "timestamp": 1632394234190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394227350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394235493,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "aai-ml",
  "timestamp": 1632394235550,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:51:57.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "clamp",
  "timestamp": 1632394234190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394235890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:51:57.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "aai-ml",
  "timestamp": 1632394236554,
  "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-23T10:51:57.279Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b267bf6-45ae-40a5-86ee-46a1aa808d16
2021-09-23T10:51:57.279Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b267bf6-45ae-40a5-86ee-46a1aa808d16 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-23T10:51:57.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "clamp",
  "timestamp": 1632394234190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:51:57.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394237683,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:51:57.289Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394237781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:51:57.289Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "clamp",
  "timestamp": 1632394234190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394238686,
  "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-23T10:51:57.294Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b267bf6-45ae-40a5-86ee-46a1aa808d16
2021-09-23T10:51:57.294Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b267bf6-45ae-40a5-86ee-46a1aa808d16 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-23T10:51:57.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "clamp",
  "timestamp": 1632394234190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394239583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:51:57.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "clamp",
  "timestamp": 1632394234190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394240612,
  "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-23T10:51:57.343Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b267bf6-45ae-40a5-86ee-46a1aa808d16
2021-09-23T10:51:57.343Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b267bf6-45ae-40a5-86ee-46a1aa808d16 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-23T10:51:57.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "clamp",
  "timestamp": 1632394234190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:51:57.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394241616,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:51:57.352Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "clamp",
  "timestamp": 1632394234190,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:51:57.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:51:57.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "clamp",
  "timestamp": 1632394246607,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:51:57.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "clamp",
  "timestamp": 1632394247610,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:51:57.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "clamp",
  "timestamp": 1632394251687,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:51:57.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "clamp",
  "timestamp": 1632394252689,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:51:57.354Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:51:57.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-23T10:51:57.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "clamp",
  "timestamp": 1632394253691,
  "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-23T10:51:57.359Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b267bf6-45ae-40a5-86ee-46a1aa808d16
2021-09-23T10:51:57.359Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b267bf6-45ae-40a5-86ee-46a1aa808d16 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 (?, ?, ?, ?, ?)
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-23T10:51:57.402Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:51:57.403Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T10:51:57.404Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-23T10:51:57.404Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:51:57.404Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:51:57.404Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:51:57.404Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T10:51:57.404Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-23T10:51:57.404Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:51:57.404Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:51:57.404Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:51:57.404Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:51:57.404Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-23T10:51:57.404Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-23T10:51:57.405Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-23T10:51:57.405Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-23T10:51:57.405Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T10:51:57.405Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T10:51:57.405Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:51:57.405Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:51:57.405Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:51:57.405Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T10:51:57.405Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:51:57.405Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:51:57.405Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T10:51:57.405Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:51:57.405Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=362b8d96-9748-42fc-88bf-720c91812844
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:51:57.406Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:51:57.407Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:51:57.407Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:7b88591d-1fae-48f5-8c4d-175c8fdca2b5
Model Version:NULL
Model InvariantUuid:dd16943b-73e8-43ca-ae59-d33cf9f1225a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:1cd66282-e478-4833-b2c0-b6c2ee73d7f3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d128caee-7233-433f-bfa0-5c1a9a1359ba
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:39074d40-d362-4f53-bde8-218ab430abc5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f13d8258-7bdc-4be9-8220-48e750819b89
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:2f41533e-be2f-4ed5-8b5e-a9d1f1e2eb2b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:362b8d96-9748-42fc-88bf-720c91812844
ModelInvariantUuid:f646941e-f030-4772-baa2-032409ca4eca
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:6db3ffb9-0e67-412e-ba7b-9218577d3dda
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ccc48119-eeb2-45d2-843e-29650650fb5b
ModelInvariantUuid:c773261f-6f34-4b71-a2c7-e62a2ec9e5df
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:50971324-1c47-4a9b-b4c8-309543011bb7
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-23T10:51:57.413Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 284a6c70-3020-4ddf-8e52-c9e360eb05e7
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-23T10:51:57.416Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||basicclamp 0
2021-09-23T10:51:57.416Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 284a6c70-3020-4ddf-8e52-c9e360eb05e7
2021-09-23T10:51:57.416Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5894c0c3-904b-4409-8376-8c49626eca27 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-23T10:51:57.416Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:51:57.416Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:51:57.869Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:51:57.870Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 5894c0c3-904b-4409-8376-8c49626eca27 790
2021-09-23T10:51:57.870Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:51:57.870Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:51:57.870Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:51:57.871Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:51:57.873Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:51:57.873Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394317870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:51:57.973Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:51:57.973Z||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-23T10:51:57.973Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:51:57.983Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:51:57.984Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:51:58.873Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f13d8258-7bdc-4be9-8220-48e750819b89",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f41533e-be2f-4ed5-8b5e-a9d1f1e2eb2b",
    "vfModuleModelCustomizationUUID": "57fb6dbd-78ae-4c5f-bb19-b9f22c711ca0",
    "isBase": true,
    "artifacts": [
      "83331ba7-5aeb-4e7e-b915-15f23404a4bb",
      "9e9c3b7c-79cb-4f38-aed3-6e270a2de786"
    ],
    "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-23T10:51:58.877Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f41533e-be2f-4ed5-8b5e-a9d1f1e2eb2b
VfModuleModelInvariantUUID:f13d8258-7bdc-4be9-8220-48e750819b89
VfModuleModelDescription:NULL
Artifacts UUID List:{
83331ba7-5aeb-4e7e-b915-15f23404a4bb
,
9e9c3b7c-79cb-4f38-aed3-6e270a2de786

}
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-23T10:51:58.879Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f13d8258-7bdc-4be9-8220-48e750819b89",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f41533e-be2f-4ed5-8b5e-a9d1f1e2eb2b",
    "vfModuleModelCustomizationUUID": "57fb6dbd-78ae-4c5f-bb19-b9f22c711ca0",
    "isBase": true,
    "artifacts": [
      "83331ba7-5aeb-4e7e-b915-15f23404a4bb",
      "9e9c3b7c-79cb-4f38-aed3-6e270a2de786"
    ],
    "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-23T10:51:58.880Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f41533e-be2f-4ed5-8b5e-a9d1f1e2eb2b
VfModuleModelInvariantUUID:f13d8258-7bdc-4be9-8220-48e750819b89
VfModuleModelDescription:NULL
Artifacts UUID List:{
83331ba7-5aeb-4e7e-b915-15f23404a4bb
,
9e9c3b7c-79cb-4f38-aed3-6e270a2de786

}
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-23T10:51:58.880Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 83331ba7-5aeb-4e7e-b915-15f23404a4bb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-23T10:51:58.880Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:51:58.880Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:00.248Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:52:00.249Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 83331ba7-5aeb-4e7e-b915-15f23404a4bb 5033
2021-09-23T10:52:00.249Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:00.249Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:00.249Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:52:00.250Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:00.252Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:00.252Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394320249,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:52:00.352Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T10:52:00.353Z||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-23T10:52:00.353Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:00.362Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:00.363Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:01.253Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9e9c3b7c-79cb-4f38-aed3-6e270a2de786 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-23T10:52:01.253Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:52:01.254Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:02.790Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:52:02.790Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 9e9c3b7c-79cb-4f38-aed3-6e270a2de786 909
2021-09-23T10:52:02.791Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:02.791Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:02.791Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:52:02.791Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:02.794Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:02.794Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394322791,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:52:02.894Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:02.895Z||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-23T10:52:02.895Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:02.904Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:02.905Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:03.794Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7b88591d-1fae-48f5-8c4d-175c8fdca2b5
2021-09-23T10:52:03.795Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 284a6c70-3020-4ddf-8e52-c9e360eb05e7 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-23T10:52:03.807Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11e77811, org.onap.sdc.toscaparser.api.parameters.Input@30316ce1, org.onap.sdc.toscaparser.api.parameters.Input@230b606a, org.onap.sdc.toscaparser.api.parameters.Input@2439c06c, org.onap.sdc.toscaparser.api.parameters.Input@eb4130a]
2021-09-23T10:52:03.808Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.809Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:03.809Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-23T10:52:03.809Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 39074d40-d362-4f53-bde8-218ab430abc5
2021-09-23T10:52:03.809Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 39074d40-d362-4f53-bde8-218ab430abc5 matches Tosca VF Customization UUID: 39074d40-d362-4f53-bde8-218ab430abc5
2021-09-23T10:52:03.809Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 39074d40-d362-4f53-bde8-218ab430abc5  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-23T10:52:03.811Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.811Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:03.811Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 39074d40-d362-4f53-bde8-218ab430abc5: {\"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-23T10:52:03.812Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27f99dc1
2021-09-23T10:52:03.812Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.812Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:52:03.812Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 57fb6dbd-78ae-4c5f-bb19-b9f22c711ca0
2021-09-23T10:52:03.812Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 57fb6dbd-78ae-4c5f-bb19-b9f22c711ca0
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-23T10:52:03.814Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.814Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T10:52:03.814Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:52:03.814Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.814Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T10:52:03.815Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:52:03.815Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.815Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-23T10:52:03.815Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-23T10:52:03.815Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-23T10:52:03.815Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=362b8d96-9748-42fc-88bf-720c91812844
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-23T10:52:03.817Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.817Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T10:52:03.817Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:52:03.817Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.818Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-23T10:52:03.818Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=39074d40-d362-4f53-bde8-218ab430abc5
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-23T10:52:03.819Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.820Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:03.820Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 7b88591d-1fae-48f5-8c4d-175c8fdca2b5: basicclamp
2021-09-23T10:52:03.820Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.820Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:03.820Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.820Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:03.821Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.821Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:03.821Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.821Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:03.821Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:03.821Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:03.821Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:03.889Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 284a6c70-3020-4ddf-8e52-c9e360eb05e7 1 ASDC deployResourceStructure
2021-09-23T10:52:03.890Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:03.890Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:03.890Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:52:03.890Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:03.892Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:03.892Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394323890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:52:03.992Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:03.993Z||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-23T10:52:03.993Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:04.003Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:04.004Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:04.894Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:04.894Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:04.894Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:52:04.894Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:04.897Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:04.897Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394324892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T10:52:04.997Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:04.998Z||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-23T10:52:04.998Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:05.010Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:05.011Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:52:05.897Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:05.898Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:05.898Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:52:05.899Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:05.901Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:05.901Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394325897,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-23T10:52:06.001Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:06.002Z||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-23T10:52:06.002Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:06.014Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:06.015Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:06.902Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:06.902Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:06.902Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:52:06.903Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:06.904Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:06.904Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394326902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:52:07.005Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T10:52:07.005Z||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-23T10:52:07.006Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:07.018Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:07.018Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:07.905Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b267bf6-45ae-40a5-86ee-46a1aa808d16
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:52:07.915Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b267bf6-45ae-40a5-86ee-46a1aa808d16
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-23T10:52:07.917Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:52:07.918Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T10:52:07.918Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T10:52:07.918Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T10:52:07.918Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:52:07.918Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:52:07.918Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:52:07.918Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:52:07.918Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:52:07.918Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:52:07.918Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:52:07.919Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:52:07.924Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T10:52:37.924Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b267bf6-45ae-40a5-86ee-46a1aa808d16 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-23T10:52:37.929Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b267bf6-45ae-40a5-86ee-46a1aa808d16 and serviceModelVersionId: 7b88591d-1fae-48f5-8c4d-175c8fdca2b5
2021-09-23T10:52:37.929Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd16943b-73e8-43ca-ae59-d33cf9f1225a
2021-09-23T10:52:37.930Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd16943b-73e8-43ca-ae59-d33cf9f1225a/model-vers/model-ver/7b88591d-1fae-48f5-8c4d-175c8fdca2b5?depth=0
2021-09-23T10:52:37.935Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T10:52:37.970Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd16943b-73e8-43ca-ae59-d33cf9f1225a/model-vers/model-ver/7b88591d-1fae-48f5-8c4d-175c8fdca2b5?depth=0|INFO|500||Invoke
2021-09-23T10:52:37.970Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd16943b-73e8-43ca-ae59-d33cf9f1225a/model-vers/model-ver/7b88591d-1fae-48f5-8c4d-175c8fdca2b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd16943b-73e8-43ca-ae59-d33cf9f1225a/model-vers/model-ver/7b88591d-1fae-48f5-8c4d-175c8fdca2b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b267bf6-45ae-40a5-86ee-46a1aa808d16], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3f7f4ab-9027-444c-94e3-098bf405ba26], X-ECOMP-RequestID=[5b267bf6-45ae-40a5-86ee-46a1aa808d16], X-TransactionId=[], X-ONAP-RequestID=[5b267bf6-45ae-40a5-86ee-46a1aa808d16], Content-Type=[application/merge-patch+json]}
2021-09-23T10:52:37.990Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd16943b-73e8-43ca-ae59-d33cf9f1225a/model-vers/model-ver/7b88591d-1fae-48f5-8c4d-175c8fdca2b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T10:52:38.205Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd16943b-73e8-43ca-ae59-d33cf9f1225a/model-vers/model-ver/7b88591d-1fae-48f5-8c4d-175c8fdca2b5?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/dd16943b-73e8-43ca-ae59-d33cf9f1225a/model-vers/model-ver/7b88591d-1fae-48f5-8c4d-175c8fdca2b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210923-10:52:37:997-2922], vertex-id=[225384], Content-Length=[0], Date=[Thu, 23 Sep 2021 10:52:37 GMT], Content-Type=[application/json]}
2021-09-23T10:52:38.206Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd16943b-73e8-43ca-ae59-d33cf9f1225a/model-vers/model-ver/7b88591d-1fae-48f5-8c4d-175c8fdca2b5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-23T10:52:38.206Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd16943b-73e8-43ca-ae59-d33cf9f1225a/model-vers/model-ver/7b88591d-1fae-48f5-8c4d-175c8fdca2b5?depth=0|INFO|500||InvokeReturn
2021-09-23T10:52:38.206Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T10:52:38.206Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||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-23T10:52:38.211Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T10:52:38.212Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b267bf6-45ae-40a5-86ee-46a1aa808d16 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T10:52:38.212Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T10:52:38.212Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:38.213Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:38.214Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394358212,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:52:38.314Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:38.314Z||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-23T10:52:38.315Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:38.330Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:38.331Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-23T10:52:39.225Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T10:52:39.225Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fcd5fe76-07cf-4866-9e8f-4e7811e7ea81","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"539c643d-8693-4706-9df4-c5e9253dc187","serviceDescription":"service","serviceInvariantUUID":"54b09768-9582-4d69-a4bf-c40f1d9c63eb","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d610a91d-3f6a-43a3-82b5-d2dc9597a646","resourceInvariantUUID":"87b5d154-1e18-4067-9216-ef77e155d610","resourceCustomizationUUID":"1636bf57-849f-4966-9910-878655df4841","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":"YTVjZTU0ZDAzYzg5MjlmNDEzOWU2ZTkwNTZjOGRiNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7be72151-5ff7-4517-8751-526c79f37113","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":"ZWM4ZWMwN2E1NDFhZTQ2NzQ5N2UzYTJiODE3Zjk5ZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6d194488-bcb6-40ab-93fd-d868ce94ae23","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":"1b6200a4-1797-46ad-aa9f-674f6e45cb14","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":"55ee1384-6226-4f42-8673-c12831d625ab","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":"cf4d143e-3478-4f17-aa19-b8380f521a75","artifactVersion":"2","generatedFromUUID":"1b6200a4-1797-46ad-aa9f-674f6e45cb14"},{"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":"ODhjMjhiZTcwOTgwMjg5OGE4YTMwOTkyOWQyYzYyNDE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9653a608-de0a-4b32-baf1-aba6fb580b54","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":"ZWY2ODI5MzNhY2UxMmU1MTMxYjUzZWY0Mzc3ZDA2NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05651cc4-2ec7-4598-923a-8524c6939b98","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MmRhMWMwMTRhZjRmOGM4NGEzNWE1OTdlYmY1MGNhOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f38bbbb8-753c-4bf6-8133-fa4307eb7e74","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T10:52:39.226Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:52:39.226Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:39.229Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:39.229Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:52:39.329Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:39.330Z||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-23T10:52:39.330Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:39.342Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:39.342Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:40.230Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:52:40.231Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:40.233Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:40.233Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:52:40.333Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:40.334Z||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-23T10:52:40.334Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:40.345Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:40.346Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:41.233Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:52:41.235Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:41.237Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:41.237Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:52:41.337Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:41.338Z||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-23T10:52:41.338Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:41.350Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:41.350Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:42.237Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:52:42.238Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:42.239Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:42.239Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:52:42.340Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T10:52:42.341Z||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-23T10:52:42.341Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:42.351Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:42.351Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:52:43.240Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:52:43.241Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:43.243Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:43.243Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-23T10:52:43.343Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:43.343Z||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-23T10:52:43.344Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:43.354Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:43.355Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:44.243Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:52:44.244Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:44.246Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:44.247Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:52:44.347Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:44.348Z||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-23T10:52:44.348Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:44.362Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:44.363Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:45.247Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:52:45.249Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:45.250Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:45.250Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:52:45.350Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:45.351Z||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-23T10:52:45.351Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:45.363Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:45.363Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:52:46.251Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:52:46.252Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:46.254Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:46.254Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:52:46.354Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:46.354Z||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-23T10:52:46.354Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:46.365Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:46.365Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:47.255Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "539c643d-8693-4706-9df4-c5e9253dc187",
  "serviceDescription": "service",
  "serviceInvariantUUID": "54b09768-9582-4d69-a4bf-c40f1d9c63eb",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1636bf57-849f-4966-9910-878655df4841",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d610a91d-3f6a-43a3-82b5-d2dc9597a646",
      "resourceInvariantUUID": "87b5d154-1e18-4067-9216-ef77e155d610",
      "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": "ZWM4ZWMwN2E1NDFhZTQ2NzQ5N2UzYTJiODE3Zjk5ZDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6d194488-bcb6-40ab-93fd-d868ce94ae23",
          "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": "1b6200a4-1797-46ad-aa9f-674f6e45cb14",
          "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": "cf4d143e-3478-4f17-aa19-b8380f521a75",
            "generatedFromUUID": "1b6200a4-1797-46ad-aa9f-674f6e45cb14"
          },
          "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": "cf4d143e-3478-4f17-aa19-b8380f521a75",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MmRhMWMwMTRhZjRmOGM4NGEzNWE1OTdlYmY1MGNhOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f38bbbb8-753c-4bf6-8133-fa4307eb7e74"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T10:52:47.255Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T10:52:47.255Z|5b267bf6-45ae-40a5-86ee-46a1aa808d16|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 539c643d-8693-4706-9df4-c5e9253dc187 ASDC
2021-09-23T10:52:47.255Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:fcd5fe76-07cf-4866-9e8f-4e7811e7ea81
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:539c643d-8693-4706-9df4-c5e9253dc187
ServiceInvariantUUID:54b09768-9582-4d69-a4bf-c40f1d9c63eb
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:f38bbbb8-753c-4bf6-8133-fa4307eb7e74
ArtifactChecksum:MmRhMWMwMTRhZjRmOGM4NGEzNWE1OTdlYmY1MGNhOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1636bf57-849f-4966-9910-878655df4841
ResourceInvariantUUID:87b5d154-1e18-4067-9216-ef77e155d610
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d610a91d-3f6a-43a3-82b5-d2dc9597a646
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:6d194488-bcb6-40ab-93fd-d868ce94ae23
ArtifactChecksum:ZWM4ZWMwN2E1NDFhZTQ2NzQ5N2UzYTJiODE3Zjk5ZDg=
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:1b6200a4-1797-46ad-aa9f-674f6e45cb14
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:cf4d143e-3478-4f17-aa19-b8380f521a75
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:cf4d143e-3478-4f17-aa19-b8380f521a75
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-23T10:52:47.255Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 539c643d-8693-4706-9df4-c5e9253dc187 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-23T10:52:47.288Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:52:47.289Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:52:47.289Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:52:47.289Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f38bbbb8-753c-4bf6-8133-fa4307eb7e74 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-23T10:52:47.289Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:52:47.289Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-23T10:52:47.629Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:52:47.636Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f38bbbb8-753c-4bf6-8133-fa4307eb7e74 78611
2021-09-23T10:52:47.636Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-23T10:52:47.636Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-23T10:52:47.637Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:52:47.637Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:47.638Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:47.639Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394367636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:52:47.739Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:47.739Z||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-23T10:52:47.739Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:47.751Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:47.751Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:48.639Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:52:48.640Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:52:48.640Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f38bbbb8-753c-4bf6-8133-fa4307eb7e74, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T10:52:48.640Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-23T10:52:48.641Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T10:52:48.641Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T10:52:48.752Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13035308536260258794/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-23T10:52:49.626Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T10:52:49.626Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||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-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||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-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||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-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:49.627Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T10:52:49.628Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-23T10:52:49.628Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:52:49.628Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:49.628Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:49.628Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T10:52:49.628Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-23T10:52:49.628Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:52:49.628Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:49.628Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:49.628Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:49.629Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-23T10:52:49.629Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-23T10:52:49.629Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-23T10:52:49.629Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-23T10:52:49.629Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-23T10:52:49.629Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T10:52:49.629Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:49.629Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:52:49.629Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:49.629Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T10:52:49.629Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:52:49.630Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:49.630Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T10:52:49.630Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:52:49.630Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:49.630Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T10:52:49.630Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:52:49.630Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:49.630Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-23T10:52:49.630Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-23T10:52:49.630Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-23T10:52:49.630Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cca8035f-db63-482e-a511-41c7d9537473
2021-09-23T10:52:49.631Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:49.631Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:49.631Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:49.631Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:49.631Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:49.631Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:49.631Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:49.631Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:49.631Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:539c643d-8693-4706-9df4-c5e9253dc187
Model Version:NULL
Model InvariantUuid:54b09768-9582-4d69-a4bf-c40f1d9c63eb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:46e066b8-63f2-43c4-b01d-748f90a9594f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:87b5d154-1e18-4067-9216-ef77e155d610
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1636bf57-849f-4966-9910-878655df4841
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:07a6e74c-ea3c-4e5b-9a1a-7dc0322a55f0
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b59f31ab-ae92-47d8-beeb-d46443abfb48
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cca8035f-db63-482e-a511-41c7d9537473
ModelInvariantUuid:e5dc1573-626e-49c1-9707-12ddd7583bf7
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:ae33b949-1119-43ac-acc0-1d0474535fe4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4d3755c9-4647-4b2a-a32d-d0139f6a482f
ModelInvariantUuid:2eb04347-5528-4105-8069-3a7264a559a2
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:16915f28-694d-4da0-87f1-9e7478681414
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-23T10:52:49.637Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d610a91d-3f6a-43a3-82b5-d2dc9597a646
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-23T10:52:49.640Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2021-09-23T10:52:49.640Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d610a91d-3f6a-43a3-82b5-d2dc9597a646
2021-09-23T10:52:49.640Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6d194488-bcb6-40ab-93fd-d868ce94ae23 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-23T10:52:49.640Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:52:49.641Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-23T10:52:49.810Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:52:49.810Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 6d194488-bcb6-40ab-93fd-d868ce94ae23 792
2021-09-23T10:52:49.811Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-23T10:52:49.811Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-23T10:52:49.811Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:52:49.811Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:49.814Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:49.814Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394369811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:52:49.914Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:49.914Z||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-23T10:52:49.914Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:49.923Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:49.923Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:50.814Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "07a6e74c-ea3c-4e5b-9a1a-7dc0322a55f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b59f31ab-ae92-47d8-beeb-d46443abfb48",
    "vfModuleModelCustomizationUUID": "7933f321-fdc4-473a-a506-37a97a5ce099",
    "isBase": true,
    "artifacts": [
      "1b6200a4-1797-46ad-aa9f-674f6e45cb14",
      "cf4d143e-3478-4f17-aa19-b8380f521a75"
    ],
    "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-23T10:52:50.818Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b59f31ab-ae92-47d8-beeb-d46443abfb48
VfModuleModelInvariantUUID:07a6e74c-ea3c-4e5b-9a1a-7dc0322a55f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b6200a4-1797-46ad-aa9f-674f6e45cb14
,
cf4d143e-3478-4f17-aa19-b8380f521a75

}
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-23T10:52:50.819Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "07a6e74c-ea3c-4e5b-9a1a-7dc0322a55f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b59f31ab-ae92-47d8-beeb-d46443abfb48",
    "vfModuleModelCustomizationUUID": "7933f321-fdc4-473a-a506-37a97a5ce099",
    "isBase": true,
    "artifacts": [
      "1b6200a4-1797-46ad-aa9f-674f6e45cb14",
      "cf4d143e-3478-4f17-aa19-b8380f521a75"
    ],
    "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-23T10:52:50.820Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b59f31ab-ae92-47d8-beeb-d46443abfb48
VfModuleModelInvariantUUID:07a6e74c-ea3c-4e5b-9a1a-7dc0322a55f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b6200a4-1797-46ad-aa9f-674f6e45cb14
,
cf4d143e-3478-4f17-aa19-b8380f521a75

}
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-23T10:52:50.820Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1b6200a4-1797-46ad-aa9f-674f6e45cb14 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-23T10:52:50.820Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:52:50.820Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-23T10:52:52.388Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:52:52.388Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1b6200a4-1797-46ad-aa9f-674f6e45cb14 5033
2021-09-23T10:52:52.388Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-23T10:52:52.389Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-23T10:52:52.389Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:52:52.389Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:52.392Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:52.392Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394372388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:52:52.492Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:52.492Z||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-23T10:52:52.493Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:52.503Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:52.503Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:53.393Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cf4d143e-3478-4f17-aa19-b8380f521a75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-23T10:52:53.393Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:52:53.393Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-23T10:52:55.394Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:52:55.394Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env cf4d143e-3478-4f17-aa19-b8380f521a75 903
2021-09-23T10:52:55.395Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-23T10:52:55.395Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-23T10:52:55.395Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:52:55.395Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:55.397Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:55.397Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394375395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:52:55.497Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:55.498Z||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-23T10:52:55.498Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:55.508Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:55.509Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:56.397Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 539c643d-8693-4706-9df4-c5e9253dc187
2021-09-23T10:52:56.398Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d610a91d-3f6a-43a3-82b5-d2dc9597a646 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-23T10:52:56.412Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f0c9d66, org.onap.sdc.toscaparser.api.parameters.Input@6c9490ee, org.onap.sdc.toscaparser.api.parameters.Input@3a5ca831, org.onap.sdc.toscaparser.api.parameters.Input@7632cb26, org.onap.sdc.toscaparser.api.parameters.Input@2d0e8f2b]
2021-09-23T10:52:56.414Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.414Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:56.414Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-23T10:52:56.415Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1636bf57-849f-4966-9910-878655df4841
2021-09-23T10:52:56.415Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1636bf57-849f-4966-9910-878655df4841 matches Tosca VF Customization UUID: 1636bf57-849f-4966-9910-878655df4841
2021-09-23T10:52:56.415Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1636bf57-849f-4966-9910-878655df4841  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-23T10:52:56.417Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.417Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:56.417Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1636bf57-849f-4966-9910-878655df4841: {\"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-23T10:52:56.417Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a1cdfb0
2021-09-23T10:52:56.418Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.418Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:52:56.418Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7933f321-fdc4-473a-a506-37a97a5ce099
2021-09-23T10:52:56.418Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7933f321-fdc4-473a-a506-37a97a5ce099
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-23T10:52:56.420Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.420Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T10:52:56.420Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:52:56.420Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.420Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T10:52:56.420Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:52:56.421Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.421Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-23T10:52:56.421Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-23T10:52:56.421Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-23T10:52:56.421Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cca8035f-db63-482e-a511-41c7d9537473
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-23T10:52:56.423Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.423Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T10:52:56.423Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:52:56.423Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.423Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-23T10:52:56.423Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1636bf57-849f-4966-9910-878655df4841
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-23T10:52:56.425Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.425Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:56.425Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 539c643d-8693-4706-9df4-c5e9253dc187: basic_vm_macro
2021-09-23T10:52:56.425Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.426Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:56.426Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.426Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:56.426Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.426Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:56.426Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.426Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:56.426Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:52:56.426Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:52:56.426Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||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-23T10:52:56.509Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d610a91d-3f6a-43a3-82b5-d2dc9597a646 1 ASDC deployResourceStructure
2021-09-23T10:52:56.509Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-23T10:52:56.509Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-23T10:52:56.510Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:52:56.510Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:56.511Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:56.511Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394376509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:52:56.611Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:56.612Z||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-23T10:52:56.612Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:56.623Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:56.623Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:57.142Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:52:57.142Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|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-23T10:52:57.143Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:57.166Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:57.166Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:52:57.166Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394247350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:52:57.167Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:52:57.511Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-23T10:52:57.512Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-23T10:52:57.512Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:52:57.512Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:57.514Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:57.514Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394377511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T10:52:57.614Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:57.615Z||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-23T10:52:57.615Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:57.625Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:57.626Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:58.515Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-23T10:52:58.515Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-23T10:52:58.516Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:52:58.516Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:58.519Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:58.519Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394378515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-23T10:52:58.619Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:58.620Z||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-23T10:52:58.620Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:58.631Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:58.631Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:52:59.520Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-23T10:52:59.521Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-23T10:52:59.521Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:52:59.521Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:52:59.523Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:52:59.523Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394379520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:52:59.623Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:52:59.624Z||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-23T10:52:59.624Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:52:59.634Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:52:59.634Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:53:00.524Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcd5fe76-07cf-4866-9e8f-4e7811e7ea81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:53:00.535Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcd5fe76-07cf-4866-9e8f-4e7811e7ea81
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-23T10:53:00.537Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:53:00.538Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:53:00.538Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:53:30.538Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcd5fe76-07cf-4866-9e8f-4e7811e7ea81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:53:30.551Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcd5fe76-07cf-4866-9e8f-4e7811e7ea81
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-23T10:53:30.554Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:53:30.554Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:53:30.554Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:53:57.142Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:53:57.143Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|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-23T10:53:57.143Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:53:57.169Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:53:57.170Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "cds",
  "timestamp": 1632394248297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394254083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "dcae-sch",
  "timestamp": 1632394249009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394247350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.171Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394254083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "dcae-sch",
  "timestamp": 1632394249009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "cds",
  "timestamp": 1632394248297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394247350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "dcae-sch",
  "timestamp": 1632394249009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394254083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.172Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "cds",
  "timestamp": 1632394248297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394247350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "cds",
  "timestamp": 1632394248297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "dcae-sch",
  "timestamp": 1632394249009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394254083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "policy-id",
  "timestamp": 1632394260411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.173Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394247350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "cds",
  "timestamp": 1632394248297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "dcae-sch",
  "timestamp": 1632394249009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394254083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "policy-id",
  "timestamp": 1632394260411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394247350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.174Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "cds",
  "timestamp": 1632394248297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "dcae-sch",
  "timestamp": 1632394249009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394254083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "policy-id",
  "timestamp": 1632394260411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394247350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "dcae-sch",
  "timestamp": 1632394249009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.175Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "cds",
  "timestamp": 1632394248297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394254083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "policy-id",
  "timestamp": 1632394260411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394247350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "cds",
  "timestamp": 1632394248297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "dcae-sch",
  "timestamp": 1632394249009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.176Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.177Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.177Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394254083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.177Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.177Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.177Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "clamp",
  "timestamp": 1632394264190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.177Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.177Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.177Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "policy-id",
  "timestamp": 1632394260411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.177Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.177Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.177Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394264520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394265530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "cds",
  "timestamp": 1632394265595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "clamp",
  "timestamp": 1632394264190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "policy-id",
  "timestamp": 1632394260411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394264520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.178Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.179Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "clamp",
  "timestamp": 1632394264190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.179Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.179Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.179Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "policy-id",
  "timestamp": 1632394260411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.179Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.179Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.179Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394264520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.179Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.179Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.179Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "cds",
  "timestamp": 1632394267530,
  "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=?
2021-09-23T10:53:57.187Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fcd5fe76-07cf-4866-9e8f-4e7811e7ea81
2021-09-23T10:53:57.187Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcd5fe76-07cf-4866-9e8f-4e7811e7ea81 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-23T10:53:57.196Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.196Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394267579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:53:57.197Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.197Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.197Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "clamp",
  "timestamp": 1632394264190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.197Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.197Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.197Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "policy-id",
  "timestamp": 1632394260411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.197Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.197Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.197Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394264520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.197Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.197Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.197Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394268582,
  "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-23T10:53:57.203Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fcd5fe76-07cf-4866-9e8f-4e7811e7ea81
2021-09-23T10:53:57.203Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcd5fe76-07cf-4866-9e8f-4e7811e7ea81 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-23T10:53:57.213Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.213Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "clamp",
  "timestamp": 1632394264190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394264520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "policy-id",
  "timestamp": 1632394269225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "clamp",
  "timestamp": 1632394264190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394264520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.214Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.215Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "policy-id",
  "timestamp": 1632394270228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:53:57.215Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.215Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.215Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "aai-ml",
  "timestamp": 1632394270019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.215Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.215Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.215Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "clamp",
  "timestamp": 1632394264190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.215Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.215Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.215Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394264520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.215Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.215Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.215Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "policy-id",
  "timestamp": 1632394271231,
  "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-23T10:53:57.220Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fcd5fe76-07cf-4866-9e8f-4e7811e7ea81
2021-09-23T10:53:57.221Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcd5fe76-07cf-4866-9e8f-4e7811e7ea81 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-23T10:53:57.230Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.231Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "aai-ml",
  "timestamp": 1632394270019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.231Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.231Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.231Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "clamp",
  "timestamp": 1632394264190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.231Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.231Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.232Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394264520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.232Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.232Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.232Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "aai-ml",
  "timestamp": 1632394270019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.232Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.232Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.232Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "aai-ml",
  "timestamp": 1632394270019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.233Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.233Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.233Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "aai-ml",
  "timestamp": 1632394270019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.233Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.233Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.233Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394274950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:53:57.233Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.233Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.234Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "aai-ml",
  "timestamp": 1632394270019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.234Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.234Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.234Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394276573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:53:57.234Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.234Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.234Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "aai-ml",
  "timestamp": 1632394270019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.234Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.235Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.235Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "aai-ml",
  "timestamp": 1632394270019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.235Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.235Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.235Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394278170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:53:57.235Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.235Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.235Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "clamp",
  "timestamp": 1632394278612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:53:57.236Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.236Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.236Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394279191,
  "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-23T10:53:57.241Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fcd5fe76-07cf-4866-9e8f-4e7811e7ea81
2021-09-23T10:53:57.241Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcd5fe76-07cf-4866-9e8f-4e7811e7ea81 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-23T10:53:57.248Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.249Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "aai-ml",
  "timestamp": 1632394279285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:53:57.249Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.249Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.249Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394280195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:53:57.249Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.249Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.249Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "clamp",
  "timestamp": 1632394281615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:53:57.249Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.249Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.249Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "clamp",
  "timestamp": 1632394282617,
  "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-23T10:53:57.255Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fcd5fe76-07cf-4866-9e8f-4e7811e7ea81
2021-09-23T10:53:57.255Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcd5fe76-07cf-4866-9e8f-4e7811e7ea81 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-23T10:53:57.264Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.264Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "aai-ml",
  "timestamp": 1632394285116,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:53:57.264Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.264Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.264Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "aai-ml",
  "timestamp": 1632394286120,
  "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-23T10:53:57.277Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fcd5fe76-07cf-4866-9e8f-4e7811e7ea81
2021-09-23T10:53:57.277Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcd5fe76-07cf-4866-9e8f-4e7811e7ea81 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-23T10:53:57.286Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.286Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5077b9df-6c77-4766-aae6-30687c44960c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394299389,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:53:57.286Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:53:57.286Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.286Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.286Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.286Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.286Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.286Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.287Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.287Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.287Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.287Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.287Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.287Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.287Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.287Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.287Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.287Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.287Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.287Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.288Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.288Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:53:57.288Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.288Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.288Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:53:57.288Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:53:57.288Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-23T10:53:57.288Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394315299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:53:57.288Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:00.554Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcd5fe76-07cf-4866-9e8f-4e7811e7ea81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:54:00.564Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcd5fe76-07cf-4866-9e8f-4e7811e7ea81
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-23T10:54:00.568Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:54:00.568Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T10:54:00.568Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T10:54:00.568Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T10:54:00.568Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:54:00.568Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:54:00.569Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:54:00.569Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:54:00.569Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:54:00.569Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:54:00.569Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:54:00.573Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T10:54:30.573Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fcd5fe76-07cf-4866-9e8f-4e7811e7ea81 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-23T10:54:30.579Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fcd5fe76-07cf-4866-9e8f-4e7811e7ea81 and serviceModelVersionId: 539c643d-8693-4706-9df4-c5e9253dc187
2021-09-23T10:54:30.579Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54b09768-9582-4d69-a4bf-c40f1d9c63eb
2021-09-23T10:54:30.580Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54b09768-9582-4d69-a4bf-c40f1d9c63eb/model-vers/model-ver/539c643d-8693-4706-9df4-c5e9253dc187?depth=0
2021-09-23T10:54:30.585Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T10:54:30.624Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54b09768-9582-4d69-a4bf-c40f1d9c63eb/model-vers/model-ver/539c643d-8693-4706-9df4-c5e9253dc187?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-23T10:54:30.625Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54b09768-9582-4d69-a4bf-c40f1d9c63eb/model-vers/model-ver/539c643d-8693-4706-9df4-c5e9253dc187?depth=0|INFO|500||Invoke
2021-09-23T10:54:30.647Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54b09768-9582-4d69-a4bf-c40f1d9c63eb/model-vers/model-ver/539c643d-8693-4706-9df4-c5e9253dc187?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T10:54:31.350Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54b09768-9582-4d69-a4bf-c40f1d9c63eb/model-vers/model-ver/539c643d-8693-4706-9df4-c5e9253dc187?depth=0|INFO|500||InvokeReturn
2021-09-23T10:54:31.351Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/54b09768-9582-4d69-a4bf-c40f1d9c63eb/model-vers/model-ver/539c643d-8693-4706-9df4-c5e9253dc187?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210923-10:54:30:654-51664], vertex-id=[471064], Content-Length=[0], Date=[Thu, 23 Sep 2021 10:54:30 GMT], Content-Type=[application/json]}
2021-09-23T10:54:31.351Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-23T10:54:31.351Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T10:54:31.352Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||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-23T10:54:31.356Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T10:54:31.356Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fcd5fe76-07cf-4866-9e8f-4e7811e7ea81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T10:54:31.357Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T10:54:31.357Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:31.359Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:31.359Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394471357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:54:31.459Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:31.460Z||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-23T10:54:31.460Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:31.475Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:31.475Z||pool-84-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-23T10:54:32.370Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:54:32.370Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:54:32.371Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:36.678Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:36.679Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T10:54:36.679Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"cbef3199-34c7-4552-b31e-779ab38c0dbe","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f76c680a-f193-4aa7-8fd4-e2b6b2c03f22","serviceDescription":"service","serviceInvariantUUID":"0e7fc892-ea31-4dbe-9367-c321fdf1ff79","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70b9c79a-f714-47bd-8aa1-775b1039bd54","resourceInvariantUUID":"27483c52-f36f-4df8-81e0-daf5271d43d7","resourceCustomizationUUID":"aa69fbcd-e109-402b-aa77-56fac54c15f1","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":"NjlhZDZlMjFhMWU2ZmUyYTI1NzRhNGM0MWQyNGQ5Yjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74ac57e9-02c2-4f07-87fe-8826094b235c","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":"90ad409d-917d-4ebd-9e2c-3cc83bbaf98f","artifactVersion":"2","generatedFromUUID":"8730db97-2464-4555-9865-9ed678d649ed"},{"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":"8730db97-2464-4555-9865-9ed678d649ed","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":"OWZmMTU4NTk1MmRiMDU4MjJjZDZlZDdlZDU0YTllYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8975ee8f-4c03-4243-819f-9c023998fa94","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":"acad7c0a-095c-4ccb-9104-be3b326b2b2c","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":"dc14e2fb-d160-4575-9dde-098644a0f043","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":"50c39291-e85e-4de0-a9ce-5c62b26d6b05","artifactVersion":"2","generatedFromUUID":"acad7c0a-095c-4ccb-9104-be3b326b2b2c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTBmNmE1MTE4NTY4MWM0MzBjNjU1OGY5YTM5NTE3OGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c2881a8f-74cb-4587-bba9-7cdfe8dd6347","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzYxYTk3MmJkODY5NjcwNzBiYzcwYzc0MmZkZmM5ZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c77775d-e74d-4ce6-aaca-5c597609d90c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T10:54:36.682Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:54:36.682Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:36.685Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:36.685Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:54:36.785Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:36.786Z||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-23T10:54:36.786Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:36.797Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:36.798Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:37.685Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:54:37.686Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:37.688Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:37.688Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-23T10:54:37.789Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T10:54:37.789Z||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-23T10:54:37.789Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:37.800Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:37.801Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:38.689Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:54:38.690Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:38.691Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:38.691Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-23T10:54:38.792Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:38.793Z||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-23T10:54:38.793Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:38.804Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:38.804Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:39.692Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:54:39.692Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:39.694Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:39.694Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:54:39.794Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:39.795Z||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-23T10:54:39.795Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:39.806Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:39.807Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:40.695Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:54:40.695Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:40.697Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:40.697Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:54:40.797Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:40.798Z||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-23T10:54:40.798Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:40.806Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:40.806Z||pool-89-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:41.698Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:54:41.698Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:41.700Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:41.700Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:54:41.800Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:41.801Z||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-23T10:54:41.801Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:41.811Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:41.812Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:42.701Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:54:42.701Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:42.703Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:42.703Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-23T10:54:42.804Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:42.805Z||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-23T10:54:42.805Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:42.814Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:42.814Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:43.704Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:54:43.705Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:43.707Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:43.707Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:54:43.807Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:43.808Z||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-23T10:54:43.808Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:43.818Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:43.819Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:44.707Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:54:44.708Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:44.709Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:44.709Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:54:44.809Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:44.810Z||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-23T10:54:44.810Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:44.820Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:44.820Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:45.711Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f76c680a-f193-4aa7-8fd4-e2b6b2c03f22",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0e7fc892-ea31-4dbe-9367-c321fdf1ff79",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "aa69fbcd-e109-402b-aa77-56fac54c15f1",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "70b9c79a-f714-47bd-8aa1-775b1039bd54",
      "resourceInvariantUUID": "27483c52-f36f-4df8-81e0-daf5271d43d7",
      "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": "90ad409d-917d-4ebd-9e2c-3cc83bbaf98f",
          "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": "8730db97-2464-4555-9865-9ed678d649ed",
          "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": "OWZmMTU4NTk1MmRiMDU4MjJjZDZlZDdlZDU0YTllYjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8975ee8f-4c03-4243-819f-9c023998fa94",
          "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": "acad7c0a-095c-4ccb-9104-be3b326b2b2c",
          "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": "50c39291-e85e-4de0-a9ce-5c62b26d6b05",
            "generatedFromUUID": "acad7c0a-095c-4ccb-9104-be3b326b2b2c"
          },
          "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": "50c39291-e85e-4de0-a9ce-5c62b26d6b05",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YzYxYTk3MmJkODY5NjcwNzBiYzcwYzc0MmZkZmM5ZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9c77775d-e74d-4ce6-aaca-5c597609d90c"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T10:54:45.711Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T10:54:45.711Z|fcd5fe76-07cf-4866-9e8f-4e7811e7ea81|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f76c680a-f193-4aa7-8fd4-e2b6b2c03f22 ASDC
2021-09-23T10:54:45.712Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cbef3199-34c7-4552-b31e-779ab38c0dbe
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f76c680a-f193-4aa7-8fd4-e2b6b2c03f22
ServiceInvariantUUID:0e7fc892-ea31-4dbe-9367-c321fdf1ff79
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:9c77775d-e74d-4ce6-aaca-5c597609d90c
ArtifactChecksum:YzYxYTk3MmJkODY5NjcwNzBiYzcwYzc0MmZkZmM5ZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:aa69fbcd-e109-402b-aa77-56fac54c15f1
ResourceInvariantUUID:27483c52-f36f-4df8-81e0-daf5271d43d7
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:70b9c79a-f714-47bd-8aa1-775b1039bd54
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:90ad409d-917d-4ebd-9e2c-3cc83bbaf98f
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:8730db97-2464-4555-9865-9ed678d649ed
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:8975ee8f-4c03-4243-819f-9c023998fa94
ArtifactChecksum:OWZmMTU4NTk1MmRiMDU4MjJjZDZlZDdlZDU0YTllYjM=
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:acad7c0a-095c-4ccb-9104-be3b326b2b2c
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:50c39291-e85e-4de0-a9ce-5c62b26d6b05
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:50c39291-e85e-4de0-a9ce-5c62b26d6b05
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-23T10:54:45.712Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f76c680a-f193-4aa7-8fd4-e2b6b2c03f22 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-23T10:54:45.743Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:54:45.743Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:54:45.744Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:54:45.744Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9c77775d-e74d-4ce6-aaca-5c597609d90c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-23T10:54:45.744Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:54:45.744Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-23T10:54:45.913Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:54:45.917Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9c77775d-e74d-4ce6-aaca-5c597609d90c 68765
2021-09-23T10:54:45.918Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:45.918Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:45.918Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:54:45.918Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:45.920Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:45.920Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394485918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:54:46.020Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:46.021Z||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-23T10:54:46.021Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:46.032Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:46.032Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:46.920Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:54:46.921Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:54:46.921Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9c77775d-e74d-4ce6-aaca-5c597609d90c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-23T10:54:46.922Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-23T10:54:46.922Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-23T10:54:46.922Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-23T10:54:47.059Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10821628576280858367/Definitions/service-BasicCnf-template.yml
2021-09-23T10:54:47.948Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T10:54:47.948Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-23T10:54:47.948Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-23T10:54:47.948Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-23T10:54:47.948Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:47.948Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:47.948Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-23T10:54:47.948Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:47.948Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-23T10:54:47.949Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:47.949Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:47.949Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T10:54:47.949Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-23T10:54:47.949Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:54:47.949Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:47.949Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:47.949Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T10:54:47.949Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-23T10:54:47.949Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:54:47.949Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:47.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:47.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:47.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-23T10:54:47.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-23T10:54:47.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-23T10:54:47.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-23T10:54:47.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:47.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:54:47.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:47.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T10:54:47.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:54:47.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:47.951Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T10:54:47.951Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:54:47.951Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:47.951Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T10:54:47.951Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:54:47.951Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:47.951Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-23T10:54:47.951Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-23T10:54:47.951Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=af0905fb-c2ed-487a-9306-77b00b79e829
2021-09-23T10:54:47.951Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:47.951Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:47.952Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:47.952Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:47.952Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:47.952Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:47.952Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:47.952Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:47.952Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f76c680a-f193-4aa7-8fd4-e2b6b2c03f22
Model Version:NULL
Model InvariantUuid:0e7fc892-ea31-4dbe-9367-c321fdf1ff79
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:689864b2-e17c-4f6c-a4a1-e8d791ea039d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:27483c52-f36f-4df8-81e0-daf5271d43d7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aa69fbcd-e109-402b-aa77-56fac54c15f1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7fca492b-f888-4b17-b802-e0c6dab52b4f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:b060638b-eba7-484b-872b-9fcd1e2a4435
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:af0905fb-c2ed-487a-9306-77b00b79e829
ModelInvariantUuid:1892efaa-b333-4787-bc0c-79096f38f6b6
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:c0a38eed-7a79-4c17-bdcd-8afbd994cac5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:fd4d9cea-8ee8-4d7f-90a0-80de71df9ef2
ModelInvariantUuid:a41d9f5e-9c9b-4568-86f5-38b0421955d0
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:0052d07a-d65c-4650-b4db-164be700120f
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-23T10:54:47.959Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 70b9c79a-f714-47bd-8aa1-775b1039bd54
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-23T10:54:47.961Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||basic_cnf 0
2021-09-23T10:54:47.961Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70b9c79a-f714-47bd-8aa1-775b1039bd54
2021-09-23T10:54:47.961Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 90ad409d-917d-4ebd-9e2c-3cc83bbaf98f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-23T10:54:47.962Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:54:47.962Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:48.121Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:54:48.122Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 90ad409d-917d-4ebd-9e2c-3cc83bbaf98f 12
2021-09-23T10:54:48.122Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:48.123Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:48.123Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:54:48.123Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:48.125Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:48.125Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394488122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:54:48.225Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:48.226Z||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-23T10:54:48.226Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:48.237Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:48.237Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:54:49.125Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8730db97-2464-4555-9865-9ed678d649ed from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-23T10:54:49.126Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:54:49.126Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:49.288Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:54:49.288Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8730db97-2464-4555-9865-9ed678d649ed 2688
2021-09-23T10:54:49.288Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:49.289Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:49.289Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:54:49.289Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:49.291Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:49.291Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394489288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:54:49.391Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:49.392Z||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-23T10:54:49.392Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:49.402Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:49.402Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:50.294Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8975ee8f-4c03-4243-819f-9c023998fa94 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-23T10:54:50.294Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:54:50.295Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:51.946Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:54:51.946Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8975ee8f-4c03-4243-819f-9c023998fa94 828
2021-09-23T10:54:51.947Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:51.947Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:51.947Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:54:51.947Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:51.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:51.950Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394491947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:54:52.050Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T10:54:52.051Z||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-23T10:54:52.051Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:52.059Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:52.060Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:52.951Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7fca492b-f888-4b17-b802-e0c6dab52b4f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b060638b-eba7-484b-872b-9fcd1e2a4435",
    "vfModuleModelCustomizationUUID": "66ff6a2a-b819-4d54-aa7d-616b0b52d12a",
    "isBase": true,
    "artifacts": [
      "acad7c0a-095c-4ccb-9104-be3b326b2b2c",
      "8730db97-2464-4555-9865-9ed678d649ed",
      "50c39291-e85e-4de0-a9ce-5c62b26d6b05"
    ],
    "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-23T10:54:52.954Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b060638b-eba7-484b-872b-9fcd1e2a4435
VfModuleModelInvariantUUID:7fca492b-f888-4b17-b802-e0c6dab52b4f
VfModuleModelDescription:NULL
Artifacts UUID List:{
acad7c0a-095c-4ccb-9104-be3b326b2b2c
,
8730db97-2464-4555-9865-9ed678d649ed
,
50c39291-e85e-4de0-a9ce-5c62b26d6b05

}
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-23T10:54:52.957Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7fca492b-f888-4b17-b802-e0c6dab52b4f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b060638b-eba7-484b-872b-9fcd1e2a4435",
    "vfModuleModelCustomizationUUID": "66ff6a2a-b819-4d54-aa7d-616b0b52d12a",
    "isBase": true,
    "artifacts": [
      "acad7c0a-095c-4ccb-9104-be3b326b2b2c",
      "8730db97-2464-4555-9865-9ed678d649ed",
      "50c39291-e85e-4de0-a9ce-5c62b26d6b05"
    ],
    "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-23T10:54:52.957Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b060638b-eba7-484b-872b-9fcd1e2a4435
VfModuleModelInvariantUUID:7fca492b-f888-4b17-b802-e0c6dab52b4f
VfModuleModelDescription:NULL
Artifacts UUID List:{
acad7c0a-095c-4ccb-9104-be3b326b2b2c
,
8730db97-2464-4555-9865-9ed678d649ed
,
50c39291-e85e-4de0-a9ce-5c62b26d6b05

}
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-23T10:54:52.957Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: acad7c0a-095c-4ccb-9104-be3b326b2b2c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-23T10:54:52.957Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:54:52.957Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:55.087Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:54:55.088Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml acad7c0a-095c-4ccb-9104-be3b326b2b2c 1164
2021-09-23T10:54:55.088Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:55.088Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:55.088Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:54:55.088Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:55.090Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:55.090Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394495088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:54:55.190Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:55.191Z||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-23T10:54:55.191Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:55.201Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:55.201Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:56.090Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 50c39291-e85e-4de0-a9ce-5c62b26d6b05 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-23T10:54:56.091Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:54:56.091Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:57.073Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:54:57.073Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 50c39291-e85e-4de0-a9ce-5c62b26d6b05 200
2021-09-23T10:54:57.073Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:57.074Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:57.074Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:54:57.074Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:57.076Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:57.076Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394497073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:54:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:54:57.142Z||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-23T10:54:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:57.163Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:57.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394317870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:54:57.164Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:57.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394320249,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:54:57.164Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394322791,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394323890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394324892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394325897,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394326902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b267bf6-45ae-40a5-86ee-46a1aa808d16",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394358212,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:54:57.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:54:57.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:54:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:54:57.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:54:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394300407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:54:57.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:54:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394367636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:54:57.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394369811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:54:57.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:57.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394372388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:54:57.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:57.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394375395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:54:57.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:57.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:54:57.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394376509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:54:57.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:54:57.176Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:57.177Z||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-23T10:54:57.177Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:57.187Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:57.188Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:58.076Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f76c680a-f193-4aa7-8fd4-e2b6b2c03f22
2021-09-23T10:54:58.077Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 70b9c79a-f714-47bd-8aa1-775b1039bd54 ASDC
2021-09-23T10:54:58.088Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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 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-23T10:54:58.097Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f7d2dc7, org.onap.sdc.toscaparser.api.parameters.Input@3017d6a7, org.onap.sdc.toscaparser.api.parameters.Input@401d52d3, org.onap.sdc.toscaparser.api.parameters.Input@5c66c516, org.onap.sdc.toscaparser.api.parameters.Input@4a63c848]
2021-09-23T10:54:58.098Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.098Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:58.098Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-23T10:54:58.098Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= aa69fbcd-e109-402b-aa77-56fac54c15f1
2021-09-23T10:54:58.098Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa69fbcd-e109-402b-aa77-56fac54c15f1 matches Tosca VF Customization UUID: aa69fbcd-e109-402b-aa77-56fac54c15f1
2021-09-23T10:54:58.098Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: aa69fbcd-e109-402b-aa77-56fac54c15f1  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-23T10:54:58.100Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.100Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:58.101Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id aa69fbcd-e109-402b-aa77-56fac54c15f1: {\"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-23T10:54:58.101Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4cae273
2021-09-23T10:54:58.101Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.101Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-23T10:54:58.101Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 66ff6a2a-b819-4d54-aa7d-616b0b52d12a
2021-09-23T10:54:58.102Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 66ff6a2a-b819-4d54-aa7d-616b0b52d12a
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-23T10:54:58.103Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.103Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T10:54:58.103Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:54:58.104Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.104Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T10:54:58.104Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:54:58.104Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.104Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-23T10:54:58.105Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-23T10:54:58.105Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=af0905fb-c2ed-487a-9306-77b00b79e829
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-23T10:54:58.107Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.107Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T10:54:58.107Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-23T10:54:58.107Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.107Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-23T10:54:58.108Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=aa69fbcd-e109-402b-aa77-56fac54c15f1
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-23T10:54:58.110Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.110Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:58.110Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f76c680a-f193-4aa7-8fd4-e2b6b2c03f22: basic_cnf
2021-09-23T10:54:58.110Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.110Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:58.111Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.111Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:58.111Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.111Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:58.111Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.111Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:58.111Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:54:58.111Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:54:58.112Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:58.175Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 70b9c79a-f714-47bd-8aa1-775b1039bd54 1 ASDC deployResourceStructure
2021-09-23T10:54:58.176Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:58.176Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:58.177Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-23T10:54:58.177Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:58.179Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:58.179Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394498176,
  "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-23T10:54:58.279Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:58.280Z||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-23T10:54:58.280Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:58.292Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:58.293Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:54:59.180Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:59.181Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:54:59.181Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-23T10:54:59.181Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:54:59.182Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:54:59.182Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394499180,
  "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-23T10:54:59.282Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:54:59.283Z||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-23T10:54:59.283Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:54:59.296Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:54:59.296Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:55:00.183Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:55:00.183Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:55:00.184Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:55:00.184Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:55:00.186Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:55:00.186Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394500183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:55:00.286Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:55:00.287Z||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-23T10:55:00.287Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:55:00.295Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:55:00.295Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:55:01.186Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:55:01.187Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:55:01.187Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:55:01.187Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:55:01.189Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:55:01.189Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394501186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T10:55:01.289Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:55:01.290Z||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-23T10:55:01.290Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:55:01.299Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:55:01.299Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:55:02.189Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:55:02.190Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:55:02.190Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:55:02.191Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:55:02.193Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:55:02.193Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394502189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-23T10:55:02.293Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:55:02.294Z||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-23T10:55:02.294Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:55:02.309Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:55:02.309Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:55:03.193Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:55:03.194Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:55:03.194Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:55:03.194Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:55:03.196Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:55:03.196Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394503193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:55:03.297Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-23T10:55:03.297Z||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-23T10:55:03.298Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:55:03.309Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:55:03.309Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:55:04.197Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:55:04.207Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
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-23T10:55:04.209Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:55:04.209Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:55:04.209Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:55:34.210Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:55:34.221Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
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-23T10:55:34.224Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:55:34.224Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:55:34.224Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:55:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:55:57.143Z||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-23T10:55:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:55:57.168Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:55:57.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:55:57.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394377511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T10:55:57.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:55:57.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:55:57.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394378515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-23T10:55:57.170Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:55:57.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:55:57.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394379520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:55:57.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:04.224Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:56:04.239Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
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-23T10:56:04.241Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:56:04.241Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:56:04.241Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:56:34.242Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:56:34.253Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
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-23T10:56:34.255Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:56:34.255Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:56:34.255Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:56:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:56:57.143Z||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-23T10:56:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:56:57.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:56:57.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394464520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394467350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "policy-id",
  "timestamp": 1632394460411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394464083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1632394469009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394467350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394464520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "policy-id",
  "timestamp": 1632394460411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394464083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1632394469009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394467350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394464520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "policy-id",
  "timestamp": 1632394460411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394464083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fcd5fe76-07cf-4866-9e8f-4e7811e7ea81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394471357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1632394469009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394467350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394464520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "policy-id",
  "timestamp": 1632394460411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394464083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1632394469009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394467350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394464520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "policy-id",
  "timestamp": 1632394460411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394464083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1632394469009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394467350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394464520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "policy-id",
  "timestamp": 1632394460411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "cds",
  "timestamp": 1632394473297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394464083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1632394469009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "clamp",
  "timestamp": 1632394474190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394467350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394464520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "policy-id",
  "timestamp": 1632394460411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "cds",
  "timestamp": 1632394473297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394464083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1632394469009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "clamp",
  "timestamp": 1632394474190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394467350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394464520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "policy-id",
  "timestamp": 1632394460411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "cds",
  "timestamp": 1632394473297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394464083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1632394469009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "clamp",
  "timestamp": 1632394474190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394467350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394464520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "policy-id",
  "timestamp": 1632394460411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "cds",
  "timestamp": 1632394473297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394464083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1632394469009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "clamp",
  "timestamp": 1632394474190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "cds",
  "timestamp": 1632394473297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394478585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "policy-id",
  "timestamp": 1632394478574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394478687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "clamp",
  "timestamp": 1632394474190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "cds",
  "timestamp": 1632394473297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "policy-id",
  "timestamp": 1632394479577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "clamp",
  "timestamp": 1632394474190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "cds",
  "timestamp": 1632394473297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "policy-id",
  "timestamp": 1632394480579,
  "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-23T10:56:57.194Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbef3199-34c7-4552-b31e-779ab38c0dbe
2021-09-23T10:56:57.194Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbef3199-34c7-4552-b31e-779ab38c0dbe 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-23T10:56:57.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "aai-ml",
  "timestamp": 1632394480020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394480731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:56:57.206Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "clamp",
  "timestamp": 1632394474190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "cds",
  "timestamp": 1632394473297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "aai-ml",
  "timestamp": 1632394480020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394481734,
  "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-23T10:56:57.213Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cbef3199-34c7-4552-b31e-779ab38c0dbe
2021-09-23T10:56:57.213Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbef3199-34c7-4552-b31e-779ab38c0dbe 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-23T10:56:57.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "clamp",
  "timestamp": 1632394474190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394481846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "cds",
  "timestamp": 1632394473297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "aai-ml",
  "timestamp": 1632394480020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "clamp",
  "timestamp": 1632394474190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "aai-ml",
  "timestamp": 1632394480020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394484066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "cds",
  "timestamp": 1632394484169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.224Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "aai-ml",
  "timestamp": 1632394480020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394472370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "cds",
  "timestamp": 1632394485174,
  "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-23T10:56:57.229Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cbef3199-34c7-4552-b31e-779ab38c0dbe
2021-09-23T10:56:57.229Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbef3199-34c7-4552-b31e-779ab38c0dbe 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-23T10:56:57.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394485387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "aai-ml",
  "timestamp": 1632394480020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394485918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394486425,
  "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-23T10:56:57.243Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cbef3199-34c7-4552-b31e-779ab38c0dbe
2021-09-23T10:56:57.243Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbef3199-34c7-4552-b31e-779ab38c0dbe 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-23T10:56:57.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "aai-ml",
  "timestamp": 1632394480020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394487427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:56:57.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "aai-ml",
  "timestamp": 1632394480020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:56:57.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394488122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "clamp",
  "timestamp": 1632394488665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "aai-ml",
  "timestamp": 1632394480020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:56:57.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:56:57.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394489288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.253Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "clamp",
  "timestamp": 1632394489679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:56:57.253Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "aai-ml",
  "timestamp": 1632394489904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.253Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "clamp",
  "timestamp": 1632394490681,
  "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-23T10:56:57.258Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cbef3199-34c7-4552-b31e-779ab38c0dbe
2021-09-23T10:56:57.258Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbef3199-34c7-4552-b31e-779ab38c0dbe 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-23T10:56:57.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394491947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:56:57.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:56:57.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394495088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:56:57.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:57:04.256Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:57:04.266Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
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-23T10:57:04.269Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:57:04.269Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:57:04.269Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:57:34.269Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:57:34.281Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
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-23T10:57:34.283Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:57:34.283Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:57:34.283Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:57:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:57:57.142Z||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-23T10:57:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:57:57.167Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:57:57.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:57:57.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394497073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:57:57.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:57:57.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:57:57.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "aai-ml",
  "timestamp": 1632394497702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:57:57.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:57:57.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:57:57.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394498176,
  "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-23T10:57:57.169Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:57:57.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:57:57.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "aai-ml",
  "timestamp": 1632394498704,
  "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-23T10:57:57.176Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cbef3199-34c7-4552-b31e-779ab38c0dbe
2021-09-23T10:57:57.176Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId cbef3199-34c7-4552-b31e-779ab38c0dbe 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-23T10:57:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:57:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394499180,
  "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-23T10:57:57.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:57:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:57:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394500183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-23T10:57:57.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:57:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:57:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394501186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T10:57:57.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:57:57.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:57:57.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394502189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-23T10:57:57.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:57:57.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:57:57.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394503193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:57:57.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:58:04.283Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:58:04.293Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe
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-23T10:58:04.295Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:58:04.295Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T10:58:04.295Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T10:58:04.295Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T10:58:04.295Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:58:04.296Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:58:04.296Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:58:04.296Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:58:04.296Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:58:04.296Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T10:58:04.296Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T10:58:04.301Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T10:58:34.301Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cbef3199-34c7-4552-b31e-779ab38c0dbe 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-23T10:58:34.306Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cbef3199-34c7-4552-b31e-779ab38c0dbe and serviceModelVersionId: f76c680a-f193-4aa7-8fd4-e2b6b2c03f22
2021-09-23T10:58:34.306Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0e7fc892-ea31-4dbe-9367-c321fdf1ff79
2021-09-23T10:58:34.307Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0e7fc892-ea31-4dbe-9367-c321fdf1ff79/model-vers/model-ver/f76c680a-f193-4aa7-8fd4-e2b6b2c03f22?depth=0
2021-09-23T10:58:34.314Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T10:58:34.342Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e7fc892-ea31-4dbe-9367-c321fdf1ff79/model-vers/model-ver/f76c680a-f193-4aa7-8fd4-e2b6b2c03f22?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-23T10:58:34.343Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e7fc892-ea31-4dbe-9367-c321fdf1ff79/model-vers/model-ver/f76c680a-f193-4aa7-8fd4-e2b6b2c03f22?depth=0|INFO|500||Invoke
2021-09-23T10:58:34.365Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e7fc892-ea31-4dbe-9367-c321fdf1ff79/model-vers/model-ver/f76c680a-f193-4aa7-8fd4-e2b6b2c03f22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T10:58:34.790Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e7fc892-ea31-4dbe-9367-c321fdf1ff79/model-vers/model-ver/f76c680a-f193-4aa7-8fd4-e2b6b2c03f22?depth=0|INFO|500||InvokeReturn
2021-09-23T10:58:34.790Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0e7fc892-ea31-4dbe-9367-c321fdf1ff79/model-vers/model-ver/f76c680a-f193-4aa7-8fd4-e2b6b2c03f22?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210923-10:58:34:372-77340], vertex-id=[274624], Content-Length=[0], Date=[Thu, 23 Sep 2021 10:58:34 GMT], Content-Type=[application/json]}
2021-09-23T10:58:34.791Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-23T10:58:34.791Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T10:58:34.791Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||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-23T10:58:34.797Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T10:58:34.798Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cbef3199-34c7-4552-b31e-779ab38c0dbe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T10:58:34.798Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T10:58:34.798Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:58:34.801Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:58:34.801Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394714798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T10:58:34.900Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-23T10:58:34.901Z||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-23T10:58:34.901Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:34.920Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:34.920Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 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-23T10:58:35.816Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:58:35.816Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T10:58:35.816Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:40.118Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:40.119Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-23T10:58:40.119Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5df09596-710a-4bbc-a7f9-e7b212f86f36","serviceDescription":"service","serviceInvariantUUID":"ae69dc81-b996-440d-bcac-46df268bd1f5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"541ee6f0-192b-4655-96c7-2c253da13baa","resourceInvariantUUID":"0f54ed07-a2ca-48c4-9ec9-79074b847286","resourceCustomizationUUID":"002675d3-a11f-4c78-8123-93b15f7c3f45","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":"Mjc1MjcxNDg5MjcwYWVjZGM2NmI2NjljYjViODZhZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66261d69-43c1-4b1f-9da8-4256b991e33c","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":"b17430bd-c790-4480-82b4-193c5ffec09a","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":"4b3bc38d-a58b-45f2-8c31-e7b8a215dd29","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":"OTQ0ZDk1ODQ4MmMxODc0MWY3M2ZmOTg0YjNiZDExMGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7115e464-d031-4857-a919-2bf9296ba5e5","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":"85ec26a0-f1b8-4064-bbe5-e0101e7bf9d3","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":"1b12e51c-5f3c-448b-94ff-6c74c4d31e82","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":"ae634713-4325-457b-8cca-2f5c5dec9120","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":"ODNjMzcxMTFkYjNmNmMxYmRlNGMzMmM0ZmVmODI2ZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8f70555-f6c9-4e04-9886-aa982ebea25d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGVmZDVjOWI5MTdiZTc3MjczYmZlNDFhZGE2MWE2OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15c65885-f82e-4ce6-a988-129e9dd1e864","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-23T10:58:40.121Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:58:40.121Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:58:40.123Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:58:40.123Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:40.223Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:58:40.224Z||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-23T10:58:40.224Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:40.236Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:40.236Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:58:41.123Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:58:41.124Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:58:41.126Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:58:41.126Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:41.226Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:58:41.227Z||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-23T10:58:41.227Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:41.237Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:41.238Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:58:42.127Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:58:42.128Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:58:42.129Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:58:42.129Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:42.230Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:58:42.230Z||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-23T10:58:42.231Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:42.240Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:42.241Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:58:43.130Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:58:43.131Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:58:43.133Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:58:43.133Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:43.234Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:58:43.235Z||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-23T10:58:43.235Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:43.246Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:43.246Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:58:44.134Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:58:44.135Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:58:44.137Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:58:44.137Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:44.238Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:58:44.238Z||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-23T10:58:44.238Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:44.251Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:44.251Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:58:45.137Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:58:45.138Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:58:45.140Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:58:45.140Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:45.240Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:58:45.241Z||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-23T10:58:45.241Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:45.257Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:45.258Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:58:46.140Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:58:46.141Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:58:46.144Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:58:46.144Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:46.244Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:58:46.245Z||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-23T10:58:46.245Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:46.257Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:46.258Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-23T10:58:47.145Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:58:47.146Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:58:47.147Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:58:47.147Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:47.247Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:58:47.248Z||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-23T10:58:47.248Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:47.260Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:47.260Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:58:48.148Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-23T10:58:48.148Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:58:48.150Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:58:48.150Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:58:48.250Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:58:48.251Z||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-23T10:58:48.251Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:48.262Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:48.262Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:58:49.151Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5df09596-710a-4bbc-a7f9-e7b212f86f36",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ae69dc81-b996-440d-bcac-46df268bd1f5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "002675d3-a11f-4c78-8123-93b15f7c3f45",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "541ee6f0-192b-4655-96c7-2c253da13baa",
      "resourceInvariantUUID": "0f54ed07-a2ca-48c4-9ec9-79074b847286",
      "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": "NGVmZDVjOWI5MTdiZTc3MjczYmZlNDFhZGE2MWE2OTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "15c65885-f82e-4ce6-a988-129e9dd1e864"
    }
  ],
  "workloadContext": "Production"
}
2021-09-23T10:58:49.151Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-23T10:58:49.151Z|cbef3199-34c7-4552-b31e-779ab38c0dbe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5df09596-710a-4bbc-a7f9-e7b212f86f36 ASDC
2021-09-23T10:58:49.152Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:5df09596-710a-4bbc-a7f9-e7b212f86f36
ServiceInvariantUUID:ae69dc81-b996-440d-bcac-46df268bd1f5
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:15c65885-f82e-4ce6-a988-129e9dd1e864
ArtifactChecksum:NGVmZDVjOWI5MTdiZTc3MjczYmZlNDFhZGE2MWE2OTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:002675d3-a11f-4c78-8123-93b15f7c3f45
ResourceInvariantUUID:0f54ed07-a2ca-48c4-9ec9-79074b847286
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:541ee6f0-192b-4655-96c7-2c253da13baa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-23T10:58:49.152Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5df09596-710a-4bbc-a7f9-e7b212f86f36 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-23T10:58:49.178Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:58:49.179Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:58:49.179Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:58:49.179Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 15c65885-f82e-4ce6-a988-129e9dd1e864 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-23T10:58:49.179Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-23T10:58:49.179Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-23T10:58:49.355Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-23T10:58:49.362Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 15c65885-f82e-4ce6-a988-129e9dd1e864 105551
2021-09-23T10:58:49.362Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-23T10:58:49.363Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-23T10:58:49.363Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-23T10:58:49.363Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:58:49.365Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:58:49.365Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394729362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:58:49.465Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:58:49.466Z||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-23T10:58:49.466Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:49.478Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:49.478Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:58:50.365Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-23T10:58:50.367Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-23T10:58:50.367Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 15c65885-f82e-4ce6-a988-129e9dd1e864, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T10:58:50.367Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-23T10:58:50.368Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T10:58:50.368Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T10:58:50.455Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12740564610355473041/Definitions/service-TestPnfMacro-template.yml
2021-09-23T10:58:51.079Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-23T10:58:51.080Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-23T10:58:51.080Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T10:58:51.080Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-23T10:58:51.080Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T10:58:51.080Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T10:58:51.080Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T10:58:51.080Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T10:58:51.080Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T10:58:51.080Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T10:58:51.080Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-23T10:58:51.080Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-23T10:58:51.080Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:58:51.081Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:58:51.081Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-23T10:58:51.081Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-23T10:58:51.081Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:58:51.081Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:58:51.081Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:58:51.081Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-23T10:58:51.081Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-23T10:58:51.081Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-23T10:58:51.081Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:58:51.081Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:58:51.082Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:58:51.082Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:58:51.082Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:58:51.082Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:58:51.082Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:58:51.082Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:58:51.082Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:58:51.082Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:58:51.082Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:5df09596-710a-4bbc-a7f9-e7b212f86f36
Model Version:NULL
Model InvariantUuid:ae69dc81-b996-440d-bcac-46df268bd1f5
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-23T10:58:51.090Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 541ee6f0-192b-4655-96c7-2c253da13baa
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-23T10:58:51.093Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||test-pnf 0
2021-09-23T10:58:51.093Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 541ee6f0-192b-4655-96c7-2c253da13baa
2021-09-23T10:58:51.093Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 5df09596-710a-4bbc-a7f9-e7b212f86f36
2021-09-23T10:58:51.093Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5df09596-710a-4bbc-a7f9-e7b212f86f36
2021-09-23T10:58:51.093Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 541ee6f0-192b-4655-96c7-2c253da13baa 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-23T10:58:51.098Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35c88228, org.onap.sdc.toscaparser.api.parameters.Input@63dc15b5, org.onap.sdc.toscaparser.api.parameters.Input@445344f5, org.onap.sdc.toscaparser.api.parameters.Input@55c93c60, org.onap.sdc.toscaparser.api.parameters.Input@24613d33]
2021-09-23T10:58:51.098Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:58:51.098Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:58:51.098Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5df09596-710a-4bbc-a7f9-e7b212f86f36: test-pnf
2021-09-23T10:58:51.098Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||Processing PNF resource: 541ee6f0-192b-4655-96c7-2c253da13baa
2021-09-23T10:58:51.098Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-23T10:58:51.098Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-23T10:58:51.099Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||Resource customization UUID: 002675d3-a11f-4c78-8123-93b15f7c3f45 is the same as notified resource customizationUUID: 002675d3-a11f-4c78-8123-93b15f7c3f45
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-23T10:58:51.136Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 541ee6f0-192b-4655-96c7-2c253da13baa 0 ASDC deployResourceStructure
2021-09-23T10:58:51.136Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-23T10:58:51.136Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-23T10:58:51.136Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-23T10:58:51.137Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T10:58:51.138Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T10:58:51.139Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394731136,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:58:51.239Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T10:58:51.240Z||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-23T10:58:51.240Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:51.251Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:51.251Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-23T10:58:52.139Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:58:52.151Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
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-23T10:58:52.153Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:58:52.153Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:58:52.153Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:58:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:58:57.142Z||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-23T10:58:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:58:57.171Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:58:57.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "clamp",
  "timestamp": 1632394594190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "aai-ml",
  "timestamp": 1632394600019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "cds",
  "timestamp": 1632394593297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "policy-id",
  "timestamp": 1632394600411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "clamp",
  "timestamp": 1632394594190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "cds",
  "timestamp": 1632394593297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "aai-ml",
  "timestamp": 1632394600019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "policy-id",
  "timestamp": 1632394600411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "clamp",
  "timestamp": 1632394594190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "aai-ml",
  "timestamp": 1632394600019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "cds",
  "timestamp": 1632394593297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "policy-id",
  "timestamp": 1632394600411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394604520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "clamp",
  "timestamp": 1632394594190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "aai-ml",
  "timestamp": 1632394600019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "cds",
  "timestamp": 1632394593297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "policy-id",
  "timestamp": 1632394600411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394604520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "clamp",
  "timestamp": 1632394594190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "cds",
  "timestamp": 1632394593297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "aai-ml",
  "timestamp": 1632394600019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "policy-id",
  "timestamp": 1632394600411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394604520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "clamp",
  "timestamp": 1632394594190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "cds",
  "timestamp": 1632394593297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "aai-ml",
  "timestamp": 1632394600019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "policy-id",
  "timestamp": 1632394600411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394607350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394604520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "clamp",
  "timestamp": 1632394594190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "cds",
  "timestamp": 1632394593297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "aai-ml",
  "timestamp": 1632394600019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "policy-id",
  "timestamp": 1632394600411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394607350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394604520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "dcae-sch",
  "timestamp": 1632394609009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "clamp",
  "timestamp": 1632394594190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "cds",
  "timestamp": 1632394593297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "aai-ml",
  "timestamp": 1632394600019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "policy-id",
  "timestamp": 1632394600411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394607350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394604520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "dcae-sch",
  "timestamp": 1632394609009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "aai-ml",
  "timestamp": 1632394600019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:58:57.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "cds",
  "timestamp": 1632394593297,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:58:57.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "policy-id",
  "timestamp": 1632394600411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:58:57.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "clamp",
  "timestamp": 1632394594190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:58:57.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394607350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.187Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394604520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "dcae-sch",
  "timestamp": 1632394609009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394607350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394604520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "dcae-sch",
  "timestamp": 1632394609009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "cds",
  "timestamp": 1632394612961,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:58:57.189Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:58:57.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394607350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.189Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "aai-ml",
  "timestamp": 1632394613065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:58:57.190Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:58:57.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "policy-id",
  "timestamp": 1632394613074,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:58:57.190Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:58:57.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632394604520,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:58:57.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "dcae-sch",
  "timestamp": 1632394609009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394607350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-23T10:58:57.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "policy-id",
  "timestamp": 1632394614077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:58:57.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:58:57.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "cds",
  "timestamp": 1632394614356,
  "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-23T10:58:57.199Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
2021-09-23T10:58:57.199Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa 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-23T10:58:57.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "dcae-sch",
  "timestamp": 1632394609009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394614083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.208Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394607350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.209Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "policy-id",
  "timestamp": 1632394615079,
  "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-23T10:58:57.214Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
2021-09-23T10:58:57.214Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa 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-23T10:58:57.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "dcae-sch",
  "timestamp": 1632394609009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394614083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394607350,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "dcae-sch",
  "timestamp": 1632394609009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:58:57.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:58:57.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394614083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:58:57.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:59:22.154Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:59:22.168Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
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-23T10:59:22.170Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:59:22.170Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:59:22.170Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:59:52.170Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T10:59:52.179Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
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-23T10:59:52.181Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T10:59:52.182Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-23T10:59:52.182Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-23T10:59:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T10:59:57.143Z||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-23T10:59:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T10:59:57.166Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T10:59:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "aai-ml",
  "timestamp": 1632394617374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:59:57.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:59:57.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "dcae-sch",
  "timestamp": 1632394609009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:59:57.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:59:57.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394614083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:59:57.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:59:57.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394617785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:59:57.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:59:57.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "aai-ml",
  "timestamp": 1632394618378,
  "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-23T10:59:57.176Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
2021-09-23T10:59:57.176Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa 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-23T10:59:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394614083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:59:57.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:59:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394618812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-23T10:59:57.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:59:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "clamp",
  "timestamp": 1632394619667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:59:57.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:59:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394614083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:59:57.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:59:57.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632394619814,
  "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-23T10:59:57.190Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
2021-09-23T10:59:57.190Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa 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-23T10:59:57.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394614083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:59:57.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:59:57.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "clamp",
  "timestamp": 1632394621675,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:59:57.199Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:59:57.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394614083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T10:59:57.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:59:57.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "clamp",
  "timestamp": 1632394622678,
  "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-23T10:59:57.204Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
2021-09-23T10:59:57.204Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa 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-23T10:59:57.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394614083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T10:59:57.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T10:59:57.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394624298,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T10:59:57.212Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:59:57.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394625996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T10:59:57.213Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T10:59:57.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T10:59:57.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632394626999,
  "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-23T10:59:57.217Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
2021-09-23T10:59:57.217Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa 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-23T11:00:22.182Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-23T11:00:22.194Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa
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-23T11:00:22.196Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-23T11:00:22.196Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-23T11:00:22.196Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-23T11:00:22.196Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-23T11:00:22.196Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T11:00:22.196Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T11:00:22.197Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T11:00:22.197Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T11:00:22.197Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T11:00:22.197Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T11:00:22.197Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-23T11:00:22.197Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-23T11:00:22.201Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-23T11:00:52.202Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa 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-23T11:00:52.207Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa and serviceModelVersionId: 5df09596-710a-4bbc-a7f9-e7b212f86f36
2021-09-23T11:00:52.208Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae69dc81-b996-440d-bcac-46df268bd1f5
2021-09-23T11:00:52.209Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae69dc81-b996-440d-bcac-46df268bd1f5/model-vers/model-ver/5df09596-710a-4bbc-a7f9-e7b212f86f36?depth=0
2021-09-23T11:00:52.214Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-23T11:00:52.248Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae69dc81-b996-440d-bcac-46df268bd1f5/model-vers/model-ver/5df09596-710a-4bbc-a7f9-e7b212f86f36?depth=0|INFO|500||Invoke
2021-09-23T11:00:52.249Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae69dc81-b996-440d-bcac-46df268bd1f5/model-vers/model-ver/5df09596-710a-4bbc-a7f9-e7b212f86f36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae69dc81-b996-440d-bcac-46df268bd1f5/model-vers/model-ver/5df09596-710a-4bbc-a7f9-e7b212f86f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9fed3cdd-bf8d-46c8-af05-697eb7ea8754], X-ECOMP-RequestID=[a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa], X-TransactionId=[], X-ONAP-RequestID=[a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa], Content-Type=[application/merge-patch+json]}
2021-09-23T11:00:52.271Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae69dc81-b996-440d-bcac-46df268bd1f5/model-vers/model-ver/5df09596-710a-4bbc-a7f9-e7b212f86f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-23T11:00:52.650Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae69dc81-b996-440d-bcac-46df268bd1f5/model-vers/model-ver/5df09596-710a-4bbc-a7f9-e7b212f86f36?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/ae69dc81-b996-440d-bcac-46df268bd1f5/model-vers/model-ver/5df09596-710a-4bbc-a7f9-e7b212f86f36?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210923-11:00:52:279-48713], vertex-id=[258064], Content-Length=[0], Date=[Thu, 23 Sep 2021 11:00:52 GMT], Content-Type=[application/json]}
2021-09-23T11:00:52.651Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae69dc81-b996-440d-bcac-46df268bd1f5/model-vers/model-ver/5df09596-710a-4bbc-a7f9-e7b212f86f36?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-23T11:00:52.651Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae69dc81-b996-440d-bcac-46df268bd1f5/model-vers/model-ver/5df09596-710a-4bbc-a7f9-e7b212f86f36?depth=0|INFO|500||InvokeReturn
2021-09-23T11:00:52.651Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-23T11:00:52.652Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||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-23T11:00:52.656Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-23T11:00:52.656Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-23T11:00:52.656Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-23T11:00:52.657Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-23T11:00:52.659Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-23T11:00:52.659Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394852656,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T11:00:52.759Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-23T11:00:52.760Z||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-23T11:00:52.760Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:00:52.773Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:00:52.773Z||pool-118-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-23T11:00:53.671Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:00:53.671Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:00:53.672Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:00:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:00:57.142Z||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-23T11:00:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:00:57.170Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:00:57.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T11:00:57.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cbef3199-34c7-4552-b31e-779ab38c0dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394714798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T11:00:57.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T11:00:57.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T11:00:57.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T11:00:57.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T11:00:57.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T11:00:57.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-23T11:00:57.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T11:00:57.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T11:00:57.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-23T11:00:57.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T11:00:57.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T11:00:57.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-23T11:00:57.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T11:00:57.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T11:00:57.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T11:00:57.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T11:00:57.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T11:00:57.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T11:00:57.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T11:00:57.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T11:00:57.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T11:00:57.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T11:00:57.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T11:00:57.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-23T11:00:57.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T11:00:57.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T11:00:57.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394715816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-23T11:00:57.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-23T11:00:57.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T11:00:57.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394729362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-23T11:00:57.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T11:00:57.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-23T11:00:57.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394731136,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-23T11:00:57.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T11:01:03.909Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:01:03.910Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:01:03.910Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:01:03.911Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:01:13.453Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:01:13.454Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:01:13.454Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:01:13.454Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:01:22.996Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:01:22.997Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:01:22.997Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:01:22.998Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:01:32.541Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:01:32.541Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:01:32.542Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:01:32.542Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:01:42.088Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:01:42.089Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:01:42.089Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:01:42.089Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:01:51.629Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:01:51.629Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:01:51.630Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:01:51.630Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:01:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:01:57.142Z||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-23T11:01:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:01:57.668Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:01:57.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-23T11:01:57.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632394852656,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-23T11:01:57.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-23T11:02:01.171Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:02:01.172Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:02:01.172Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:02:01.172Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:02:10.719Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:02:10.720Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:02:10.720Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:02:10.720Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:02:20.262Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:02:20.262Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:02:20.263Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:02:20.263Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:02:29.806Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:02:29.807Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:02:29.807Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:02:29.807Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:02:39.346Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:02:57.140Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:02:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:02:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:02:57.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:02:57.142Z||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-23T11:02:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:03:06.686Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:03:06.693Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:03:57.140Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:03:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:03:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:03:57.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:03:57.142Z||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-23T11:03:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:04:06.692Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:04:06.693Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:04:57.140Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:04:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:04:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:04:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:04:57.142Z||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-23T11:04:57.143Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:05:06.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:05:06.691Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:05:57.140Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:05:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:05:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:05:57.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:05:57.142Z||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-23T11:05:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:06:06.688Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:06:06.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:06:57.140Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:06:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:06:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:06:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:06:57.142Z||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-23T11:06:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:07:06.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:07:06.712Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:07:57.140Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:07:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:07:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:07:57.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:07:57.142Z||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-23T11:07:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:08:06.687Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:08:06.690Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:08:57.140Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:08:57.140Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:08:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:08:57.142Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:08:57.142Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|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-23T11:08:57.142Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:09:06.687Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:09:06.691Z|1bdc64d0-2e0a-402f-a4a9-101c0ae25363|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:09:57.140Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:09:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-23T11:09:57.141Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:09:57.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-23T11:09:57.142Z||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-23T11:09:57.142Z||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 GOgZBuH3wHjv1Kdp) ...
2021-09-23T11:10:06.691Z|a9e41d50-8eec-4a2a-aff4-96f9ba5c31fa|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-23T11:10:06.694Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK