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-24T06:32:28.263Z||main|||||INFO|500||The following profiles are active: basic
2021-09-24T06:32:44.032Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-24T06:32:44.033Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-24T06:32:44.161Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-24T06:32:50.996Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-24T06:32:51.743Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-24T06:32:52.829Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-24T06:32:52.839Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-24T06:32:53.058Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-24T06:32:53.398Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-24T06:32:54.235Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-24T06:33:01.065Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-24T06:33:04.074Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-24T06:33:04.135Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-24T06:33:05.076Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-24T06:33:05.379Z||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-24T06:33:07.008Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-24T06:33:08.508Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-24T06:33:08.542Z||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$$47a94641.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-24T06:33:08.543Z||main|||||WARN|500||The sdc end point is not alive
2021-09-24T06:33:12.956Z||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-24T06:33:16.626Z||main|||||WARN|500||---
2021-09-24T06:33:16.627Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-24T06:33:16.627Z||main|||||WARN|500||---
2021-09-24T06:33:17.394Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-24T06:33:24.327Z||main|||||INFO|500||Started Application in 60.431 seconds (JVM running for 65.527)
2021-09-24T06:33:24.356Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-24T06:33:24.360Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-24T06:33:24.384Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-24T06:33:24.460Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-24T06:33:24.537Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cff3ef1d-d4bf-44ea-b309-9fa51a939551 url= /sdc/v1/artifactTypes
2021-09-24T06:33:24.537Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-24T06:33:24.946Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-24T06:33:24.970Z||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-24T06:33:24.994Z||scheduling-1|||||DEBUG|500||create keys
2021-09-24T06:33:25.003Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-24T06:33:25.038Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:33:25.096Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= be969fde-b4af-4519-99a8-361e2fc79f74 url= /sdc/v1/registerForDistribution
2021-09-24T06:33:25.232Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= be969fde-b4af-4519-99a8-361e2fc79f74 url= /sdc/v1/registerForDistribution
2021-09-24T06:33:25.233Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-24T06:33:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:33:25.245Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:33:25.252Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-24T06:33:25.265Z||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-24T06:33:25.265Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:33:25.266Z||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-24T06:33:25.266Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:33:35.628Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:33:35.638Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:34:25.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:34:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:34:25.246Z||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-24T06:34:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:34:25.249Z||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-24T06:34:25.249Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:34:34.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:34:34.852Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:35:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:35:25.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:35:25.248Z||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-24T06:35:25.249Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:35:25.252Z||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-24T06:35:25.252Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:35:34.803Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:35:34.821Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:36:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:36:25.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:36:25.247Z||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-24T06:36:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:36:25.247Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:36:25.248Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:36:34.843Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:36:34.850Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:37:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:37:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:37:25.247Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:37:25.247Z||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-24T06:37:25.247Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:37:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:37:34.801Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:37:34.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:38:25.243Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:38:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:38:25.247Z||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-24T06:38:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:38:25.248Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:38:25.248Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:38:34.803Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:38:34.820Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:39:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:39:25.244Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:39:25.245Z||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-24T06:39:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:39:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:39:25.248Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:39:34.804Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:39:34.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:40:25.243Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:40:25.245Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:40:25.248Z||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-24T06:40:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:40:25.251Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:40:25.251Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:40:34.802Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:40:34.806Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:41:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:41:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:41:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:41:25.245Z||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-24T06:41:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:41:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:41:34.808Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:41:34.842Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:42:25.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:42:25.245Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:42:25.247Z||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-24T06:42:25.247Z||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-24T06:42:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:42:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:42:34.810Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:42:34.821Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:43:02.807Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-24T06:43:25.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:43:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:43:25.248Z||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-24T06:43:25.248Z||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-24T06:43:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:43:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:43:34.810Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:43:34.813Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:44:25.241Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:44:25.243Z||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-24T06:44:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:44:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:44:25.245Z||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-24T06:44:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:44:34.799Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:44:34.805Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:45:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:45:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:45:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:45:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:45:25.245Z||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-24T06:45:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:45:34.793Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:45:34.842Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:46:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:46:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:46:25.245Z||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-24T06:46:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:46:25.248Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:46:25.249Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:46:34.801Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:46:34.805Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:47:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:47:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:47:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:47:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:47:25.251Z||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-24T06:47:25.251Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:47:34.802Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:47:34.829Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:48:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:48:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:48:25.245Z||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-24T06:48:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:48:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:48:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:48:34.804Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:48:34.807Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:49:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:49:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:49:25.246Z||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-24T06:49:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:49:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:49:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:49:34.806Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:49:34.821Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:50:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:50:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:50:25.246Z||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-24T06:50:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:50:25.248Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:50:25.248Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:50:34.813Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:50:34.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:51:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:51:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:51:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:51:25.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:51:25.249Z||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-24T06:51:25.249Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:51:34.812Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:51:34.828Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:52:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:52:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:52:25.245Z||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-24T06:52:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:52:25.248Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:52:25.248Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:52:34.803Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:52:34.817Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:53:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:53:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:53:25.245Z||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-24T06:53:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:53:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:53:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:53:34.832Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:53:34.840Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:54:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:54:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:54:25.247Z||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-24T06:54:25.247Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:54:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:54:25.248Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:54:34.807Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:54:34.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:55:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:55:25.242Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:55:25.243Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:55:25.244Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:55:25.245Z||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-24T06:55:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:55:34.797Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:55:34.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:56:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:56:25.244Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:56:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:56:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:56:25.245Z||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-24T06:56:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:56:34.797Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:56:34.820Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:57:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:57:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:57:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:57:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:57:25.245Z||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-24T06:57:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:57:34.807Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:57:34.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:58:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:58:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:58:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:58:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:58:25.245Z||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-24T06:58:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:58:34.805Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:58:34.811Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:59:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:59:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T06:59:25.246Z||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-24T06:59:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T06:59:25.249Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T06:59:25.249Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T06:59:34.798Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T06:59:34.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:00:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:00:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:00:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:00:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:00:25.244Z||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-24T07:00:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:00:34.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:00:34.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:01:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:01:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:01:25.246Z||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-24T07:01:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:01:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:01:25.247Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:01:34.802Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:01:34.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:02:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:02:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:02:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:02:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:02:25.245Z||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-24T07:02:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:02:34.803Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:02:34.809Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:03:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:03:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:03:25.247Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:03:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:03:25.248Z||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-24T07:03:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:03:34.816Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:03:34.816Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:04:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:04:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:04:25.247Z||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-24T07:04:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:04:25.247Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:04:25.248Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:04:34.804Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:04:34.809Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:05:25.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:05:25.243Z||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-24T07:05:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:05:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:05:25.245Z||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-24T07:05:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:05:34.801Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:05:34.803Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:06:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:06:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:06:25.245Z||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-24T07:06:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:06:25.245Z||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-24T07:06:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:06:34.797Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:06:34.811Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:07:25.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:07:25.243Z||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-24T07:07:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:07:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:07:25.245Z||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-24T07:07:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:07:34.800Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:07:34.815Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:08:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:08:25.243Z||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-24T07:08:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:08:25.250Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:08:25.251Z||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-24T07:08:25.252Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:08:34.801Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:08:34.803Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:09:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:09:25.244Z||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-24T07:09:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:09:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:09:25.245Z||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-24T07:09:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:09:34.814Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:09:34.821Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:10:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:10:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:10:25.246Z||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-24T07:10:25.246Z||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-24T07:10:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:10:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:10:34.805Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:10:34.805Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:11:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:11:25.242Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:11:25.242Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:11:25.245Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:11:25.246Z||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-24T07:11:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:11:34.788Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:11:34.816Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:12:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:12:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:12:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:12:25.245Z||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-24T07:12:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:12:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:12:34.804Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:12:34.805Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:13:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:13:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:13:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:13:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:13:25.245Z||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-24T07:13:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:13:34.806Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:13:34.812Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:14:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:14:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:14:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:14:25.245Z||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-24T07:14:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:14:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:14:34.798Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:14:34.804Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:15:25.243Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:15:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:15:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:15:25.245Z||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-24T07:15:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:15:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:15:34.795Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:15:34.804Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:16:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:16:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:16:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:16:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:16:25.247Z||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-24T07:16:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:16:34.793Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:16:34.793Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:17:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:17:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:17:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:17:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:17:25.245Z||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-24T07:17:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:17:34.820Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:17:34.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:18:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:18:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:18:25.243Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:18:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:18:25.245Z||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-24T07:18:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:18:34.807Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:18:34.816Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:19:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:19:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:19:25.243Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:19:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:19:25.245Z||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-24T07:19:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:19:34.805Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:19:34.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:20:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:20:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:20:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:20:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:20:25.247Z||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-24T07:20:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:20:34.803Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:20:34.816Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:21:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:21:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:21:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:21:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:21:25.245Z||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-24T07:21:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:21:34.797Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:21:34.805Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:22:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:22:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:22:25.243Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:22:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:22:25.245Z||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-24T07:22:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:22:34.802Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:22:34.809Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:23:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:23:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:23:25.244Z||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-24T07:23:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:23:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:23:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:23:34.802Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:23:34.809Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:24:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:24:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:24:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:24:25.245Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:24:25.245Z||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-24T07:24:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:24:34.811Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:24:34.811Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:25:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:25:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:25:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:25:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:25:25.245Z||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-24T07:25:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:25:34.801Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:25:34.800Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:26:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:26:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:26:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:26:25.244Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:26:25.245Z||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-24T07:26:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:26:34.794Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:26:34.821Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:27:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:27:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:27:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:27:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:27:25.244Z||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-24T07:27:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:27:34.802Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:27:34.817Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:28:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:28:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:28:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:28:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:28:25.245Z||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-24T07:28:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:28:34.797Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:28:34.804Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:29:25.245Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:29:25.246Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:29:25.246Z||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-24T07:29:25.246Z||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-24T07:29:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:29:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:29:34.804Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:29:34.813Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:30:25.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:30:25.245Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:30:25.248Z||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-24T07:30:25.248Z||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-24T07:30:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:30:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:30:34.829Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:30:34.836Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:31:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:31:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:31:25.245Z||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-24T07:31:25.245Z||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-24T07:31:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:31:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:31:34.797Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:31:34.797Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:32:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:32:25.243Z||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-24T07:32:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:32:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:32:25.244Z||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-24T07:32:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:32:34.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:32:34.821Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:33:25.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:33:25.245Z||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-24T07:33:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:33:25.255Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:33:25.256Z||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-24T07:33:25.256Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:33:34.804Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:33:34.808Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:34:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:34:25.244Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:34:25.244Z||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-24T07:34:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:34:25.245Z||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-24T07:34:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:34:34.795Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:34:34.798Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:35:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:35:25.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:35:25.249Z||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-24T07:35:25.249Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:35:25.249Z||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-24T07:35:25.249Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:35:34.804Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:35:34.815Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:36:25.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:36:25.242Z||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-24T07:36:25.242Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:36:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:36:25.245Z||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-24T07:36:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:36:34.800Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:36:34.800Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:37:25.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:37:25.243Z||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-24T07:37:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:37:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:37:25.245Z||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-24T07:37:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:37:34.808Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:37:34.808Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:38:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:38:25.243Z||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-24T07:38:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:38:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:38:25.245Z||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-24T07:38:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:38:34.796Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:38:34.796Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:39:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:39:25.243Z||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-24T07:39:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:39:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:39:25.245Z||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-24T07:39:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:39:34.802Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:39:34.803Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:40:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:40:25.243Z||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-24T07:40:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:40:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:40:25.244Z||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-24T07:40:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:40:34.825Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:40:34.825Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:41:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:41:25.244Z||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-24T07:41:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:41:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:41:25.245Z||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-24T07:41:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:41:34.797Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:41:34.812Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:42:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:42:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:42:25.245Z||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-24T07:42:25.245Z||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-24T07:42:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:42:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:42:34.799Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:42:34.803Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:43:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:43:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:43:25.245Z||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-24T07:43:25.245Z||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-24T07:43:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:43:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:43:34.800Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:43:34.812Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:44:25.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:44:25.243Z||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-24T07:44:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:44:25.246Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:44:25.246Z||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-24T07:44:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:44:34.799Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:44:34.798Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:45:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:45:25.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:45:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:45:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:45:25.245Z||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-24T07:45:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:45:34.860Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:45:34.861Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:46:25.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:46:25.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:46:25.243Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:46:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:46:25.245Z||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-24T07:46:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:46:34.817Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:46:34.834Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:47:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:47:25.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:47:25.243Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:47:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:47:25.245Z||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-24T07:47:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:47:34.805Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:47:34.816Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:48:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:48:25.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:48:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:48:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:48:25.245Z||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-24T07:48:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:48:34.802Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:48:34.817Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:49:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:49:25.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:49:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:49:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:49:25.244Z||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-24T07:49:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:49:34.796Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:49:34.796Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:50:25.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:50:25.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:50:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:50:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:50:25.245Z||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-24T07:50:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:50:34.807Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:50:34.807Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:51:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:51:25.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:51:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:51:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:51:25.244Z||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-24T07:51:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:51:34.793Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:51:34.795Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:52:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:52:25.243Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:52:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:52:25.244Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:52:25.245Z||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-24T07:52:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:52:34.791Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:52:34.798Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:53:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:53:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:53:25.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:53:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:53:25.244Z||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-24T07:53:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:53:34.804Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:53:34.831Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:54:25.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:54:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:54:25.245Z||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-24T07:54:25.245Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:54:25.246Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:54:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:54:34.795Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:54:34.806Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:55:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:55:25.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:55:25.248Z||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-24T07:55:25.248Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:55:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:55:25.248Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:55:34.800Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:55:34.818Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:56:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:56:25.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:56:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:56:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:56:25.245Z||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-24T07:56:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:56:34.803Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:56:34.819Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:57:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:57:25.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:57:25.244Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:57:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:57:25.245Z||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-24T07:57:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:57:34.795Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:57:34.795Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:58:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:58:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:58:25.245Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:58:25.245Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:58:25.245Z||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-24T07:58:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:58:34.815Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:58:34.845Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:25.241Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:59:25.245Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T07:59:25.246Z||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-24T07:59:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T07:59:25.246Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T07:59:25.247Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:31.353Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:31.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T07:59:31.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dac97e00-7b1e-44b6-93ae-2a925a96cb0f","serviceName":"vFW 2021-09-24 07-55-47","serviceVersion":"1.0","serviceUUID":"b869ca41-db0c-4a5f-9afc-60d58623d067","serviceDescription":"catalog service description","serviceInvariantUUID":"1e901deb-7157-4c8d-ba86-09416049fad4","resources":[{"resourceInstanceName":"vFW 210d3b96-effd 0","resourceName":"vFW 210d3b96-effd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a93f4b1f-b037-4d31-bf7c-559b55e05d15","resourceInvariantUUID":"63af2e5a-1fc0-432b-b507-065d7b549248","resourceCustomizationUUID":"c0393e7b-091c-42f4-be08-ca85b3247e1c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml","artifactChecksum":"YmE4NTFhNjU1MGU5ZDIwMmFhZjFjMDc1MmZiMGFjZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf970f8b-e84a-44dc-bbcf-3f0e630f7900","artifactVersion":"1"},{"artifactName":"vfw210d3b96effd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json","artifactChecksum":"Nzk1YWFkMzJlOTYyNDBhMmYyMGEwNGExNTU0MjY4ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3bec8b05-1223-42b1-810d-3f0efd1ad41a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5cb41c83-76d3-4288-86f6-84c53dceedb8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml","artifactChecksum":"N2VhZWM4NDMxN2U1YWEwYzU3MDA2OWVmZDg2YWQ3ZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7456a57-d477-4d8b-81c9-c1d4a420fad0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ff7d0de9-6026-4b91-882c-c3cc16f00813","artifactVersion":"2","generatedFromUUID":"5cb41c83-76d3-4288-86f6-84c53dceedb8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210924075547-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml","artifactChecksum":"MjY1MTE1MGQ2ZGI3N2ZmMmI2YTFkNDFhMzJmYTU2ZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0ae555e-0433-467f-80b6-2b219cd425ac","artifactVersion":"1"},{"artifactName":"service-Vfw20210924075547-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar","artifactChecksum":"MTUwZjljZDVmYTFmZjViMDU4NzZkMmNjZmNmY2E5OWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d5899892-49ec-4a89-91c3-0438671d6a58","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T07:59:31.375Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:31.389Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:31.403Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:31.403Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T07:59:31.503Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-24T07:59:31.507Z||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-24T07:59:31.507Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:31.518Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:31.520Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:31.620Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:31.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T07:59:31.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470368703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T07:59:31.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T07:59:32.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:32.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:32.414Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:32.414Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T07:59:32.515Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T07:59:32.516Z||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-24T07:59:32.516Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:32.526Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:32.527Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:33.415Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:33.416Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:33.418Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:33.418Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T07:59:33.518Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:33.519Z||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-24T07:59:33.519Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:33.533Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:33.534Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:34.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:34.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:34.427Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:34.427Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T07:59:34.528Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T07:59:34.529Z||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-24T07:59:34.529Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:34.537Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:34.538Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:35.435Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:35.436Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:35.438Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:35.438Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T07:59:35.539Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:35.540Z||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-24T07:59:35.540Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:35.548Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:35.549Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:36.439Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:36.439Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:36.442Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:36.442Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T07:59:36.543Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:36.543Z||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-24T07:59:36.544Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:36.551Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:36.552Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:37.443Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T07:59:37.444Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:37.445Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:37.446Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T07:59:37.546Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:37.547Z||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-24T07:59:37.547Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:37.557Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:37.558Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:38.447Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "serviceName": "vFW 2021-09-24 07-55-47",
  "serviceVersion": "1.0",
  "serviceUUID": "b869ca41-db0c-4a5f-9afc-60d58623d067",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1e901deb-7157-4c8d-ba86-09416049fad4",
  "resources": [
    {
      "resourceInstanceName": "vFW 210d3b96-effd 0",
      "resourceCustomizationUUID": "c0393e7b-091c-42f4-be08-ca85b3247e1c",
      "resourceName": "vFW 210d3b96-effd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a93f4b1f-b037-4d31-bf7c-559b55e05d15",
      "resourceInvariantUUID": "63af2e5a-1fc0-432b-b507-065d7b549248",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw210d3b96effd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
          "artifactChecksum": "Nzk1YWFkMzJlOTYyNDBhMmYyMGEwNGExNTU0MjY4ZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3bec8b05-1223-42b1-810d-3f0efd1ad41a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5cb41c83-76d3-4288-86f6-84c53dceedb8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ff7d0de9-6026-4b91-882c-c3cc16f00813",
            "generatedFromUUID": "5cb41c83-76d3-4288-86f6-84c53dceedb8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ff7d0de9-6026-4b91-882c-c3cc16f00813",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210924075547-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
      "artifactChecksum": "MTUwZjljZDVmYTFmZjViMDU4NzZkMmNjZmNmY2E5OWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d5899892-49ec-4a89-91c3-0438671d6a58"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T07:59:38.450Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T07:59:38.450Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b869ca41-db0c-4a5f-9afc-60d58623d067 ASDC
2021-09-24T07:59:38.596Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dac97e00-7b1e-44b6-93ae-2a925a96cb0f
ServiceName:vFW 2021-09-24 07-55-47
ServiceVersion:1.0
ServiceUUID:b869ca41-db0c-4a5f-9afc-60d58623d067
ServiceInvariantUUID:1e901deb-7157-4c8d-ba86-09416049fad4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210924075547-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar
ArtifactUUID:d5899892-49ec-4a89-91c3-0438671d6a58
ArtifactChecksum:MTUwZjljZDVmYTFmZjViMDU4NzZkMmNjZmNmY2E5OWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 210d3b96-effd 0
ResourceCustomizationUUID:c0393e7b-091c-42f4-be08-ca85b3247e1c
ResourceInvariantUUID:63af2e5a-1fc0-432b-b507-065d7b549248
ResourceName:vFW 210d3b96-effd
ResourceType:VF
ResourceUUID:a93f4b1f-b037-4d31-bf7c-559b55e05d15
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw210d3b96effd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json
ArtifactUUID:3bec8b05-1223-42b1-810d-3f0efd1ad41a
ArtifactChecksum:Nzk1YWFkMzJlOTYyNDBhMmYyMGEwNGExNTU0MjY4ZmI=
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/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml
ArtifactUUID:5cb41c83-76d3-4288-86f6-84c53dceedb8
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/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env
ArtifactUUID:ff7d0de9-6026-4b91-882c-c3cc16f00813
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/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env
ArtifactUUID:ff7d0de9-6026-4b91-882c-c3cc16f00813
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T07:59:38.597Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b869ca41-db0c-4a5f-9afc-60d58623d067 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-24T07:59:39.030Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T07:59:39.031Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T07:59:39.032Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T07:59:39.033Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d5899892-49ec-4a89-91c3-0438671d6a58 from URL: /sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:39.033Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T07:59:39.034Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:41.014Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T07:59:41.047Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar d5899892-49ec-4a89-91c3-0438671d6a58 98747
2021-09-24T07:59:41.049Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar ASDC sendASDCNotification
2021-09-24T07:59:41.049Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:41.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T07:59:41.052Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:41.054Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:41.055Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470381047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T07:59:41.155Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T07:59:41.156Z||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-24T07:59:41.156Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:41.166Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:41.166Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:42.055Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T07:59:42.056Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-24T07:59:42.057Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d5899892-49ec-4a89-91c3-0438671d6a58, URL: /sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar to file: /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:42.058Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210924075547-csar.csar
2021-09-24T07:59:42.192Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:42.192Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:42.998Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8541829419810149178/Definitions/service-Vfw20210924075547-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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
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
2021-09-24T07:59:45.696Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T07:59:45.701Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T07:59:45.701Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.702Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-24T07:59:45.702Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.702Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.702Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.702Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.703Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.703Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.703Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 210d3b96-effd 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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.703Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.704Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.704Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.704Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.704Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.704Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:45.705Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-24T07:59:45.711Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.713Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.717Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:45.717Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T07:59:45.719Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T07:59:45.721Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.721Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.721Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:45.721Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-24T07:59:45.722Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T07:59:45.722Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.722Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.726Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.726Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:45.726Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:45.727Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:45.727Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T07:59:45.727Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.727Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.727Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T07:59:45.742Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.742Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T07:59:45.742Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T07:59:45.743Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.743Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.743Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T07:59:45.743Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.744Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T07:59:45.744Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.744Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T07:59:45.744Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.745Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T07:59:45.746Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.747Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:45.747Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:45.747Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.748Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:45.748Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:45.748Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.748Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:45.749Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:45.749Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.749Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:45.749Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:45.750Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:45.750Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T07:59:45.750Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T07:59:45.750Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T07:59:45.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T07:59:45.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T07:59:45.752Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.752Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5550b065-b8fc-4177-b524-88f169ff85b1
2021-09-24T07:59:45.752Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.753Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:45.753Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:45.753Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:45.753Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T07:59:45.754Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.755Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.755Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T07:59:45.755Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.756Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T07:59:45.756Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T07:59:45.756Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.757Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T07:59:45.757Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.757Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8e750cd-19f2-46c5-9808-2dec66ccbd21
2021-09-24T07:59:45.758Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.758Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:45.758Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:45.758Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:45.758Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T07:59:45.759Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.759Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.759Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T07:59:45.759Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.760Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T07:59:45.760Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T07:59:45.760Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:45.760Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:45.760Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T07:59:45.761Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ee5b226-2539-4f55-a943-e3733a1e3417
2021-09-24T07:59:45.761Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.761Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.761Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.762Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.762Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.762Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.762Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:45.762Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:45.763Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-24 07-55-47
Description:catalog service description
Model UUID:b869ca41-db0c-4a5f-9afc-60d58623d067
Model Version:NULL
Model InvariantUuid:1e901deb-7157-4c8d-ba86-09416049fad4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 210d3b96-effd
Model UUID:2bd9910a-e9eb-4369-aa99-fecbd326f7e7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:63af2e5a-1fc0-432b-b507-065d7b549248
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c0393e7b-091c-42f4-be08-ca85b3247e1c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2cc7c4ed-7eab-44b3-9a59-778016be4753
ModelName:Vfw210d3b96Effd..base_vfw..module-0
ModelUuid:bb1922ac-98c4-4821-9b9a-3854d7e3e676
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5550b065-b8fc-4177-b524-88f169ff85b1
ModelInvariantUuid:92997dcb-7413-465a-9ac2-f7788d0cfe27
ModelName:vFW 210d3b96-effd-nodes.vfwCvfc
ModelUuid:052b6ecd-c9ab-47d9-9807-7e95f87e116c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8d55b37d-e552-4b5c-8f1b-2671d33de389
ModelInvariantUuid:6e87ec1d-4e74-433a-b530-6a4b3b62069d
ModelName:Vfw210d3b96Effd.compute.nodes.heat.vfw
ModelUuid:8a15c690-e5c1-4aaa-a4ef-d853b081d1bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c8e750cd-19f2-46c5-9808-2dec66ccbd21
ModelInvariantUuid:1a2fa0c2-1873-4882-b988-8cfff349578f
ModelName:vFW 210d3b96-effd-nodes.vsnCvfc
ModelUuid:9f583219-7d2f-4ae1-b38d-08b7cd6e6173
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:939f51db-5638-4c61-b990-4a82eb8340bf
ModelInvariantUuid:ef9e4998-62ce-4235-85e5-347d483dece2
ModelName:Vfw210d3b96Effd.compute.nodes.heat.vsn
ModelUuid:7025168c-b9ae-4433-a9ac-8f42c7de9eb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0ee5b226-2539-4f55-a943-e3733a1e3417
ModelInvariantUuid:a0e91509-702e-4fd0-aa04-c86beb101a09
ModelName:vFW 210d3b96-effd-nodes.vpgCvfc
ModelUuid:3919317b-59a7-447d-97d1-f536fe1f163a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e42cf81a-106a-4621-ade7-f4d683efc873
ModelInvariantUuid:56d600cc-c004-474f-abe9-9e5ea31a4a9b
ModelName:Vfw210d3b96Effd.compute.nodes.heat.vpg
ModelUuid:15add0c6-b6a8-4a73-87d0-cb4f20cd2790
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-24T07:59:45.794Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a93f4b1f-b037-4d31-bf7c-559b55e05d15
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-24T07:59:46.109Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||vFW 210d3b96-effd 0
2021-09-24T07:59:46.117Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a93f4b1f-b037-4d31-bf7c-559b55e05d15
2021-09-24T07:59:46.117Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3bec8b05-1223-42b1-810d-3f0efd1ad41a from URL: /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json
2021-09-24T07:59:46.117Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T07:59:46.117Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json
2021-09-24T07:59:48.534Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T07:59:48.536Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json 3bec8b05-1223-42b1-810d-3f0efd1ad41a 785
2021-09-24T07:59:48.536Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json ASDC sendASDCNotification
2021-09-24T07:59:48.536Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json
2021-09-24T07:59:48.536Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T07:59:48.536Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:48.539Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:48.539Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470388536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T07:59:48.640Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T07:59:48.640Z||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-24T07:59:48.640Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:48.665Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:48.666Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2021-09-24T07:59:49.540Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw210d3b96Effd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2cc7c4ed-7eab-44b3-9a59-778016be4753",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb1922ac-98c4-4821-9b9a-3854d7e3e676",
    "vfModuleModelCustomizationUUID": "3d352a55-113c-4961-b878-9a05e069bcac",
    "isBase": true,
    "artifacts": [
      "5cb41c83-76d3-4288-86f6-84c53dceedb8",
      "ff7d0de9-6026-4b91-882c-c3cc16f00813"
    ],
    "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-24T07:59:49.560Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw210d3b96Effd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb1922ac-98c4-4821-9b9a-3854d7e3e676
VfModuleModelInvariantUUID:2cc7c4ed-7eab-44b3-9a59-778016be4753
VfModuleModelDescription:NULL
Artifacts UUID List:{
5cb41c83-76d3-4288-86f6-84c53dceedb8
,
ff7d0de9-6026-4b91-882c-c3cc16f00813

}
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-24T07:59:49.564Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw210d3b96Effd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2cc7c4ed-7eab-44b3-9a59-778016be4753",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb1922ac-98c4-4821-9b9a-3854d7e3e676",
    "vfModuleModelCustomizationUUID": "3d352a55-113c-4961-b878-9a05e069bcac",
    "isBase": true,
    "artifacts": [
      "5cb41c83-76d3-4288-86f6-84c53dceedb8",
      "ff7d0de9-6026-4b91-882c-c3cc16f00813"
    ],
    "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-24T07:59:49.564Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw210d3b96Effd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb1922ac-98c4-4821-9b9a-3854d7e3e676
VfModuleModelInvariantUUID:2cc7c4ed-7eab-44b3-9a59-778016be4753
VfModuleModelDescription:NULL
Artifacts UUID List:{
5cb41c83-76d3-4288-86f6-84c53dceedb8
,
ff7d0de9-6026-4b91-882c-c3cc16f00813

}
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-24T07:59:49.565Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cb41c83-76d3-4288-86f6-84c53dceedb8 from URL: /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml
2021-09-24T07:59:49.565Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T07:59:49.565Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml
2021-09-24T07:59:50.635Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T07:59:50.636Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml 5cb41c83-76d3-4288-86f6-84c53dceedb8 20368
2021-09-24T07:59:50.636Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T07:59:50.636Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml
2021-09-24T07:59:50.636Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T07:59:50.636Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:50.638Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:50.638Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470390636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T07:59:50.738Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:50.739Z||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-24T07:59:50.739Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:50.747Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:50.748Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:51.640Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ff7d0de9-6026-4b91-882c-c3cc16f00813 from URL: /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env
2021-09-24T07:59:51.640Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-24T07:59:51.641Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env
2021-09-24T07:59:52.237Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-24T07:59:52.237Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env ff7d0de9-6026-4b91-882c-c3cc16f00813 2098
2021-09-24T07:59:52.237Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T07:59:52.237Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env
2021-09-24T07:59:52.237Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T07:59:52.238Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:52.264Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:52.264Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470392237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T07:59:52.340Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2021-09-24T07:59:52.341Z||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-24T07:59:52.341Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:52.352Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:52.352Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:53.265Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b869ca41-db0c-4a5f-9afc-60d58623d067
2021-09-24T07:59:53.265Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 210d3b96-effd 0 a93f4b1f-b037-4d31-bf7c-559b55e05d15 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-24T07:59:53.314Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56f57e00, org.onap.sdc.toscaparser.api.parameters.Input@38a898cf, org.onap.sdc.toscaparser.api.parameters.Input@49ad72f, org.onap.sdc.toscaparser.api.parameters.Input@291ca720, org.onap.sdc.toscaparser.api.parameters.Input@5464d97d]
2021-09-24T07:59:53.317Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.317Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.318Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-09-24T07:59:53.318Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= c0393e7b-091c-42f4-be08-ca85b3247e1c
2021-09-24T07:59:53.318Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0393e7b-091c-42f4-be08-ca85b3247e1c matches Tosca VF Customization UUID: c0393e7b-091c-42f4-be08-ca85b3247e1c
2021-09-24T07:59:53.318Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: c0393e7b-091c-42f4-be08-ca85b3247e1c  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-24T07:59:53.325Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.325Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.331Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id c0393e7b-091c-42f4-be08-ca85b3247e1c: {\"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-24T07:59:53.331Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@195f2d11
2021-09-24T07:59:53.331Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.332Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T07:59:53.332Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d352a55-113c-4961-b878-9a05e069bcac
2021-09-24T07:59:53.333Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d352a55-113c-4961-b878-9a05e069bcac
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-24T07:59:53.341Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.341Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:53.341Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:53.344Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.345Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:53.345Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:53.346Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.346Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:53.347Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:53.347Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:53.347Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-24T07:59:53.347Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T07:59:53.348Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T07:59:53.348Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.348Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:53.350Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T07:59:53.350Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:53.350Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T07:59:53.350Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.351Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5550b065-b8fc-4177-b524-88f169ff85b1
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-24T07:59:53.363Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.363Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:53.364Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:53.364Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.364Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:53.364Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:53.364Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:53.365Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T07:59:53.365Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:53.365Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.365Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T07:59:53.365Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.365Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-24T07:59:53.366Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-24T07:59:53.366Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:53.366Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-24T07:59:53.366Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.366Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c8e750cd-19f2-46c5-9808-2dec66ccbd21
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-24T07:59:53.368Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.368Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:53.369Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:53.371Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.371Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is not matching search criteria
2021-09-24T07:59:53.371Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-24T07:59:53.371Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-24T07:59:53.371Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-24T07:59:53.372Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:53.372Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.372Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-24T07:59:53.372Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.372Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-24T07:59:53.372Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-24T07:59:53.373Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-24T07:59:53.373Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-24T07:59:53.373Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-24T07:59:53.373Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ee5b226-2539-4f55-a943-e3733a1e3417
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-24T07:59:53.374Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.375Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:53.375Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T07:59:53.375Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.375Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Node template vFW 210d3b96-effd 0 is matching search criteria
2021-09-24T07:59:53.375Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 210d3b96-effd 0] matching following query criteria: sdcType=VF, customizationUUID=c0393e7b-091c-42f4-be08-ca85b3247e1c
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-24T07:59:53.376Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.377Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.377Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b869ca41-db0c-4a5f-9afc-60d58623d067: vFW 210d3b96-effd
2021-09-24T07:59:53.377Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.377Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.377Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.377Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.378Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.378Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.378Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.378Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.378Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T07:59:53.378Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-24 07-55-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T07:59:53.379Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-24 07-55-47 
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-24T07:59:53.592Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 210d3b96-effd a93f4b1f-b037-4d31-bf7c-559b55e05d15 1 ASDC deployResourceStructure
2021-09-24T07:59:53.592Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json ASDC sendASDCNotification
2021-09-24T07:59:53.592Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json
2021-09-24T07:59:53.593Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T07:59:53.593Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:53.600Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:53.600Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470393592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T07:59:53.695Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-09-24T07:59:53.696Z||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-24T07:59:53.696Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:53.706Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:53.706Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-24T07:59:54.603Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-24T07:59:54.604Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml
2021-09-24T07:59:54.604Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T07:59:54.604Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:54.606Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:54.606Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470394603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T07:59:54.706Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:54.707Z||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-24T07:59:54.707Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:54.745Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:54.746Z||pool-15-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2021-09-24T07:59:55.607Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-24T07:59:55.608Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env
2021-09-24T07:59:55.608Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T07:59:55.608Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:55.616Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:55.616Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470395607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-24T07:59:55.716Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T07:59:55.717Z||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-24T07:59:55.717Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:55.733Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:55.734Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-24T07:59:56.618Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar ASDC sendASDCNotification
2021-09-24T07:59:56.618Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar
2021-09-24T07:59:56.618Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T07:59:56.618Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T07:59:56.620Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T07:59:56.621Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470396618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T07:59:56.722Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T07:59:56.723Z||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-24T07:59:56.724Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T07:59:56.737Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T07:59:56.738Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-24T07:59:57.621Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T07:59:57.648Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T07:59:57.650Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T07:59:57.650Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T07:59:57.650Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:00:25.246Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:00:25.249Z||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-24T08:00:25.250Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:00:25.276Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:00:25.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:00:25.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470369503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:00:25.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:00:27.651Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:00:27.674Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:00:27.678Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:00:27.678Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:00:27.678Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:00:57.678Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:00:57.688Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:00:57.690Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:00:57.691Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:00:57.691Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:01:25.245Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:01:25.246Z||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-24T08:01:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:01:25.273Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:01:25.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:01:25.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:01:25.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:01:25.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:01:25.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "clamp",
  "timestamp": 1632470368451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:01:25.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:01:25.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:01:25.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632470365734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:01:25.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:01:27.692Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:01:27.727Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:01:27.730Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:01:27.730Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:01:27.731Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:01:57.731Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:01:57.750Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:01:57.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:01:57.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:01:57.751Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:02:25.245Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:02:25.246Z||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-24T08:02:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:02:25.790Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:02:25.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470369503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470368703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "clamp",
  "timestamp": 1632470368451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.807Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632470365734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470369503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470368703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "clamp",
  "timestamp": 1632470368451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632470365734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470369503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470368703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "clamp",
  "timestamp": 1632470368451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632470365734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "cds",
  "timestamp": 1632470373711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470369503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470368703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "clamp",
  "timestamp": 1632470368451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632470365734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "cds",
  "timestamp": 1632470373711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470369503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "clamp",
  "timestamp": 1632470368451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.836Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470368703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632470365734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.838Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "cds",
  "timestamp": 1632470373711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470369503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470368703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "clamp",
  "timestamp": 1632470368451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "dcae-sch",
  "timestamp": 1632470365734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470365241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "cds",
  "timestamp": 1632470373711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "cds",
  "timestamp": 1632470373711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "cds",
  "timestamp": 1632470373711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "policy-id",
  "timestamp": 1632470379058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "cds",
  "timestamp": 1632470373711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470380640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.857Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "policy-id",
  "timestamp": 1632470379058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470381047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "policy-id",
  "timestamp": 1632470379058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "policy-id",
  "timestamp": 1632470379058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "policy-id",
  "timestamp": 1632470379058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470383459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "policy-id",
  "timestamp": 1632470379058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470384819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470383459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "cds",
  "timestamp": 1632470385519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "policy-id",
  "timestamp": 1632470379058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470383459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "cds",
  "timestamp": 1632470386542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-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-24T08:02:25.896Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dac97e00-7b1e-44b6-93ae-2a925a96cb0f
2021-09-24T08:02:25.897Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-24T08:02:25.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "aai-ml",
  "timestamp": 1632470385849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470383459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "aai-ml",
  "timestamp": 1632470385849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470388145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470383459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470388536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.918Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "aai-ml",
  "timestamp": 1632470385849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "policy-id",
  "timestamp": 1632470388796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "clamp",
  "timestamp": 1632470389110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470383459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470389351,
  "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-24T08:02:25.929Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dac97e00-7b1e-44b6-93ae-2a925a96cb0f
2021-09-24T08:02:25.929Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-24T08:02:25.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "aai-ml",
  "timestamp": 1632470385849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "policy-id",
  "timestamp": 1632470389805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:02:25.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "clamp",
  "timestamp": 1632470390192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:02:25.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470383459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:02:25.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470390354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:02:25.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "aai-ml",
  "timestamp": 1632470385849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:25.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:25.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470390636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:02:25.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:25.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "policy-id",
  "timestamp": 1632470390809,
  "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-24T08:02:25.981Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dac97e00-7b1e-44b6-93ae-2a925a96cb0f
2021-09-24T08:02:25.983Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-24T08:02:25.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:25.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "clamp",
  "timestamp": 1632470391196,
  "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-24T08:02:26.000Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dac97e00-7b1e-44b6-93ae-2a925a96cb0f
2021-09-24T08:02:26.000Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-24T08:02:26.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "aai-ml",
  "timestamp": 1632470385849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:02:26.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:26.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470391763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:02:26.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470392237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:02:26.025Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "aai-ml",
  "timestamp": 1632470385849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:02:26.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:02:26.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470393592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/vfw210d3b96effd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:02:26.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "aai-ml",
  "timestamp": 1632470394326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:02:26.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470394603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T08:02:26.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470395607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/resourceInstances/vfw210d3b96effd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-24T08:02:26.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470396618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:02:26.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470397774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:02:26.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470398782,
  "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-24T08:02:26.034Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dac97e00-7b1e-44b6-93ae-2a925a96cb0f
2021-09-24T08:02:26.035Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-24T08:02:26.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "aai-ml",
  "timestamp": 1632470412451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210924075547/1.0/artifacts/service-Vfw20210924075547-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:02:26.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:02:26.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-24T08:02:26.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "aai-ml",
  "timestamp": 1632470413457,
  "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-24T08:02:26.050Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dac97e00-7b1e-44b6-93ae-2a925a96cb0f
2021-09-24T08:02:26.050Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-24T08:02:27.752Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:02:27.762Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:02:27.765Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:02:27.765Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T08:02:27.765Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T08:02:27.765Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:02:27.766Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T08:02:27.771Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T08:02:57.773Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f 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-24T08:02:57.787Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dac97e00-7b1e-44b6-93ae-2a925a96cb0f and serviceModelVersionId: b869ca41-db0c-4a5f-9afc-60d58623d067
2021-09-24T08:02:57.788Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e901deb-7157-4c8d-ba86-09416049fad4
2021-09-24T08:03:16.168Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0
2021-09-24T08:03:16.300Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T08:03:16.834Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0|INFO|500||Invoke
2021-09-24T08:03:16.842Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dac97e00-7b1e-44b6-93ae-2a925a96cb0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eb916bf4-2c68-46e3-b5aa-de4258e8266f], X-ECOMP-RequestID=[dac97e00-7b1e-44b6-93ae-2a925a96cb0f], X-TransactionId=[], X-ONAP-RequestID=[dac97e00-7b1e-44b6-93ae-2a925a96cb0f], Content-Type=[application/merge-patch+json]}
2021-09-24T08:03:17.000Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T08:03:17.800Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?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/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210924-08:03:17:058-83910], vertex-id=[348256], Content-Length=[0], Date=[Fri, 24 Sep 2021 08:03:17 GMT], Content-Type=[application/json]}
2021-09-24T08:03:17.801Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T08:03:17.802Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1e901deb-7157-4c8d-ba86-09416049fad4/model-vers/model-ver/b869ca41-db0c-4a5f-9afc-60d58623d067?depth=0|INFO|500||InvokeReturn
2021-09-24T08:03:17.807Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T08:03:17.809Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||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-24T08:03:17.819Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T08:03:17.821Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dac97e00-7b1e-44b6-93ae-2a925a96cb0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T08:03:17.823Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T08:03:17.824Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:03:17.826Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:03:17.826Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470597822,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:03:17.926Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:03:17.927Z||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-24T08:03:17.928Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:03:17.953Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:03:17.953Z||pool-18-thread-1|||||INFO|500||cambria reply ok (26 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-24T08:03:18.853Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:03:18.854Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:03:18.854Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:03:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:03:25.246Z||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-24T08:03:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:03:25.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:03:25.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:03:25.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dac97e00-7b1e-44b6-93ae-2a925a96cb0f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470597822,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:03:25.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:03:29.090Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:03:29.092Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:03:29.093Z||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-24T08:03:29.093Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:03:38.651Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:03:38.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:03:38.656Z||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-24T08:03:38.656Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:03:48.258Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:03:48.259Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:03:48.260Z||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-24T08:03:48.260Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:03:57.826Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:04:25.241Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:04:25.243Z||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-24T08:04:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:04:25.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:04:25.245Z||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-24T08:04:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:04:34.800Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:04:34.809Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:25.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:05:25.244Z||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-24T08:05:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:05:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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-24T08:05:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:05:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:05:25.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:25.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e1206d5-e7c9-4a19-a6e3-66ac8dec8897","serviceName":"basic_onboard_AtYTPY","serviceVersion":"1.0","serviceUUID":"6a48323f-2508-4c45-ba5f-03a266451182","serviceDescription":"service","serviceInvariantUUID":"00bfc565-29a3-4e6c-a353-e691f178f6e4","resources":[{"resourceInstanceName":"basic_onboard_AtYTPY 0","resourceName":"basic_onboard_AtYTPY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea29d89e-0fdc-4ad6-96b2-795da17a8b31","resourceInvariantUUID":"ab1d1264-0dad-45ec-965b-dcf85664cf23","resourceCustomizationUUID":"cba54b87-a89f-42e9-a04a-2598640312da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml","artifactChecksum":"NjVmMDRhNmUyYzQyYzk0NGE3NWQ1MDliNDgwZDAwNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9930ec5d-4bff-4390-aa26-2bdd1b5ba278","artifactVersion":"1"},{"artifactName":"basic_onboard_atytpy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json","artifactChecksum":"YTRlMTI4ZDQ4NGM4YmE4OThkM2E5MDU4ZjhkOWFmZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81ac4bd3-a32e-4be1-9242-43ec6f17b3f9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"811f665c-b4c5-4a45-872f-736750242a6e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"628a8750-852e-4846-88c5-e6e21e73c1f8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f03459fc-01d8-4a38-bf9f-5c800f99abd1","artifactVersion":"2","generatedFromUUID":"811f665c-b4c5-4a45-872f-736750242a6e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAtytpy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml","artifactChecksum":"ZDhkNmM0NGU2NmZlN2ExN2YxMjI5M2IyYjliNzU4ZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80c2f559-908f-46e3-b07b-6e1ebcda08fc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAtytpy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar","artifactChecksum":"MjM3MjBkM2MzMDY5MWU3MmU0M2NlNzhkYTlkMWVkYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"323adcfa-e142-4c17-a26a-6b19c52832c3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T08:05:25.921Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:25.923Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:25.930Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:25.930Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.935Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:25.938Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.939Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "aai-ml",
  "timestamp": 1632470685849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.940Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.940Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.940Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "dcae-sch",
  "timestamp": 1632470685735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.940Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.940Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.940Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470683460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.941Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.941Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.941Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "policy-id",
  "timestamp": 1632470679057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.941Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.941Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.941Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "dcae-sch",
  "timestamp": 1632470685735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.942Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.942Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.942Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470683460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.943Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.943Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.943Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "aai-ml",
  "timestamp": 1632470685849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.943Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.943Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.943Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "policy-id",
  "timestamp": 1632470679057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.944Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.944Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.944Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470688703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.944Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.944Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.944Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "cds",
  "timestamp": 1632470688709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.945Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.945Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.945Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "aai-ml",
  "timestamp": 1632470685849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.945Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.945Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.945Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "dcae-sch",
  "timestamp": 1632470685735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.946Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.946Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.946Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470683460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.946Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.947Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.947Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "policy-id",
  "timestamp": 1632470679057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:05:25.947Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.947Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.947Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470689503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470688703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "cds",
  "timestamp": 1632470688709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.948Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "aai-ml",
  "timestamp": 1632470685849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470683460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "dcae-sch",
  "timestamp": 1632470685735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.949Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "policy-id",
  "timestamp": 1632470679057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470689503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470688703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.950Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "cds",
  "timestamp": 1632470688709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "aai-ml",
  "timestamp": 1632470685849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.951Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470683460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "dcae-sch",
  "timestamp": 1632470685735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "policy-id",
  "timestamp": 1632470679057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.952Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470689503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470688703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "cds",
  "timestamp": 1632470688709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.953Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "aai-ml",
  "timestamp": 1632470685849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.954Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.954Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.954Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "dcae-sch",
  "timestamp": 1632470685735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.954Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.954Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.954Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470683460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.955Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.955Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.955Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "policy-id",
  "timestamp": 1632470679057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.956Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.956Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.956Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470689503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470688703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "cds",
  "timestamp": 1632470688709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.957Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "aai-ml",
  "timestamp": 1632470685849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:05:25.958Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.958Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.958Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "dcae-sch",
  "timestamp": 1632470685735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.958Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.958Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.958Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470683460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:05:25.959Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.959Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.960Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "policy-id",
  "timestamp": 1632470679057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:05:25.960Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.960Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.960Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470689503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T08:05:25.960Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.960Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470688703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "cds",
  "timestamp": 1632470688709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.961Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470689503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632470688703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "cds",
  "timestamp": 1632470688709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.962Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470689503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:05:25.963Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:25.963Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.963Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "aai-ml",
  "timestamp": 1632470697102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:05:25.963Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:25.963Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.963Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470697412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "policy-id",
  "timestamp": 1632470697503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "cds",
  "timestamp": 1632470697956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:25.964Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.965Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "policy-id",
  "timestamp": 1632470698508,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:05:25.965Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:25.965Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.965Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470698590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:05:25.965Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:25.965Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:25.966Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "cds",
  "timestamp": 1632470698965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-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-24T08:05:25.991Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
2021-09-24T08:05:25.993Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-24T08:05:26.002Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.002Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "clamp",
  "timestamp": 1632470698453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:26.003Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:26.003Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.003Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "policy-id",
  "timestamp": 1632470699511,
  "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-24T08:05:26.012Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
2021-09-24T08:05:26.012Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-24T08:05:26.021Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.021Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "clamp",
  "timestamp": 1632470698453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470700469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "clamp",
  "timestamp": 1632470698453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:26.022Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.023Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470701428,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:05:26.023Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.023Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.023Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632470701476,
  "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-24T08:05:26.027Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-24T08:05:26.028Z||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-24T08:05:26.028Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:26.030Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
2021-09-24T08:05:26.030Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-24T08:05:26.038Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:26.039Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:26.039Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.039Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "clamp",
  "timestamp": 1632470698453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "clamp",
  "timestamp": 1632470698453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "clamp",
  "timestamp": 1632470698453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.040Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "clamp",
  "timestamp": 1632470698453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:05:26.041Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:05:26.041Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.041Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470706415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:05:26.041Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.041Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.041Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470707438,
  "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-24T08:05:26.045Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
2021-09-24T08:05:26.045Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632470708441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "aai-ml",
  "timestamp": 1632470709638,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.051Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.052Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "aai-ml",
  "timestamp": 1632470710642,
  "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-24T08:05:26.056Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
2021-09-24T08:05:26.056Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "clamp",
  "timestamp": 1632470714192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "clamp",
  "timestamp": 1632470716202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:05:26.069Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "clamp",
  "timestamp": 1632470717205,
  "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-24T08:05:26.073Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
2021-09-24T08:05:26.074Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-24T08:05:26.931Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:26.932Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:26.934Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:26.934Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:05:27.034Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:05:27.035Z||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-24T08:05:27.035Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:27.044Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:27.044Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:05:27.934Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:27.935Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:27.937Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:27.937Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:05:28.037Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:05:28.038Z||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-24T08:05:28.038Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:28.049Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:28.049Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:05:28.938Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:28.939Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:28.941Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:28.941Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:29.043Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-24T08:05:29.044Z||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-24T08:05:29.044Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:29.054Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:29.055Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:29.942Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:29.944Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:29.947Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:29.947Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T08:05:30.048Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:05:30.050Z||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-24T08:05:30.050Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:30.059Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:30.060Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:30.949Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:30.950Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:30.953Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:30.953Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:05:31.058Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-24T08:05:31.061Z||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-24T08:05:31.061Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:31.071Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:31.071Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:31.953Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:05:31.955Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:31.958Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:31.958Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:05:32.058Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:05:32.059Z||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-24T08:05:32.059Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:32.068Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:32.069Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:32.960Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "serviceName": "basic_onboard_AtYTPY",
  "serviceVersion": "1.0",
  "serviceUUID": "6a48323f-2508-4c45-ba5f-03a266451182",
  "serviceDescription": "service",
  "serviceInvariantUUID": "00bfc565-29a3-4e6c-a353-e691f178f6e4",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_AtYTPY 0",
      "resourceCustomizationUUID": "cba54b87-a89f-42e9-a04a-2598640312da",
      "resourceName": "basic_onboard_AtYTPY",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ea29d89e-0fdc-4ad6-96b2-795da17a8b31",
      "resourceInvariantUUID": "ab1d1264-0dad-45ec-965b-dcf85664cf23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_atytpy0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
          "artifactChecksum": "YTRlMTI4ZDQ4NGM4YmE4OThkM2E5MDU4ZjhkOWFmZjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81ac4bd3-a32e-4be1-9242-43ec6f17b3f9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "811f665c-b4c5-4a45-872f-736750242a6e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f03459fc-01d8-4a38-bf9f-5c800f99abd1",
            "generatedFromUUID": "811f665c-b4c5-4a45-872f-736750242a6e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f03459fc-01d8-4a38-bf9f-5c800f99abd1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardAtytpy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
      "artifactChecksum": "MjM3MjBkM2MzMDY5MWU3MmU0M2NlNzhkYTlkMWVkYTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "323adcfa-e142-4c17-a26a-6b19c52832c3"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T08:05:32.961Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T08:05:32.961Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6a48323f-2508-4c45-ba5f-03a266451182 ASDC
2021-09-24T08:05:32.962Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
ServiceName:basic_onboard_AtYTPY
ServiceVersion:1.0
ServiceUUID:6a48323f-2508-4c45-ba5f-03a266451182
ServiceInvariantUUID:00bfc565-29a3-4e6c-a353-e691f178f6e4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAtytpy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar
ArtifactUUID:323adcfa-e142-4c17-a26a-6b19c52832c3
ArtifactChecksum:MjM3MjBkM2MzMDY5MWU3MmU0M2NlNzhkYTlkMWVkYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_AtYTPY 0
ResourceCustomizationUUID:cba54b87-a89f-42e9-a04a-2598640312da
ResourceInvariantUUID:ab1d1264-0dad-45ec-965b-dcf85664cf23
ResourceName:basic_onboard_AtYTPY
ResourceType:VF
ResourceUUID:ea29d89e-0fdc-4ad6-96b2-795da17a8b31
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_atytpy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json
ArtifactUUID:81ac4bd3-a32e-4be1-9242-43ec6f17b3f9
ArtifactChecksum:YTRlMTI4ZDQ4NGM4YmE4OThkM2E5MDU4ZjhkOWFmZjM=
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/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:811f665c-b4c5-4a45-872f-736750242a6e
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/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env
ArtifactUUID:f03459fc-01d8-4a38-bf9f-5c800f99abd1
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/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env
ArtifactUUID:f03459fc-01d8-4a38-bf9f-5c800f99abd1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T08:05:32.966Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a48323f-2508-4c45-ba5f-03a266451182 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-24T08:05:33.008Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:05:33.010Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-24T08:05:33.010Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-24T08:05:33.010Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 323adcfa-e142-4c17-a26a-6b19c52832c3 from URL: /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:33.010Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-24T08:05:33.011Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:33.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-24T08:05:33.248Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar 323adcfa-e142-4c17-a26a-6b19c52832c3 71361
2021-09-24T08:05:33.248Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar ASDC sendASDCNotification
2021-09-24T08:05:33.248Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:33.248Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:05:33.249Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:33.252Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:33.252Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470733248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:05:33.351Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:05:33.352Z||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-24T08:05:33.353Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:33.367Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:33.367Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:34.255Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:05:34.256Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-24T08:05:34.257Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 323adcfa-e142-4c17-a26a-6b19c52832c3, URL: /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar to file: /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:34.258Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:34.259Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:34.259Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:34.541Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9679332525745600891/Definitions/service-BasicOnboardAtytpy-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-24T08:05:35.929Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.930Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.931Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.931Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.931Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AtYTPY 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-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.931Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:35.932Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-24T08:05:35.932Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:35.932Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.932Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:35.932Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-24T08:05:35.933Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:05:35.933Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:35.933Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.933Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:35.933Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-24T08:05:35.934Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:05:35.934Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:35.934Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.934Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:35.934Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is not matching search criteria
2021-09-24T08:05:35.935Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-24T08:05:35.935Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-24T08:05:35.935Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-24T08:05:35.935Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T08:05:35.935Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T08:05:35.935Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:35.936Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T08:05:35.936Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:35.936Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:35.936Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:05:35.936Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:35.937Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:35.937Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:05:35.937Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:35.937Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:35.937Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:05:35.938Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:35.938Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is not matching search criteria
2021-09-24T08:05:35.938Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T08:05:35.938Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T08:05:35.938Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b90a1a2f-e056-4134-a73c-1367f1ad7ccd
2021-09-24T08:05:35.938Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:35.939Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.939Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:35.939Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.939Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:35.939Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.940Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:35.940Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:35.940Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_AtYTPY
Description:service
Model UUID:6a48323f-2508-4c45-ba5f-03a266451182
Model Version:NULL
Model InvariantUuid:00bfc565-29a3-4e6c-a353-e691f178f6e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_AtYTPY
Model UUID:7bf5fe15-5ac5-405f-bee0-e7a9512939f5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ab1d1264-0dad-45ec-965b-dcf85664cf23
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cba54b87-a89f-42e9-a04a-2598640312da
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ca8f1b95-0989-40ea-9ff6-359697bf58f4
ModelName:BasicOnboardAtytpy..base_ubuntu18..module-0
ModelUuid:7dd3bbb0-b680-4cd2-9b35-0c9340846df0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b90a1a2f-e056-4134-a73c-1367f1ad7ccd
ModelInvariantUuid:d2968d8f-672c-4950-9b99-9aa22b1fe968
ModelName:basic_onboard_AtYTPY-nodes.ubuntu18Cvfc
ModelUuid:c348c509-722c-44eb-bc25-5aad8b1c08cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5602e0a2-e0b4-4269-8f2c-2d4d5befef5a
ModelInvariantUuid:a9342276-8089-4cb8-b3ab-2d21383b007b
ModelName:BasicOnboardAtytpy.compute.nodes.heat.ubuntu18
ModelUuid:c565d878-8843-4e9b-a024-ba741c0a67f4
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-24T08:05:35.946Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ea29d89e-0fdc-4ad6-96b2-795da17a8b31
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-24T08:05:35.951Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||basic_onboard_AtYTPY 0
2021-09-24T08:05:35.951Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea29d89e-0fdc-4ad6-96b2-795da17a8b31
2021-09-24T08:05:35.951Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 81ac4bd3-a32e-4be1-9242-43ec6f17b3f9 from URL: /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json
2021-09-24T08:05:35.951Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-24T08:05:35.952Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json
2021-09-24T08:05:37.583Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-24T08:05:37.583Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json 81ac4bd3-a32e-4be1-9242-43ec6f17b3f9 798
2021-09-24T08:05:37.584Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json ASDC sendASDCNotification
2021-09-24T08:05:37.584Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json
2021-09-24T08:05:37.584Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:05:37.584Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:37.586Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:37.587Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470737584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:05:37.686Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:05:37.687Z||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-24T08:05:37.688Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:37.696Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:37.697Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:38.588Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAtytpy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ca8f1b95-0989-40ea-9ff6-359697bf58f4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7dd3bbb0-b680-4cd2-9b35-0c9340846df0",
    "vfModuleModelCustomizationUUID": "b6668941-5e9c-4ac1-ae15-219cf4fea043",
    "isBase": true,
    "artifacts": [
      "811f665c-b4c5-4a45-872f-736750242a6e",
      "f03459fc-01d8-4a38-bf9f-5c800f99abd1"
    ],
    "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-24T08:05:38.593Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAtytpy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7dd3bbb0-b680-4cd2-9b35-0c9340846df0
VfModuleModelInvariantUUID:ca8f1b95-0989-40ea-9ff6-359697bf58f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
811f665c-b4c5-4a45-872f-736750242a6e
,
f03459fc-01d8-4a38-bf9f-5c800f99abd1

}
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-24T08:05:38.599Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardAtytpy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ca8f1b95-0989-40ea-9ff6-359697bf58f4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7dd3bbb0-b680-4cd2-9b35-0c9340846df0",
    "vfModuleModelCustomizationUUID": "b6668941-5e9c-4ac1-ae15-219cf4fea043",
    "isBase": true,
    "artifacts": [
      "811f665c-b4c5-4a45-872f-736750242a6e",
      "f03459fc-01d8-4a38-bf9f-5c800f99abd1"
    ],
    "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-24T08:05:38.599Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAtytpy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7dd3bbb0-b680-4cd2-9b35-0c9340846df0
VfModuleModelInvariantUUID:ca8f1b95-0989-40ea-9ff6-359697bf58f4
VfModuleModelDescription:NULL
Artifacts UUID List:{
811f665c-b4c5-4a45-872f-736750242a6e
,
f03459fc-01d8-4a38-bf9f-5c800f99abd1

}
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-24T08:05:38.599Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 811f665c-b4c5-4a45-872f-736750242a6e from URL: /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml
2021-09-24T08:05:38.600Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-24T08:05:38.600Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml
2021-09-24T08:05:39.952Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-24T08:05:39.952Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml 811f665c-b4c5-4a45-872f-736750242a6e 5033
2021-09-24T08:05:39.953Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-24T08:05:39.953Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml
2021-09-24T08:05:39.953Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:05:39.953Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:39.955Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:39.955Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470739953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:05:40.055Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:05:40.056Z||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-24T08:05:40.057Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:40.065Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:40.065Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:40.956Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f03459fc-01d8-4a38-bf9f-5c800f99abd1 from URL: /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env
2021-09-24T08:05:40.956Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-24T08:05:40.957Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env
2021-09-24T08:05:43.574Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-24T08:05:43.581Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env f03459fc-01d8-4a38-bf9f-5c800f99abd1 909
2021-09-24T08:05:43.582Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-24T08:05:43.582Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env
2021-09-24T08:05:43.583Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:05:43.583Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:43.590Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:43.590Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470743582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:05:43.695Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:05:43.696Z||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-24T08:05:43.696Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:43.709Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:43.710Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:44.595Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6a48323f-2508-4c45-ba5f-03a266451182
2021-09-24T08:05:44.595Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AtYTPY 0 ea29d89e-0fdc-4ad6-96b2-795da17a8b31 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-24T08:05:44.613Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e5d1e19, org.onap.sdc.toscaparser.api.parameters.Input@187e8050, org.onap.sdc.toscaparser.api.parameters.Input@628ab848, org.onap.sdc.toscaparser.api.parameters.Input@3ef2ee40, org.onap.sdc.toscaparser.api.parameters.Input@18798251]
2021-09-24T08:05:44.615Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.623Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.623Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-24T08:05:44.623Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= cba54b87-a89f-42e9-a04a-2598640312da
2021-09-24T08:05:44.623Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cba54b87-a89f-42e9-a04a-2598640312da matches Tosca VF Customization UUID: cba54b87-a89f-42e9-a04a-2598640312da
2021-09-24T08:05:44.624Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: cba54b87-a89f-42e9-a04a-2598640312da  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-24T08:05:44.627Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.628Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.628Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id cba54b87-a89f-42e9-a04a-2598640312da: {\"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-24T08:05:44.629Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a3f25ef
2021-09-24T08:05:44.629Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.629Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T08:05:44.629Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6668941-5e9c-4ac1-ae15-219cf4fea043
2021-09-24T08:05:44.629Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6668941-5e9c-4ac1-ae15-219cf4fea043
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-24T08:05:44.632Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.632Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:44.632Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:05:44.632Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.632Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:44.633Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:05:44.633Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.633Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is not matching search criteria
2021-09-24T08:05:44.633Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T08:05:44.633Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T08:05:44.634Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b90a1a2f-e056-4134-a73c-1367f1ad7ccd
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-24T08:05:44.636Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.636Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:44.636Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:05:44.637Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.637Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_AtYTPY 0 is matching search criteria
2021-09-24T08:05:44.637Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_AtYTPY 0] matching following query criteria: sdcType=VF, customizationUUID=cba54b87-a89f-42e9-a04a-2598640312da
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-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6a48323f-2508-4c45-ba5f-03a266451182: basic_onboard_AtYTPY
2021-09-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.639Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_AtYTPY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:05:44.640Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_AtYTPY 
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-24T08:05:44.734Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AtYTPY ea29d89e-0fdc-4ad6-96b2-795da17a8b31 1 ASDC deployResourceStructure
2021-09-24T08:05:44.735Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json ASDC sendASDCNotification
2021-09-24T08:05:44.735Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json
2021-09-24T08:05:44.735Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:05:44.735Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:44.737Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:44.737Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470744735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:05:44.847Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-09-24T08:05:44.848Z||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-24T08:05:44.848Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:44.866Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:44.866Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:45.738Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-24T08:05:45.738Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml
2021-09-24T08:05:45.738Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:05:45.739Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:45.740Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:45.740Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470745738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T08:05:45.843Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-24T08:05:45.843Z||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-24T08:05:45.844Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:45.855Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:45.856Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:46.741Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-24T08:05:46.741Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env
2021-09-24T08:05:46.742Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:05:46.742Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:46.743Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:46.744Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470746741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-24T08:05:46.844Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:05:46.845Z||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-24T08:05:46.845Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:46.854Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:46.854Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:47.744Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar ASDC sendASDCNotification
2021-09-24T08:05:47.745Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar
2021-09-24T08:05:47.745Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:05:47.745Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:05:47.747Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:05:47.747Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470747744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:05:47.847Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:05:47.848Z||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-24T08:05:47.848Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:05:47.862Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:05:47.862Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:05:48.748Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:05:48.759Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:05:48.762Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:05:48.762Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T08:05:48.762Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T08:05:48.762Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T08:05:48.763Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:05:48.763Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:05:48.763Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:05:48.763Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:05:48.763Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:05:48.764Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:05:48.764Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T08:05:48.769Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T08:06:18.770Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 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-24T08:06:18.780Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 and serviceModelVersionId: 6a48323f-2508-4c45-ba5f-03a266451182
2021-09-24T08:06:18.781Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00bfc565-29a3-4e6c-a353-e691f178f6e4
2021-09-24T08:06:18.782Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0
2021-09-24T08:06:18.787Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T08:06:18.847Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0|INFO|500||Invoke
2021-09-24T08:06:18.848Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e1206d5-e7c9-4a19-a6e3-66ac8dec8897], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[48de7587-93f2-4ba8-a0ba-b157d115e131], X-ECOMP-RequestID=[8e1206d5-e7c9-4a19-a6e3-66ac8dec8897], X-TransactionId=[], X-ONAP-RequestID=[8e1206d5-e7c9-4a19-a6e3-66ac8dec8897], Content-Type=[application/merge-patch+json]}
2021-09-24T08:06:18.875Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T08:06:19.405Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?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/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-08:06:18:907-2760], vertex-id=[352352], Content-Length=[0], Date=[Fri, 24 Sep 2021 08:06:18 GMT], Content-Type=[application/json]}
2021-09-24T08:06:19.405Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T08:06:19.406Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/00bfc565-29a3-4e6c-a353-e691f178f6e4/model-vers/model-ver/6a48323f-2508-4c45-ba5f-03a266451182?depth=0|INFO|500||InvokeReturn
2021-09-24T08:06:19.407Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T08:06:19.407Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T08:06:19.418Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T08:06:19.418Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e1206d5-e7c9-4a19-a6e3-66ac8dec8897 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T08:06:19.418Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T08:06:19.419Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:06:19.421Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:06:19.421Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470779418,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:06:19.521Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:06:19.522Z||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-24T08:06:19.523Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:06:19.541Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:06:19.542Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-24T08:06:25.241Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:06:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:06:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:06:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:06:25.245Z||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-24T08:06:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:06:25.396Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:06:25.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:06:25.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:06:25.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:06:34.788Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:07:25.241Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:07:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:07:25.244Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:07:25.245Z||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-24T08:07:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:07:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:07:25.809Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:07:25.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:07:25.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:07:25.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:07:25.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:07:25.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470725241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470733248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470737584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470739953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470743582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470744735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/basic_onboard_atytpy0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470745738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470746741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/resourceInstances/basic_onboard_atytpy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470747744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAtytpy/1.0/artifacts/service-BasicOnboardAtytpy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e1206d5-e7c9-4a19-a6e3-66ac8dec8897",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632470779418,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:07:25.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:07:34.827Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:08:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:08:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:08:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:08:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:08:25.245Z||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-24T08:08:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:08:34.830Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:08:34.830Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:09:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:09:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:09:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:09:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:09:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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-24T08:09:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:09:34.803Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:09:34.803Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:10:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:10:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:10:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:10:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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-24T08:10:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:10:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:10:34.806Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:10:34.810Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:11:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:11:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:11:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:11:25.245Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:11:25.246Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:11:25.246Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:11:34.870Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:11:34.871Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:12:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:12:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:12:25.245Z||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-24T08:12:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:12:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:12:25.247Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:12:34.814Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:12:34.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:13:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:13:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:13:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:13:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:13:25.244Z||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-24T08:13:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:13:34.813Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:13:34.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:14:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:14:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:14:25.244Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:14:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:14:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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-24T08:14:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:14:34.799Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:14:34.799Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:15:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:15:25.243Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:15:25.243Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:15:25.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:15:25.245Z||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-24T08:15:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:15:34.794Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:15:34.810Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:16:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:16:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:16:25.244Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:16:25.245Z||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-24T08:16:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:16:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:16:34.792Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:16:34.795Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:17:25.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:17:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:17:25.245Z||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-24T08:17:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:17:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:17:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:17:34.800Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:17:34.827Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:18:25.243Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:18:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:18:25.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:18:25.246Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:18:25.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:18:25.246Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:18:34.793Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:18:34.802Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:19:25.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:19:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:19:25.245Z||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-24T08:19:25.245Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:19:25.245Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:19:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:19:25.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:19:25.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471528704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "aai-ml",
  "timestamp": 1632471525849,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "dcae-sch",
  "timestamp": 1632471525734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "cds",
  "timestamp": 1632471528709,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471523464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471529504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "aai-ml",
  "timestamp": 1632471525849,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:19:25.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471528704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "cds",
  "timestamp": 1632471528709,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:19:25.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "dcae-sch",
  "timestamp": 1632471525734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471523464,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:19:25.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471529504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:19:25.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "aai-ml",
  "timestamp": 1632471532883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:19:25.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "cds",
  "timestamp": 1632471533141,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:19:25.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471533141,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:19:25.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "cds",
  "timestamp": 1632471534147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-09-24T08:19:25.909Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:19:25.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d51d13b1-daa9-4221-8c56-1ba07dd3e8a3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8a3881af-dd59-4767-aab9-40443ca9166b","serviceDescription":"service","serviceInvariantUUID":"f6817060-4654-48e9-990a-7ae96240ca9b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"81faa2d1-de31-4657-bbc8-4981722e780c","resourceInvariantUUID":"356bcf3e-5c66-44c9-917f-fb73ccdf7557","resourceCustomizationUUID":"4de4d9cd-b4d3-4336-bc3f-9d1017e1d83c","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":"YmY4MGZmOTNkY2Q5YTZjZmMyNDlmODY4NDUzZjhmYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9944b19-a906-443c-ae72-70bc09e4d8ab","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2FkNDM0OTczYzkwOTYxMjViNmJlNzQ4NzcyMzQ0Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bde043f8-5cc6-4f2d-b5f6-fe78c98b31b4","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:19:25.930Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
2021-09-24T08:19:25.931Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 and ComponentName cds
2021-09-24T08:19:25.931Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:19:25.932Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
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-24T08:19:25.939Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:19:25.939Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471565242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471535047,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:19:25.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471536053,
  "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-24T08:19:25.946Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
2021-09-24T08:19:25.947Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 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-24T08:19:25.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "aai-ml",
  "timestamp": 1632471538187,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:19:25.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "clamp",
  "timestamp": 1632471538450,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "aai-ml",
  "timestamp": 1632471539192,
  "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-24T08:19:25.964Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
2021-09-24T08:19:25.964Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 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-24T08:19:25.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "policy-id",
  "timestamp": 1632471539067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:19:25.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "clamp",
  "timestamp": 1632471538450,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:19:25.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "policy-id",
  "timestamp": 1632471539067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:19:25.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:19:25.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "policy-id",
  "timestamp": 1632471545959,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:19:25.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "policy-id",
  "timestamp": 1632471546968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:19:25.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "policy-id",
  "timestamp": 1632471547975,
  "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-24T08:19:25.979Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
2021-09-24T08:19:25.979Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 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-24T08:19:25.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "clamp",
  "timestamp": 1632471551402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:19:25.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "clamp",
  "timestamp": 1632471553410,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:19:25.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:19:25.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:19:25.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "clamp",
  "timestamp": 1632471554414,
  "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-24T08:19:25.993Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
2021-09-24T08:19:25.993Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 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-24T08:19:26.039Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:19:26.040Z||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-24T08:19:26.040Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:19:26.052Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:19:26.053Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:19:26.940Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:19:26.940Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:19:26.942Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:19:26.943Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471565242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:19:27.043Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:19:27.044Z||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-24T08:19:27.044Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:19:27.059Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:19:27.060Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:19:27.943Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8a3881af-dd59-4767-aab9-40443ca9166b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f6817060-4654-48e9-990a-7ae96240ca9b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4de4d9cd-b4d3-4336-bc3f-9d1017e1d83c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "81faa2d1-de31-4657-bbc8-4981722e780c",
      "resourceInvariantUUID": "356bcf3e-5c66-44c9-917f-fb73ccdf7557",
      "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": "N2FkNDM0OTczYzkwOTYxMjViNmJlNzQ4NzcyMzQ0Mzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bde043f8-5cc6-4f2d-b5f6-fe78c98b31b4"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T08:19:27.944Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T08:19:27.944Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8a3881af-dd59-4767-aab9-40443ca9166b ASDC
2021-09-24T08:19:27.945Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8a3881af-dd59-4767-aab9-40443ca9166b
ServiceInvariantUUID:f6817060-4654-48e9-990a-7ae96240ca9b
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:bde043f8-5cc6-4f2d-b5f6-fe78c98b31b4
ArtifactChecksum:N2FkNDM0OTczYzkwOTYxMjViNmJlNzQ4NzcyMzQ0Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4de4d9cd-b4d3-4336-bc3f-9d1017e1d83c
ResourceInvariantUUID:356bcf3e-5c66-44c9-917f-fb73ccdf7557
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:81faa2d1-de31-4657-bbc8-4981722e780c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-24T08:19:27.945Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a3881af-dd59-4767-aab9-40443ca9166b 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-24T08:19:27.976Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:19:27.977Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-24T08:19:27.978Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-24T08:19:27.978Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bde043f8-5cc6-4f2d-b5f6-fe78c98b31b4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T08:19:27.978Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-24T08:19:27.978Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T08:19:29.240Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-24T08:19:29.242Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bde043f8-5cc6-4f2d-b5f6-fe78c98b31b4 52170
2021-09-24T08:19:29.242Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-24T08:19:29.242Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T08:19:29.243Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:19:29.243Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:19:29.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:19:29.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471569242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:19:29.345Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:19:29.346Z||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-24T08:19:29.346Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:19:29.357Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:19:29.358Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:19:30.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:19:30.246Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-24T08:19:30.246Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bde043f8-5cc6-4f2d-b5f6-fe78c98b31b4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.247Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-24T08:19:30.248Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.248Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.373Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7134401451571702837/Definitions/service-BasicNetwork-template.yml
2021-09-24T08:19:30.928Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.929Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.930Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.930Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.930Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.930Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-24T08:19:30.930Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-24T08:19:30.931Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.931Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.931Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-24T08:19:30.931Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-24T08:19:30.932Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:19:30.932Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.932Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.932Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-24T08:19:30.932Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-24T08:19:30.933Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:19:30.933Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.933Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.933Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.933Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8a3881af-dd59-4767-aab9-40443ca9166b
Model Version:NULL
Model InvariantUuid:f6817060-4654-48e9-990a-7ae96240ca9b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:356bcf3e-5c66-44c9-917f-fb73ccdf7557
Model UUID:5a64714b-eec8-4067-aabf-60016d02f169
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4de4d9cd-b4d3-4336-bc3f-9d1017e1d83c
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-24T08:19:30.941Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 81faa2d1-de31-4657-bbc8-4981722e780c
2021-09-24T08:19:30.941Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||No resources found for Service: 8a3881af-dd59-4767-aab9-40443ca9166b
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-24T08:19:30.947Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||
2021-09-24T08:19:30.947Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-24T08:19:30.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 8a3881af-dd59-4767-aab9-40443ca9166b
2021-09-24T08:19:30.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8a3881af-dd59-4767-aab9-40443ca9166b
2021-09-24T08:19:30.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-24T08:19:30.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-24T08:19:30.953Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@201fcc79, org.onap.sdc.toscaparser.api.parameters.Input@7e991507, org.onap.sdc.toscaparser.api.parameters.Input@126cbc9d, org.onap.sdc.toscaparser.api.parameters.Input@38c4c796, org.onap.sdc.toscaparser.api.parameters.Input@66e6a8f3]
2021-09-24T08:19:30.954Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.955Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.955Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.955Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.956Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8a3881af-dd59-4767-aab9-40443ca9166b: Generic NeutronNet
2021-09-24T08:19:30.956Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.956Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.956Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.957Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-24T08:19:30.997Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.998Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.998Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.998Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.999Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:19:30.999Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:19:30.999Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||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-24T08:19:31.055Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-24T08:19:31.055Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-24T08:19:31.055Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-24T08:19:31.056Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:19:31.057Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:19:31.059Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:19:31.059Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471571055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:19:31.159Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:19:31.160Z||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-24T08:19:31.160Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:19:31.169Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:19:31.170Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:19:32.060Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:19:32.069Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d51d13b1-daa9-4221-8c56-1ba07dd3e8a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:19:32.073Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:19:32.073Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T08:19:32.073Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T08:19:32.073Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:19:32.074Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T08:19:32.079Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T08:20:02.079Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 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-24T08:20:02.090Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 and serviceModelVersionId: 8a3881af-dd59-4767-aab9-40443ca9166b
2021-09-24T08:20:02.090Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6817060-4654-48e9-990a-7ae96240ca9b
2021-09-24T08:20:02.092Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0
2021-09-24T08:20:02.098Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T08:20:02.182Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0|INFO|500||Invoke
2021-09-24T08:20:02.183Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d51d13b1-daa9-4221-8c56-1ba07dd3e8a3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[468b5b6e-ca12-441f-9f80-c0f351ddf361], X-ECOMP-RequestID=[d51d13b1-daa9-4221-8c56-1ba07dd3e8a3], X-TransactionId=[], X-ONAP-RequestID=[d51d13b1-daa9-4221-8c56-1ba07dd3e8a3], Content-Type=[application/merge-patch+json]}
2021-09-24T08:20:02.209Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T08:20:02.729Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?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/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210924-08:20:02:250-28537], vertex-id=[258112], Content-Length=[0], Date=[Fri, 24 Sep 2021 08:20:02 GMT], Content-Type=[application/json]}
2021-09-24T08:20:02.729Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T08:20:02.730Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f6817060-4654-48e9-990a-7ae96240ca9b/model-vers/model-ver/8a3881af-dd59-4767-aab9-40443ca9166b?depth=0|INFO|500||InvokeReturn
2021-09-24T08:20:02.731Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T08:20:02.731Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||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-24T08:20:02.736Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T08:20:02.737Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d51d13b1-daa9-4221-8c56-1ba07dd3e8a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T08:20:02.737Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T08:20:02.738Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:20:02.742Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:20:02.742Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471602737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:20:02.844Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-24T08:20:02.845Z||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-24T08:20:02.846Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:20:02.857Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:20:02.857Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 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-24T08:20:25.248Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:20:25.250Z||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-24T08:20:25.251Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:20:25.252Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:20:25.253Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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-24T08:20:25.253Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:20:25.387Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:20:25.388Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:20:25.388Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471565242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:20:25.390Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:20:34.820Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:21:25.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:21:25.245Z||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-24T08:21:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:21:25.249Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:21:25.249Z||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-24T08:21:25.249Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:21:25.780Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:21:25.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T08:21:25.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471565242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:21:25.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:21:25.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T08:21:25.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471569242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:21:25.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:21:25.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T08:21:25.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471571055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:21:25.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:21:25.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-24T08:21:25.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d51d13b1-daa9-4221-8c56-1ba07dd3e8a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471602737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:21:25.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:21:34.793Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:22:25.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:22:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:22:25.246Z||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-24T08:22:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:22:25.246Z||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-24T08:22:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:22:34.812Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:22:34.833Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:25.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:23:25.244Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:23:25.246Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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-24T08:23:25.246Z||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-24T08:23:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:23:25.246Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:23:25.389Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:25.862Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.868Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "cds",
  "timestamp": 1632471753709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.869Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.869Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.869Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "policy-id",
  "timestamp": 1632471759057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "cds",
  "timestamp": 1632471753709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "policy-id",
  "timestamp": 1632471759057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.870Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.871Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.871Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471763459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.871Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.871Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.871Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "cds",
  "timestamp": 1632471753709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.872Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.872Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.872Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "policy-id",
  "timestamp": 1632471759057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:23:25.872Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.872Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.872Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471763459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.873Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.873Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.873Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "policy-id",
  "timestamp": 1632471759057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.873Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.873Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.873Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "cds",
  "timestamp": 1632471753709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.874Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.874Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.874Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471763459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "dcae-sch",
  "timestamp": 1632471765733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "aai-ml",
  "timestamp": 1632471765851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.875Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "policy-id",
  "timestamp": 1632471759057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "cds",
  "timestamp": 1632471753709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471763459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.876Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "dcae-sch",
  "timestamp": 1632471765733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "aai-ml",
  "timestamp": 1632471765851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "policy-id",
  "timestamp": 1632471759057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.877Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "cds",
  "timestamp": 1632471753709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471763459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "dcae-sch",
  "timestamp": 1632471765733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.878Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "aai-ml",
  "timestamp": 1632471765851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "cds",
  "timestamp": 1632471753709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "policy-id",
  "timestamp": 1632471759057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.879Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471763459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471768708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "dcae-sch",
  "timestamp": 1632471765733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.880Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.883Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "aai-ml",
  "timestamp": 1632471765851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.884Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.884Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.884Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471763459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:23:25.884Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.884Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.884Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471769503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.887Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.888Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.888Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471768708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.888Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.889Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.889Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "dcae-sch",
  "timestamp": 1632471765733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.889Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.890Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.890Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "aai-ml",
  "timestamp": 1632471765851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.890Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.890Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.891Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "policy-id",
  "timestamp": 1632471770794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.891Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.891Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.891Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471769503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:23:25.892Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.892Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.892Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "cds",
  "timestamp": 1632471771255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.892Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.893Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.893Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471768708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.893Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.893Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.894Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "dcae-sch",
  "timestamp": 1632471765733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.894Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.895Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.895Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "aai-ml",
  "timestamp": 1632471765851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.897Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.897Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.897Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "policy-id",
  "timestamp": 1632471771804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:23:25.899Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.900Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.900Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471772151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.901Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.901Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.901Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471769503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:23:25.902Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.903Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.903Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "cds",
  "timestamp": 1632471772263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T08:23:25.914Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:25.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5bd6d9a8-ced6-417f-9664-82ab8b93a486","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8cbf0cc5-d6c1-450c-9a44-183bfc776ea9","serviceDescription":"service","serviceInvariantUUID":"5d6190ff-3d7d-4152-998a-7f3c53f02404","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29994cd7-4722-48e5-8361-db4850596d21","resourceInvariantUUID":"4d438992-a1fd-441f-bae9-1a0bc6a1d00e","resourceCustomizationUUID":"10502721-65a1-4f12-9547-f97cf54335dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NDIzOTFmYzZhZDllNDIxMTVkZDg2NWMwMGFjNTMzY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b022e6a-4121-4eb5-823c-83d31fe0ef40","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NDRjZWJkNzU0ODY4NmExYzU0NGQwYWY3MzZhODY0ZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1589e1f5-8567-4dd2-88b4-f65c72188b9b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cbb317c7-1cd4-4616-a225-47dac44c30bc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b2031ee9-0fe3-4ccf-8d1c-de427c8c8e25","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c5209bbe-059f-43ef-87f9-eeb4c360220f","artifactVersion":"2","generatedFromUUID":"cbb317c7-1cd4-4616-a225-47dac44c30bc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTk5NTYyMjI4MTZiMjdiMmRhODBjM2M4NTdiZjJkOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18ef544e-17c3-4a64-aaa1-b8d74348884f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDdjMGY5NGNiZWIzODdlMGFiZDEzZmU5YTM3NjAzZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76c86b69-3412-4331-b228-084d3ef06369","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:23:25.918Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:25.919Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T08:23:25.923Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:25.923Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.925Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5bd6d9a8-ced6-417f-9664-82ab8b93a486
2021-09-24T08:23:25.925Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd6d9a8-ced6-417f-9664-82ab8b93a486 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-24T08:23:25.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471768708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.934Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "dcae-sch",
  "timestamp": 1632471765733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "aai-ml",
  "timestamp": 1632471765851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:23:25.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.935Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.936Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "policy-id",
  "timestamp": 1632471772809,
  "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-24T08:23:25.940Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bd6d9a8-ced6-417f-9664-82ab8b93a486
2021-09-24T08:23:25.940Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd6d9a8-ced6-417f-9664-82ab8b93a486 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-24T08:23:25.947Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471769503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471768708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.948Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471769503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471768708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "aai-ml",
  "timestamp": 1632471774945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.949Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471769503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471775220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.950Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471768708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.951Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.951Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.951Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471769503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:23:25.951Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.951Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.951Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471776229,
  "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-24T08:23:25.957Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5bd6d9a8-ced6-417f-9664-82ab8b93a486
2021-09-24T08:23:25.957Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd6d9a8-ced6-417f-9664-82ab8b93a486 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-24T08:23:25.964Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.964Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471778215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.964Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.964Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "clamp",
  "timestamp": 1632471778451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "clamp",
  "timestamp": 1632471778451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "clamp",
  "timestamp": 1632471778451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.965Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471782037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "clamp",
  "timestamp": 1632471778451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.966Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "clamp",
  "timestamp": 1632471778451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "clamp",
  "timestamp": 1632471778451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "clamp",
  "timestamp": 1632471778451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:23:25.967Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.968Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.968Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471787934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:25.968Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.968Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.968Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471788964,
  "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-24T08:23:25.980Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bd6d9a8-ced6-417f-9664-82ab8b93a486
2021-09-24T08:23:25.981Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd6d9a8-ced6-417f-9664-82ab8b93a486 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-24T08:23:25.988Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.988Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "aai-ml",
  "timestamp": 1632471789143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:23:25.988Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.989Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.989Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "cds",
  "timestamp": 1632471783709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.989Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.989Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.990Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471788702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.990Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.990Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.990Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "dcae-sch",
  "timestamp": 1632471785733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:25.991Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:25.991Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.991Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471789973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:23:25.991Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:25.991Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:25.992Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "aai-ml",
  "timestamp": 1632471790148,
  "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-24T08:23:25.997Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5bd6d9a8-ced6-417f-9664-82ab8b93a486
2021-09-24T08:23:25.997Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd6d9a8-ced6-417f-9664-82ab8b93a486 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-24T08:23:26.007Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.007Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471788702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.007Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.007Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "cds",
  "timestamp": 1632471783709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "dcae-sch",
  "timestamp": 1632471785733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471790978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.008Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "cds",
  "timestamp": 1632471783709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471788702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "dcae-sch",
  "timestamp": 1632471785733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471790978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.009Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "cds",
  "timestamp": 1632471783709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471788702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "dcae-sch",
  "timestamp": 1632471785733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471790978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-24T08:23:26.010Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "cds",
  "timestamp": 1632471783709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471788702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "dcae-sch",
  "timestamp": 1632471785733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.011Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471793459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471790978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "cds",
  "timestamp": 1632471783709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.012Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471788702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "dcae-sch",
  "timestamp": 1632471785733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471793459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471790978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.013Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "cds",
  "timestamp": 1632471783709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471788702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "dcae-sch",
  "timestamp": 1632471785733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.014Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471793459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "clamp",
  "timestamp": 1632471796477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "aai-ml",
  "timestamp": 1632471795849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471790978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.015Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "cds",
  "timestamp": 1632471783709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471788702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "dcae-sch",
  "timestamp": 1632471785733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.016Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471793459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "aai-ml",
  "timestamp": 1632471795849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471790978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471788702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.017Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "dcae-sch",
  "timestamp": 1632471785733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "cds",
  "timestamp": 1632471783709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471793459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.018Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "aai-ml",
  "timestamp": 1632471795849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471790978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471793459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "clamp",
  "timestamp": 1632471799477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:23:26.019Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "aai-ml",
  "timestamp": 1632471795849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471790978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "policy-id",
  "timestamp": 1632471799057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.020Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.021Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471793459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.021Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.021Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.021Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "clamp",
  "timestamp": 1632471800480,
  "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-24T08:23:26.023Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:23:26.025Z||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-24T08:23:26.025Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:26.030Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5bd6d9a8-ced6-417f-9664-82ab8b93a486
2021-09-24T08:23:26.030Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd6d9a8-ced6-417f-9664-82ab8b93a486 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-24T08:23:26.038Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:26.038Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:23:26.039Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.039Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "aai-ml",
  "timestamp": 1632471795849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.039Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.039Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "policy-id",
  "timestamp": 1632471799057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471793459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "cds",
  "timestamp": 1632471801447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.040Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "aai-ml",
  "timestamp": 1632471795849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "policy-id",
  "timestamp": 1632471799057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471793459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.041Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "cds",
  "timestamp": 1632471802457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T08:23:26.055Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f868bdbf-1d52-4acf-8706-48fab7761053
2021-09-24T08:23:26.055Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f868bdbf-1d52-4acf-8706-48fab7761053 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-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "aai-ml",
  "timestamp": 1632471795849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "policy-id",
  "timestamp": 1632471799057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.071Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "aai-ml",
  "timestamp": 1632471795849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "policy-id",
  "timestamp": 1632471799057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471804128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "aai-ml",
  "timestamp": 1632471795849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-24T08:23:26.072Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "policy-id",
  "timestamp": 1632471799057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:26.073Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:23:26.924Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:26.925Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:26.927Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:26.927Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:23:27.028Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:23:27.028Z||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-24T08:23:27.029Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:27.038Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:27.038Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:27.928Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:27.930Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:27.932Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:27.933Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:23:28.033Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:23:28.033Z||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-24T08:23:28.034Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:28.040Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:28.041Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:28.933Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:28.933Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:28.936Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:28.936Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:29.037Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:23:29.037Z||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-24T08:23:29.037Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:29.048Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:29.048Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:29.937Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:29.937Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:29.940Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:29.940Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T08:23:30.040Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:23:30.041Z||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-24T08:23:30.041Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:30.049Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:30.050Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:30.940Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:30.941Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:30.942Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:30.943Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:23:31.043Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:23:31.044Z||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-24T08:23:31.044Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:31.054Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:31.054Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:31.943Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:23:31.945Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:31.946Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:31.947Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:23:32.047Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:23:32.047Z||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-24T08:23:32.048Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:32.068Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:32.068Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:32.948Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8cbf0cc5-d6c1-450c-9a44-183bfc776ea9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5d6190ff-3d7d-4152-998a-7f3c53f02404",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "10502721-65a1-4f12-9547-f97cf54335dc",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "29994cd7-4722-48e5-8361-db4850596d21",
      "resourceInvariantUUID": "4d438992-a1fd-441f-bae9-1a0bc6a1d00e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "NDRjZWJkNzU0ODY4NmExYzU0NGQwYWY3MzZhODY0ZGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1589e1f5-8567-4dd2-88b4-f65c72188b9b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cbb317c7-1cd4-4616-a225-47dac44c30bc",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c5209bbe-059f-43ef-87f9-eeb4c360220f",
            "generatedFromUUID": "cbb317c7-1cd4-4616-a225-47dac44c30bc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c5209bbe-059f-43ef-87f9-eeb4c360220f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDdjMGY5NGNiZWIzODdlMGFiZDEzZmU5YTM3NjAzZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "76c86b69-3412-4331-b228-084d3ef06369"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T08:23:32.948Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T08:23:32.949Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8cbf0cc5-d6c1-450c-9a44-183bfc776ea9 ASDC
2021-09-24T08:23:32.950Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5bd6d9a8-ced6-417f-9664-82ab8b93a486
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8cbf0cc5-d6c1-450c-9a44-183bfc776ea9
ServiceInvariantUUID:5d6190ff-3d7d-4152-998a-7f3c53f02404
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:76c86b69-3412-4331-b228-084d3ef06369
ArtifactChecksum:ZDdjMGY5NGNiZWIzODdlMGFiZDEzZmU5YTM3NjAzZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:10502721-65a1-4f12-9547-f97cf54335dc
ResourceInvariantUUID:4d438992-a1fd-441f-bae9-1a0bc6a1d00e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:29994cd7-4722-48e5-8361-db4850596d21
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:1589e1f5-8567-4dd2-88b4-f65c72188b9b
ArtifactChecksum:NDRjZWJkNzU0ODY4NmExYzU0NGQwYWY3MzZhODY0ZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:cbb317c7-1cd4-4616-a225-47dac44c30bc
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:c5209bbe-059f-43ef-87f9-eeb4c360220f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:c5209bbe-059f-43ef-87f9-eeb4c360220f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T08:23:32.950Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8cbf0cc5-d6c1-450c-9a44-183bfc776ea9 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-24T08:23:32.986Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:23:32.987Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-24T08:23:32.987Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-24T08:23:32.987Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 76c86b69-3412-4331-b228-084d3ef06369 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-24T08:23:32.987Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:23:32.988Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-24T08:23:34.147Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:23:34.151Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 76c86b69-3412-4331-b228-084d3ef06369 70860
2021-09-24T08:23:34.152Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-24T08:23:34.152Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-24T08:23:34.152Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:23:34.153Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:34.155Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:34.155Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471814152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:34.256Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:23:34.257Z||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-24T08:23:34.257Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:34.301Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:34.301Z||pool-47-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:35.156Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:23:35.157Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-24T08:23:35.157Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 76c86b69-3412-4331-b228-084d3ef06369, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:35.175Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-24T08:23:35.176Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:35.176Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:35.514Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14266304051573804542/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-24T08:23:36.904Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:36.905Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:36.906Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-24T08:23:36.907Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:23:36.907Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:36.907Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:36.907Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:36.907Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-24T08:23:36.907Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-24T08:23:36.908Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:36.909Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:23:36.910Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:36.910Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:36.910Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:23:36.910Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:36.911Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:36.911Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:23:36.911Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:36.911Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-24T08:23:36.912Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-24T08:23:36.912Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-24T08:23:36.913Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4f7ff23a-f132-4f94-bcc0-4dd59690e0a9
2021-09-24T08:23:36.913Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:36.913Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:36.913Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:36.913Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:36.913Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:36.913Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:36.914Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:36.914Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:36.914Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8cbf0cc5-d6c1-450c-9a44-183bfc776ea9
Model Version:NULL
Model InvariantUuid:5d6190ff-3d7d-4152-998a-7f3c53f02404
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:80f38f51-e698-4b99-95f0-45cfe099a144
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d438992-a1fd-441f-bae9-1a0bc6a1d00e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:10502721-65a1-4f12-9547-f97cf54335dc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6b8511bf-0f73-4762-a2d6-1bd8c793ec0f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:d763d7e7-2a15-4b65-ab8a-fe16ce48383d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4f7ff23a-f132-4f94-bcc0-4dd59690e0a9
ModelInvariantUuid:981f9649-e481-4c0f-8f15-a06db4dd7d6a
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e56e1903-c2fb-493e-b727-b0136bb9539f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a6160b02-afcb-4b46-83ce-80785f465161
ModelInvariantUuid:ad5eb7a5-14b8-472e-af37-2aec8a329999
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:545d437d-2eb8-43b6-aca4-e875daa40584
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-24T08:23:36.925Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 29994cd7-4722-48e5-8361-db4850596d21
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-24T08:23:36.931Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||basic_vm 0
2021-09-24T08:23:36.931Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29994cd7-4722-48e5-8361-db4850596d21
2021-09-24T08:23:36.931Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1589e1f5-8567-4dd2-88b4-f65c72188b9b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-24T08:23:36.931Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:23:36.931Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-24T08:23:39.520Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:23:39.521Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1589e1f5-8567-4dd2-88b4-f65c72188b9b 787
2021-09-24T08:23:39.521Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-24T08:23:39.522Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-24T08:23:39.522Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:23:39.522Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:39.525Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:39.525Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471819521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:39.625Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:23:39.626Z||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-24T08:23:39.626Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:39.639Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:39.640Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:23:40.526Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6b8511bf-0f73-4762-a2d6-1bd8c793ec0f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d763d7e7-2a15-4b65-ab8a-fe16ce48383d",
    "vfModuleModelCustomizationUUID": "8a5a5fde-7ea0-487a-bb62-77a7912058e4",
    "isBase": true,
    "artifacts": [
      "cbb317c7-1cd4-4616-a225-47dac44c30bc",
      "c5209bbe-059f-43ef-87f9-eeb4c360220f"
    ],
    "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-24T08:23:40.531Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d763d7e7-2a15-4b65-ab8a-fe16ce48383d
VfModuleModelInvariantUUID:6b8511bf-0f73-4762-a2d6-1bd8c793ec0f
VfModuleModelDescription:NULL
Artifacts UUID List:{
cbb317c7-1cd4-4616-a225-47dac44c30bc
,
c5209bbe-059f-43ef-87f9-eeb4c360220f

}
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-24T08:23:40.533Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6b8511bf-0f73-4762-a2d6-1bd8c793ec0f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d763d7e7-2a15-4b65-ab8a-fe16ce48383d",
    "vfModuleModelCustomizationUUID": "8a5a5fde-7ea0-487a-bb62-77a7912058e4",
    "isBase": true,
    "artifacts": [
      "cbb317c7-1cd4-4616-a225-47dac44c30bc",
      "c5209bbe-059f-43ef-87f9-eeb4c360220f"
    ],
    "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-24T08:23:40.534Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d763d7e7-2a15-4b65-ab8a-fe16ce48383d
VfModuleModelInvariantUUID:6b8511bf-0f73-4762-a2d6-1bd8c793ec0f
VfModuleModelDescription:NULL
Artifacts UUID List:{
cbb317c7-1cd4-4616-a225-47dac44c30bc
,
c5209bbe-059f-43ef-87f9-eeb4c360220f

}
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-24T08:23:40.534Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cbb317c7-1cd4-4616-a225-47dac44c30bc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-24T08:23:40.534Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:23:40.535Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-24T08:23:43.978Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:23:43.979Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cbb317c7-1cd4-4616-a225-47dac44c30bc 5033
2021-09-24T08:23:43.979Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-24T08:23:43.980Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-24T08:23:43.980Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:23:43.980Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:43.982Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:43.982Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471823979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:44.084Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:23:44.085Z||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-24T08:23:44.085Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:44.099Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:44.100Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:44.983Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c5209bbe-059f-43ef-87f9-eeb4c360220f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-24T08:23:44.984Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:23:44.985Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-24T08:23:48.752Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:23:48.752Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c5209bbe-059f-43ef-87f9-eeb4c360220f 903
2021-09-24T08:23:48.753Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-24T08:23:48.753Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-24T08:23:48.753Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:23:48.754Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:48.756Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:48.756Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471828753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:23:48.856Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:23:48.857Z||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-24T08:23:48.857Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:48.868Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:48.868Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:49.757Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8cbf0cc5-d6c1-450c-9a44-183bfc776ea9
2021-09-24T08:23:49.757Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 29994cd7-4722-48e5-8361-db4850596d21 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-24T08:23:49.772Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@701993ae, org.onap.sdc.toscaparser.api.parameters.Input@52e8b452, org.onap.sdc.toscaparser.api.parameters.Input@74ba9703, org.onap.sdc.toscaparser.api.parameters.Input@260951fb, org.onap.sdc.toscaparser.api.parameters.Input@1ab12277]
2021-09-24T08:23:49.774Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.775Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:49.775Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-09-24T08:23:49.775Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 10502721-65a1-4f12-9547-f97cf54335dc
2021-09-24T08:23:49.775Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 10502721-65a1-4f12-9547-f97cf54335dc matches Tosca VF Customization UUID: 10502721-65a1-4f12-9547-f97cf54335dc
2021-09-24T08:23:49.775Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 10502721-65a1-4f12-9547-f97cf54335dc  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-24T08:23:49.780Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.780Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:49.781Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 10502721-65a1-4f12-9547-f97cf54335dc: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-09-24T08:23:49.781Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41a4d9ad
2021-09-24T08:23:49.782Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.782Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T08:23:49.782Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a5a5fde-7ea0-487a-bb62-77a7912058e4
2021-09-24T08:23:49.782Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a5a5fde-7ea0-487a-bb62-77a7912058e4
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-24T08:23:49.785Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.785Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:49.785Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:23:49.786Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.786Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:49.786Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:23:49.787Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.787Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-24T08:23:49.787Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-24T08:23:49.788Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-24T08:23:49.788Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4f7ff23a-f132-4f94-bcc0-4dd59690e0a9
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-24T08:23:49.790Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.790Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:49.790Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:23:49.791Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.791Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-24T08:23:49.791Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=10502721-65a1-4f12-9547-f97cf54335dc
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-24T08:23:49.793Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.793Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:49.793Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8cbf0cc5-d6c1-450c-9a44-183bfc776ea9: basic_vm
2021-09-24T08:23:49.793Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.794Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:49.794Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.794Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:49.794Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.794Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:49.795Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.795Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:49.795Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:23:49.795Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:23:49.795Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T08:23:49.877Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 29994cd7-4722-48e5-8361-db4850596d21 1 ASDC deployResourceStructure
2021-09-24T08:23:49.878Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-24T08:23:49.878Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-24T08:23:49.878Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:23:49.878Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:49.880Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:49.880Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471829878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:23:49.981Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:23:49.981Z||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-24T08:23:49.981Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:49.992Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:49.992Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:50.881Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-24T08:23:50.882Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-24T08:23:50.882Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:23:50.882Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:50.884Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:50.884Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471830881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T08:23:50.984Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:23:50.985Z||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-24T08:23:50.985Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:50.994Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:50.995Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:23:51.885Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-24T08:23:51.885Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-24T08:23:51.885Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:23:51.886Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:51.887Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:51.887Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471831884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-24T08:23:51.988Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:23:51.989Z||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-24T08:23:51.989Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:51.999Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:51.999Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:52.892Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-24T08:23:52.892Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-24T08:23:52.893Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:23:52.893Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:23:52.898Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:23:52.898Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471832891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:23:52.998Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:23:52.999Z||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-24T08:23:52.999Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:23:53.008Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:23:53.008Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:23:53.899Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bd6d9a8-ced6-417f-9664-82ab8b93a486
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:23:53.912Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bd6d9a8-ced6-417f-9664-82ab8b93a486
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:23:53.915Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:23:53.916Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T08:23:53.916Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T08:23:53.916Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T08:23:53.916Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:23:53.916Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:23:53.916Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:23:53.917Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:23:53.917Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:23:53.917Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:23:53.917Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T08:23:53.922Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T08:24:23.923Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bd6d9a8-ced6-417f-9664-82ab8b93a486 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-24T08:24:23.930Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bd6d9a8-ced6-417f-9664-82ab8b93a486 and serviceModelVersionId: 8cbf0cc5-d6c1-450c-9a44-183bfc776ea9
2021-09-24T08:24:23.931Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d6190ff-3d7d-4152-998a-7f3c53f02404
2021-09-24T08:24:23.933Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d6190ff-3d7d-4152-998a-7f3c53f02404/model-vers/model-ver/8cbf0cc5-d6c1-450c-9a44-183bfc776ea9?depth=0
2021-09-24T08:24:23.941Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T08:24:24.017Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d6190ff-3d7d-4152-998a-7f3c53f02404/model-vers/model-ver/8cbf0cc5-d6c1-450c-9a44-183bfc776ea9?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-24T08:24:24.021Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d6190ff-3d7d-4152-998a-7f3c53f02404/model-vers/model-ver/8cbf0cc5-d6c1-450c-9a44-183bfc776ea9?depth=0|INFO|500||Invoke
2021-09-24T08:24:24.050Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d6190ff-3d7d-4152-998a-7f3c53f02404/model-vers/model-ver/8cbf0cc5-d6c1-450c-9a44-183bfc776ea9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T08:24:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:24:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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-24T08:24:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:24:25.278Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:25.279Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:24:25.279Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "policy-id",
  "timestamp": 1632471799057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:24:25.281Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:24:25.303Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d6190ff-3d7d-4152-998a-7f3c53f02404/model-vers/model-ver/8cbf0cc5-d6c1-450c-9a44-183bfc776ea9?depth=0|INFO|500||InvokeReturn
2021-09-24T08:24:25.307Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d6190ff-3d7d-4152-998a-7f3c53f02404/model-vers/model-ver/8cbf0cc5-d6c1-450c-9a44-183bfc776ea9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210924-08:24:24:087-32406], vertex-id=[434208], Content-Length=[0], Date=[Fri, 24 Sep 2021 08:24:24 GMT], Content-Type=[application/json]}
2021-09-24T08:24:25.307Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-09-24T08:24:25.308Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T08:24:25.308Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T08:24:25.314Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T08:24:25.314Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bd6d9a8-ced6-417f-9664-82ab8b93a486 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T08:24:25.314Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T08:24:25.315Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:25.317Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:25.317Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471865314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:24:25.418Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:24:25.418Z||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-24T08:24:25.418Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:25.434Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:25.434Z||pool-55-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-24T08:24:26.334Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:24:26.334Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f868bdbf-1d52-4acf-8706-48fab7761053","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9889803d-eaf4-4dbe-9d27-705837267ec1","serviceDescription":"service","serviceInvariantUUID":"05137d1e-42f6-4210-a14f-757f923350cd","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ac99e40-90fd-457a-911d-4fa859da6ed0","resourceInvariantUUID":"6ae2faf8-95eb-46af-8eec-653cc5ccfefc","resourceCustomizationUUID":"9f658c40-9e26-4055-82a9-b6f95f0a8247","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":"ZWRlNWQxMDUzZDRhYmUwYzFmMjI5MDZlNWIyYTg4MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b9a69ced-952e-4dc0-9ac9-463fe2778669","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":"b1661a96-5776-479c-8478-905c191ca5a3","artifactVersion":"2","generatedFromUUID":"d28e948e-bf6c-49f7-b5b5-6a4626639d7c"},{"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":"d28e948e-bf6c-49f7-b5b5-6a4626639d7c","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":"Y2U4YTcwYmM1YjdkNzhiYmQxZmVhMDhiNGVmZjFmMzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a540f816-dc1c-4812-b800-e2b5f8497aa1","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":"2ede6ce5-1da8-4c72-b4d3-5b49134d516b","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":"2a7d340c-291a-45d5-b424-8facbb8db622","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":"76710e1f-ecd6-471d-bd09-7a8665b352d0","artifactVersion":"2","generatedFromUUID":"2ede6ce5-1da8-4c72-b4d3-5b49134d516b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjRhNWQ0ZGZhMjllODcyOTAwYjE0YWE0N2Q5MGEzYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e7030d1-7872-4a6f-ba08-28113e4df455","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2U2Mzg0MTNmY2VmOTEwYzZmMjM1NjY4MmU2NDNmYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c80c44f5-997a-4004-a957-91cad9f9726a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T08:24:26.335Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:24:26.335Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:26.337Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:26.337Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:24:26.437Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:26.438Z||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-24T08:24:26.438Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:26.477Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:26.478Z||pool-56-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:27.337Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:24:27.338Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:27.339Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:27.340Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-24T08:24:27.440Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:27.441Z||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-24T08:24:27.441Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:27.451Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:27.452Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:28.340Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:24:28.341Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:28.343Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:28.343Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-24T08:24:28.444Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:24:28.445Z||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-24T08:24:28.445Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:28.456Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:28.457Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:29.344Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:24:29.345Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:29.348Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:29.348Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:24:29.448Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:29.449Z||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-24T08:24:29.449Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:29.461Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:29.461Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:30.348Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:24:30.349Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:30.352Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:30.352Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:24:30.452Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:30.453Z||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-24T08:24:30.453Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:30.484Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:30.484Z||pool-60-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:31.352Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:24:31.353Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:31.355Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:31.356Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:24:31.456Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:31.456Z||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-24T08:24:31.457Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:31.466Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:31.467Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:32.356Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:24:32.357Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:32.360Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:32.360Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-24T08:24:32.460Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:24:32.461Z||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-24T08:24:32.461Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:32.471Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:32.471Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:33.361Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:24:33.362Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:33.375Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:33.375Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:24:33.466Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-09-24T08:24:33.467Z||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-24T08:24:33.467Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:33.479Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:33.479Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:34.380Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:24:34.381Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:34.383Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:34.383Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:24:34.483Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:34.484Z||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-24T08:24:34.484Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:34.495Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:34.496Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:35.385Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "9889803d-eaf4-4dbe-9d27-705837267ec1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "05137d1e-42f6-4210-a14f-757f923350cd",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "9f658c40-9e26-4055-82a9-b6f95f0a8247",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7ac99e40-90fd-457a-911d-4fa859da6ed0",
      "resourceInvariantUUID": "6ae2faf8-95eb-46af-8eec-653cc5ccfefc",
      "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": "b1661a96-5776-479c-8478-905c191ca5a3",
          "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": "d28e948e-bf6c-49f7-b5b5-6a4626639d7c",
          "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": "Y2U4YTcwYmM1YjdkNzhiYmQxZmVhMDhiNGVmZjFmMzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a540f816-dc1c-4812-b800-e2b5f8497aa1",
          "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": "2ede6ce5-1da8-4c72-b4d3-5b49134d516b",
          "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": "76710e1f-ecd6-471d-bd09-7a8665b352d0",
            "generatedFromUUID": "2ede6ce5-1da8-4c72-b4d3-5b49134d516b"
          },
          "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": "76710e1f-ecd6-471d-bd09-7a8665b352d0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "M2U2Mzg0MTNmY2VmOTEwYzZmMjM1NjY4MmU2NDNmYWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c80c44f5-997a-4004-a957-91cad9f9726a"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T08:24:35.385Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T08:24:35.385Z|5bd6d9a8-ced6-417f-9664-82ab8b93a486|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9889803d-eaf4-4dbe-9d27-705837267ec1 ASDC
2021-09-24T08:24:35.410Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f868bdbf-1d52-4acf-8706-48fab7761053
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9889803d-eaf4-4dbe-9d27-705837267ec1
ServiceInvariantUUID:05137d1e-42f6-4210-a14f-757f923350cd
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:c80c44f5-997a-4004-a957-91cad9f9726a
ArtifactChecksum:M2U2Mzg0MTNmY2VmOTEwYzZmMjM1NjY4MmU2NDNmYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9f658c40-9e26-4055-82a9-b6f95f0a8247
ResourceInvariantUUID:6ae2faf8-95eb-46af-8eec-653cc5ccfefc
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7ac99e40-90fd-457a-911d-4fa859da6ed0
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:b1661a96-5776-479c-8478-905c191ca5a3
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:d28e948e-bf6c-49f7-b5b5-6a4626639d7c
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:a540f816-dc1c-4812-b800-e2b5f8497aa1
ArtifactChecksum:Y2U4YTcwYmM1YjdkNzhiYmQxZmVhMDhiNGVmZjFmMzE=
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:2ede6ce5-1da8-4c72-b4d3-5b49134d516b
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:76710e1f-ecd6-471d-bd09-7a8665b352d0
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:76710e1f-ecd6-471d-bd09-7a8665b352d0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T08:24:35.410Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9889803d-eaf4-4dbe-9d27-705837267ec1 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-24T08:24:35.447Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:24:35.448Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-24T08:24:35.448Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-24T08:24:35.448Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c80c44f5-997a-4004-a957-91cad9f9726a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-24T08:24:35.448Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:24:35.449Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-24T08:24:37.298Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:24:37.303Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c80c44f5-997a-4004-a957-91cad9f9726a 68760
2021-09-24T08:24:37.303Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:37.303Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:37.303Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:24:37.304Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:37.305Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:37.306Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471877303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:24:37.406Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:37.407Z||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-24T08:24:37.407Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:37.422Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:37.423Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:24:38.307Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:24:38.307Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-24T08:24:38.308Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c80c44f5-997a-4004-a957-91cad9f9726a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T08:24:38.361Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-24T08:24:38.362Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T08:24:38.362Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T08:24:38.520Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16029661256113778627/Definitions/service-BasicCnf-template.yml
2021-09-24T08:24:39.780Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T08:24:39.780Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-24T08:24:39.780Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T08:24:39.780Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-24T08:24:39.781Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:39.781Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:39.781Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-24T08:24:39.781Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:39.781Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-24T08:24:39.781Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:39.781Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:39.782Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T08:24:39.782Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-24T08:24:39.782Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:24:39.782Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:39.782Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:39.782Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T08:24:39.783Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-24T08:24:39.783Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:24:39.783Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:39.783Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:39.783Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:39.783Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-24T08:24:39.783Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-24T08:24:39.784Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-24T08:24:39.784Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T08:24:39.784Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:39.784Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T08:24:39.784Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:39.785Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T08:24:39.785Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:24:39.785Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:39.785Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T08:24:39.785Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:24:39.785Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:39.785Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T08:24:39.786Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:24:39.786Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:39.786Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-24T08:24:39.786Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-24T08:24:39.786Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ef9a102e-f3c7-492f-846a-029d77480f05
2021-09-24T08:24:39.786Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:39.787Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:39.787Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:39.787Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:39.787Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:39.787Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:39.787Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:39.787Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:39.788Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:9889803d-eaf4-4dbe-9d27-705837267ec1
Model Version:NULL
Model InvariantUuid:05137d1e-42f6-4210-a14f-757f923350cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:583f33bb-4ca7-486a-8d66-ba58aa43982b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6ae2faf8-95eb-46af-8eec-653cc5ccfefc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9f658c40-9e26-4055-82a9-b6f95f0a8247
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ad9f9bf-67c1-40a7-86a7-bc0bc98422cf
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6b25e412-f51e-4582-b812-f18041225652
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ef9a102e-f3c7-492f-846a-029d77480f05
ModelInvariantUuid:b880536a-88c9-401b-983f-ab593ab6f533
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5820eb6d-5735-48e4-9f7d-ec5e51561cab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:bbead71f-2e9f-4190-ad19-19fe04514d62
ModelInvariantUuid:3aeff567-db00-4c3f-bdbc-8258cdfba7c9
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4c19293f-4079-47e1-9524-c28eff10b894
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-24T08:24:39.794Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ac99e40-90fd-457a-911d-4fa859da6ed0
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-24T08:24:39.799Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||basic_cnf 0
2021-09-24T08:24:39.800Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ac99e40-90fd-457a-911d-4fa859da6ed0
2021-09-24T08:24:39.800Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b1661a96-5776-479c-8478-905c191ca5a3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-24T08:24:39.800Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:24:39.800Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:42.782Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:24:42.783Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b1661a96-5776-479c-8478-905c191ca5a3 12
2021-09-24T08:24:42.783Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:42.784Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:42.784Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:24:42.784Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:42.788Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:42.789Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471882783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:24:42.889Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:42.890Z||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-24T08:24:42.890Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:42.901Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:42.901Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:43.789Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d28e948e-bf6c-49f7-b5b5-6a4626639d7c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-24T08:24:43.789Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:24:43.790Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:47.534Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:24:47.535Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d28e948e-bf6c-49f7-b5b5-6a4626639d7c 2688
2021-09-24T08:24:47.536Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:47.536Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:47.536Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:24:47.537Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:47.540Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:47.540Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471887536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:24:47.641Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:24:47.643Z||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-24T08:24:47.644Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:47.653Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:47.653Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:24:48.541Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a540f816-dc1c-4812-b800-e2b5f8497aa1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-24T08:24:48.542Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:24:48.543Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:49.737Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:24:49.738Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a540f816-dc1c-4812-b800-e2b5f8497aa1 828
2021-09-24T08:24:49.738Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:49.738Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:49.739Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:24:49.739Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:49.743Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:49.743Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471889738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:24:49.843Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:49.844Z||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-24T08:24:49.844Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:49.861Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:49.861Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:50.744Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3ad9f9bf-67c1-40a7-86a7-bc0bc98422cf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b25e412-f51e-4582-b812-f18041225652",
    "vfModuleModelCustomizationUUID": "d73bc2c8-87df-4829-a85c-a3c37b2c925d",
    "isBase": true,
    "artifacts": [
      "d28e948e-bf6c-49f7-b5b5-6a4626639d7c",
      "2ede6ce5-1da8-4c72-b4d3-5b49134d516b",
      "76710e1f-ecd6-471d-bd09-7a8665b352d0"
    ],
    "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-24T08:24:50.751Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b25e412-f51e-4582-b812-f18041225652
VfModuleModelInvariantUUID:3ad9f9bf-67c1-40a7-86a7-bc0bc98422cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
d28e948e-bf6c-49f7-b5b5-6a4626639d7c
,
2ede6ce5-1da8-4c72-b4d3-5b49134d516b
,
76710e1f-ecd6-471d-bd09-7a8665b352d0

}
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-24T08:24:50.753Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3ad9f9bf-67c1-40a7-86a7-bc0bc98422cf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b25e412-f51e-4582-b812-f18041225652",
    "vfModuleModelCustomizationUUID": "d73bc2c8-87df-4829-a85c-a3c37b2c925d",
    "isBase": true,
    "artifacts": [
      "d28e948e-bf6c-49f7-b5b5-6a4626639d7c",
      "2ede6ce5-1da8-4c72-b4d3-5b49134d516b",
      "76710e1f-ecd6-471d-bd09-7a8665b352d0"
    ],
    "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-24T08:24:50.753Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b25e412-f51e-4582-b812-f18041225652
VfModuleModelInvariantUUID:3ad9f9bf-67c1-40a7-86a7-bc0bc98422cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
d28e948e-bf6c-49f7-b5b5-6a4626639d7c
,
2ede6ce5-1da8-4c72-b4d3-5b49134d516b
,
76710e1f-ecd6-471d-bd09-7a8665b352d0

}
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-24T08:24:50.753Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ede6ce5-1da8-4c72-b4d3-5b49134d516b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-24T08:24:50.753Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:24:50.753Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:51.545Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:24:51.545Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2ede6ce5-1da8-4c72-b4d3-5b49134d516b 1164
2021-09-24T08:24:51.545Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:51.545Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:51.545Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:24:51.546Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:51.547Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:51.547Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471891545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:24:51.648Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:24:51.649Z||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-24T08:24:51.649Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:51.658Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:51.658Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:24:52.548Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 76710e1f-ecd6-471d-bd09-7a8665b352d0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-24T08:24:52.549Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:24:52.549Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:52.954Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:24:52.954Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 76710e1f-ecd6-471d-bd09-7a8665b352d0 200
2021-09-24T08:24:52.955Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:52.955Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:52.955Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:24:52.955Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:52.957Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:52.957Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471892955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:24:53.058Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:53.058Z||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-24T08:24:53.058Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:53.069Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:53.069Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:53.959Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9889803d-eaf4-4dbe-9d27-705837267ec1
2021-09-24T08:24:53.960Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7ac99e40-90fd-457a-911d-4fa859da6ed0 ASDC
2021-09-24T08:24:53.972Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:53.984Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4574a7f4, org.onap.sdc.toscaparser.api.parameters.Input@11d8b944, org.onap.sdc.toscaparser.api.parameters.Input@7dc5b6d0, org.onap.sdc.toscaparser.api.parameters.Input@5ab82553, org.onap.sdc.toscaparser.api.parameters.Input@3a9372f7]
2021-09-24T08:24:53.985Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:53.986Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:53.986Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-09-24T08:24:53.986Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9f658c40-9e26-4055-82a9-b6f95f0a8247
2021-09-24T08:24:53.986Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f658c40-9e26-4055-82a9-b6f95f0a8247 matches Tosca VF Customization UUID: 9f658c40-9e26-4055-82a9-b6f95f0a8247
2021-09-24T08:24:53.986Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9f658c40-9e26-4055-82a9-b6f95f0a8247  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-24T08:24:53.990Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:53.990Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:53.990Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9f658c40-9e26-4055-82a9-b6f95f0a8247: {\"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-24T08:24:53.990Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@257f8e74
2021-09-24T08:24:53.991Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:53.991Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T08:24:53.991Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d73bc2c8-87df-4829-a85c-a3c37b2c925d
2021-09-24T08:24:53.991Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d73bc2c8-87df-4829-a85c-a3c37b2c925d
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-24T08:24:53.993Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:53.994Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T08:24:53.994Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:24:53.994Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:53.995Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T08:24:53.995Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:24:53.995Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:53.995Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-24T08:24:53.996Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-24T08:24:53.996Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ef9a102e-f3c7-492f-846a-029d77480f05
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-24T08:24:53.998Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:53.998Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T08:24:53.998Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:24:53.998Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:53.998Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-24T08:24:53.998Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9f658c40-9e26-4055-82a9-b6f95f0a8247
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-24T08:24:54.000Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:54.000Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:54.000Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9889803d-eaf4-4dbe-9d27-705837267ec1: basic_cnf
2021-09-24T08:24:54.001Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:54.001Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:54.001Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:54.001Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:54.001Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:54.001Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:54.002Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:54.002Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:54.002Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:24:54.002Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:24:54.002Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:54.067Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7ac99e40-90fd-457a-911d-4fa859da6ed0 1 ASDC deployResourceStructure
2021-09-24T08:24:54.068Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:54.068Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:54.069Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-24T08:24:54.069Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:54.071Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:54.071Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471894068,
  "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-24T08:24:54.171Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:54.172Z||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-24T08:24:54.173Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:54.184Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:54.185Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:55.072Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:55.072Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:55.073Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-24T08:24:55.073Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:55.091Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:55.091Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471895072,
  "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-24T08:24:55.188Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-24T08:24:55.189Z||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-24T08:24:55.190Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:55.202Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:55.203Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:24:56.101Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:56.103Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:56.104Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:24:56.105Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:56.110Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:56.110Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471896101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:24:56.211Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:24:56.214Z||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-24T08:24:56.214Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:56.232Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:56.232Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:57.112Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:57.114Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:57.114Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:24:57.114Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:57.117Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:57.117Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471897111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T08:24:57.217Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:57.218Z||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-24T08:24:57.219Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:57.229Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:57.230Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:58.118Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:58.118Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:58.120Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:24:58.120Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:58.123Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:58.123Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471898118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-24T08:24:58.223Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:58.224Z||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-24T08:24:58.224Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:58.233Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:58.234Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:24:59.124Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:59.125Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||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-24T08:24:59.125Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:24:59.126Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:24:59.127Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:24:59.128Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471899124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:24:59.228Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:24:59.229Z||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-24T08:24:59.229Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:24:59.238Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:24:59.238Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:25:00.129Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f868bdbf-1d52-4acf-8706-48fab7761053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:25:00.150Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f868bdbf-1d52-4acf-8706-48fab7761053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:25:00.153Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:25:00.153Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:25:00.153Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:25:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:25:25.246Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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-24T08:25:25.246Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:25:25.273Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:25:25.274Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:25:25.274Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:25:25.276Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:25:30.154Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f868bdbf-1d52-4acf-8706-48fab7761053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:25:30.169Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f868bdbf-1d52-4acf-8706-48fab7761053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:25:30.180Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:25:30.180Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:25:30.180Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:26:00.180Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f868bdbf-1d52-4acf-8706-48fab7761053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:26:00.194Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f868bdbf-1d52-4acf-8706-48fab7761053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:26:00.196Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:26:00.196Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:26:00.196Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:26:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:26:25.246Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:26:25.246Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:26:25.271Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:26:25.281Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.281Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "policy-id",
  "timestamp": 1632471799057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.283Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.283Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.284Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.284Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.284Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.284Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "policy-id",
  "timestamp": 1632471799057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.284Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.284Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.284Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.284Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.284Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.284Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471808204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.284Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471809028,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "clamp",
  "timestamp": 1632471808451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "aai-ml",
  "timestamp": 1632471809355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.285Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.286Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.286Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.286Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "clamp",
  "timestamp": 1632471808451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.286Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.286Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.286Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "policy-id",
  "timestamp": 1632471810085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.286Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.286Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.286Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471810877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.287Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.287Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.287Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.287Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.287Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.287Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "clamp",
  "timestamp": 1632471808451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.287Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.287Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.288Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "policy-id",
  "timestamp": 1632471811097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.288Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.288Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.288Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471811350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.288Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.288Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.288Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471811889,
  "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-24T08:26:25.297Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f868bdbf-1d52-4acf-8706-48fab7761053
2021-09-24T08:26:25.297Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f868bdbf-1d52-4acf-8706-48fab7761053 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-24T08:26:25.309Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.309Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.309Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.310Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.310Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "clamp",
  "timestamp": 1632471808451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.310Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.311Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.311Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "policy-id",
  "timestamp": 1632471812118,
  "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-24T08:26:25.315Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f868bdbf-1d52-4acf-8706-48fab7761053
2021-09-24T08:26:25.315Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f868bdbf-1d52-4acf-8706-48fab7761053 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-24T08:26:25.323Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.323Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "clamp",
  "timestamp": 1632471808451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.323Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.323Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.323Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471813848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.323Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.323Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.323Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "clamp",
  "timestamp": 1632471808451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.323Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.323Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.323Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471814152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.324Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.324Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.324Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471814902,
  "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-24T08:26:25.328Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f868bdbf-1d52-4acf-8706-48fab7761053
2021-09-24T08:26:25.328Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f868bdbf-1d52-4acf-8706-48fab7761053 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-24T08:26:25.333Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.334Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "clamp",
  "timestamp": 1632471808451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.334Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.334Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.334Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471815908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.334Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.334Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.335Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "clamp",
  "timestamp": 1632471808451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.335Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.335Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.335Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "clamp",
  "timestamp": 1632471808451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.335Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.335Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.335Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471819521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.335Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.335Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.335Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "aai-ml",
  "timestamp": 1632471822941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.335Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.335Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.335Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "aai-ml",
  "timestamp": 1632471823945,
  "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-24T08:26:25.342Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f868bdbf-1d52-4acf-8706-48fab7761053
2021-09-24T08:26:25.342Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f868bdbf-1d52-4acf-8706-48fab7761053 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-24T08:26:25.355Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.355Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471823979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.356Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.356Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.356Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "clamp",
  "timestamp": 1632471826486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.357Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.357Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.357Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "clamp",
  "timestamp": 1632471828497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.357Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.357Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.357Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471828753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.358Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.358Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.358Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "clamp",
  "timestamp": 1632471829502,
  "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-24T08:26:25.365Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f868bdbf-1d52-4acf-8706-48fab7761053
2021-09-24T08:26:25.365Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f868bdbf-1d52-4acf-8706-48fab7761053 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-24T08:26:25.372Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.372Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471829878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.372Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.372Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.373Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471828702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.373Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.373Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.373Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "aai-ml",
  "timestamp": 1632471825849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.373Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.373Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.373Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "dcae-sch",
  "timestamp": 1632471825732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.374Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.374Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.374Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "cds",
  "timestamp": 1632471828709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.374Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.374Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.374Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471829503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.374Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.375Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.375Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471823459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.375Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.375Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.375Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471830881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.375Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.376Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.376Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471828702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.376Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.376Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.376Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "aai-ml",
  "timestamp": 1632471825849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.376Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.376Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.377Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "cds",
  "timestamp": 1632471828709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.377Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.377Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.377Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "dcae-sch",
  "timestamp": 1632471825732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.377Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.377Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.378Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471829503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.378Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.378Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.378Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471823459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.378Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.379Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.379Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471831884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.379Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.379Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.379Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471828702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.379Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.379Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.380Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "aai-ml",
  "timestamp": 1632471825849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.380Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.380Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.380Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "dcae-sch",
  "timestamp": 1632471825732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.380Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.380Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.380Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "cds",
  "timestamp": 1632471828709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.380Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.381Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.381Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471829503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.381Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.381Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.381Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471823459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.381Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.381Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.382Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471832891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.382Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.383Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.383Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471828702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.383Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.383Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.383Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "aai-ml",
  "timestamp": 1632471825849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.383Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.384Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.384Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "cds",
  "timestamp": 1632471828709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.384Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.384Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.384Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "dcae-sch",
  "timestamp": 1632471825732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.384Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.384Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.385Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471829503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.385Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.385Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.385Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471823459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.386Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.386Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.386Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471828702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.386Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.387Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.387Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "aai-ml",
  "timestamp": 1632471825849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.387Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.388Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.388Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "cds",
  "timestamp": 1632471828709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.388Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.389Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.389Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "dcae-sch",
  "timestamp": 1632471825732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.389Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.390Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.390Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471829503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.390Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.391Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.391Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471823459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.391Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.391Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.392Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471828702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.392Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.392Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.393Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "aai-ml",
  "timestamp": 1632471825849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.393Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.393Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.393Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "dcae-sch",
  "timestamp": 1632471825732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.394Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.394Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.394Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "cds",
  "timestamp": 1632471828709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.395Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.395Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.395Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471829503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.396Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.396Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.396Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471823459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.397Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.397Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.397Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471828702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.397Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.398Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.398Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "aai-ml",
  "timestamp": 1632471825849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.398Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.399Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.399Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "dcae-sch",
  "timestamp": 1632471825732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.399Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.399Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.400Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "cds",
  "timestamp": 1632471828709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.400Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.400Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.401Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471829503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.401Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.401Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.401Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471823459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.402Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.402Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.402Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632471828702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.403Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.403Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.403Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "aai-ml",
  "timestamp": 1632471825849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.408Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.408Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.409Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "dcae-sch",
  "timestamp": 1632471825732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.409Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.410Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.410Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "cds",
  "timestamp": 1632471828709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.411Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.411Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.411Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471829503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.412Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.412Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.412Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471823459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.412Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.413Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.413Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "clamp",
  "timestamp": 1632471838451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.413Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.414Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.414Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "policy-id",
  "timestamp": 1632471839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.414Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.415Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.415Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "clamp",
  "timestamp": 1632471838451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.415Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.416Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.416Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "aai-ml",
  "timestamp": 1632471840723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.416Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.416Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.417Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "policy-id",
  "timestamp": 1632471839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.417Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.417Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.417Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "clamp",
  "timestamp": 1632471838451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.418Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.418Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.418Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "cds",
  "timestamp": 1632471841332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.419Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.419Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.419Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471841440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.420Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.420Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.420Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "policy-id",
  "timestamp": 1632471839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.421Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.421Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.421Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471841936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.422Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.422Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.422Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "clamp",
  "timestamp": 1632471838451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.422Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.423Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.423Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "policy-id",
  "timestamp": 1632471839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.423Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.423Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.424Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "clamp",
  "timestamp": 1632471838451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.424Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.425Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.425Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "policy-id",
  "timestamp": 1632471839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.425Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.426Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.426Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471843953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.426Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.427Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.427Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "cds",
  "timestamp": 1632471844073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T08:26:25.441Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76d8553b-066d-4046-bb2e-6edc22dd9da0
2021-09-24T08:26:25.441Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76d8553b-066d-4046-bb2e-6edc22dd9da0 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-24T08:26:25.449Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.449Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "clamp",
  "timestamp": 1632471838451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.450Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.451Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.452Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "policy-id",
  "timestamp": 1632471839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.452Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.452Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.452Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632471844960,
  "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-24T08:26:25.457Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76d8553b-066d-4046-bb2e-6edc22dd9da0
2021-09-24T08:26:25.457Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76d8553b-066d-4046-bb2e-6edc22dd9da0 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-24T08:26:25.465Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.466Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "clamp",
  "timestamp": 1632471838451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.466Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.466Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.466Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "policy-id",
  "timestamp": 1632471839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:26:25.467Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.467Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.467Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "clamp",
  "timestamp": 1632471838451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.467Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.468Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.468Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "policy-id",
  "timestamp": 1632471839062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:26:25.469Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:26:25.469Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.470Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471847033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.470Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.470Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.470Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "policy-id",
  "timestamp": 1632471850371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.471Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.471Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.472Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471850799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.472Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.472Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.472Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "policy-id",
  "timestamp": 1632471851376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.473Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.473Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.473Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471851825,
  "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-24T08:26:25.479Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76d8553b-066d-4046-bb2e-6edc22dd9da0
2021-09-24T08:26:25.480Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76d8553b-066d-4046-bb2e-6edc22dd9da0 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-24T08:26:25.490Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.491Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "aai-ml",
  "timestamp": 1632471852147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.491Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.492Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.492Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "policy-id",
  "timestamp": 1632471852380,
  "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-24T08:26:25.498Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76d8553b-066d-4046-bb2e-6edc22dd9da0
2021-09-24T08:26:25.498Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76d8553b-066d-4046-bb2e-6edc22dd9da0 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-24T08:26:25.504Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.504Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "clamp",
  "timestamp": 1632471852489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:26:25.504Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.505Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.505Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632471852828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.505Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.505Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.505Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "aai-ml",
  "timestamp": 1632471853151,
  "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-24T08:26:25.510Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 76d8553b-066d-4046-bb2e-6edc22dd9da0
2021-09-24T08:26:25.510Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76d8553b-066d-4046-bb2e-6edc22dd9da0 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-24T08:26:25.518Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.518Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "clamp",
  "timestamp": 1632471856497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:26:25.518Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:26:25.518Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:26:25.519Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "clamp",
  "timestamp": 1632471857500,
  "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-24T08:26:25.523Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 76d8553b-066d-4046-bb2e-6edc22dd9da0
2021-09-24T08:26:25.523Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76d8553b-066d-4046-bb2e-6edc22dd9da0 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-24T08:26:30.196Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f868bdbf-1d52-4acf-8706-48fab7761053
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:26:30.210Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f868bdbf-1d52-4acf-8706-48fab7761053
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:26:30.213Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:26:30.213Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T08:26:30.213Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T08:26:30.214Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T08:26:30.214Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:26:30.214Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:26:30.214Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:26:30.214Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:26:30.214Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:26:30.214Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:26:30.215Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T08:26:30.219Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T08:27:00.220Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f868bdbf-1d52-4acf-8706-48fab7761053 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-24T08:27:00.239Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f868bdbf-1d52-4acf-8706-48fab7761053 and serviceModelVersionId: 9889803d-eaf4-4dbe-9d27-705837267ec1
2021-09-24T08:27:00.239Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05137d1e-42f6-4210-a14f-757f923350cd
2021-09-24T08:27:00.242Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05137d1e-42f6-4210-a14f-757f923350cd/model-vers/model-ver/9889803d-eaf4-4dbe-9d27-705837267ec1?depth=0
2021-09-24T08:27:00.253Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T08:27:00.349Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05137d1e-42f6-4210-a14f-757f923350cd/model-vers/model-ver/9889803d-eaf4-4dbe-9d27-705837267ec1?depth=0|INFO|500||Invoke
2021-09-24T08:27:00.350Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05137d1e-42f6-4210-a14f-757f923350cd/model-vers/model-ver/9889803d-eaf4-4dbe-9d27-705837267ec1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05137d1e-42f6-4210-a14f-757f923350cd/model-vers/model-ver/9889803d-eaf4-4dbe-9d27-705837267ec1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f868bdbf-1d52-4acf-8706-48fab7761053], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9cf7c233-e688-495b-9568-2a5f16e8b45f], X-ECOMP-RequestID=[f868bdbf-1d52-4acf-8706-48fab7761053], X-TransactionId=[], X-ONAP-RequestID=[f868bdbf-1d52-4acf-8706-48fab7761053], Content-Type=[application/merge-patch+json]}
2021-09-24T08:27:00.391Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05137d1e-42f6-4210-a14f-757f923350cd/model-vers/model-ver/9889803d-eaf4-4dbe-9d27-705837267ec1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T08:27:00.761Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05137d1e-42f6-4210-a14f-757f923350cd/model-vers/model-ver/9889803d-eaf4-4dbe-9d27-705837267ec1?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/05137d1e-42f6-4210-a14f-757f923350cd/model-vers/model-ver/9889803d-eaf4-4dbe-9d27-705837267ec1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-08:27:00:427-42722], vertex-id=[290880], Content-Length=[0], Date=[Fri, 24 Sep 2021 08:27:00 GMT], Content-Type=[application/json]}
2021-09-24T08:27:00.761Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05137d1e-42f6-4210-a14f-757f923350cd/model-vers/model-ver/9889803d-eaf4-4dbe-9d27-705837267ec1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-24T08:27:00.762Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05137d1e-42f6-4210-a14f-757f923350cd/model-vers/model-ver/9889803d-eaf4-4dbe-9d27-705837267ec1?depth=0|INFO|500||InvokeReturn
2021-09-24T08:27:00.762Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T08:27:00.763Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T08:27:00.768Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T08:27:00.769Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f868bdbf-1d52-4acf-8706-48fab7761053 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T08:27:00.769Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T08:27:00.769Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:00.772Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:00.773Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472020769,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:27:00.873Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:27:00.874Z||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-24T08:27:00.875Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:00.891Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:00.892Z||pool-77-thread-1|||||INFO|500||cambria reply ok (19 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-24T08:27:01.798Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:27:01.801Z|f868bdbf-1d52-4acf-8706-48fab7761053|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-24T08:27:01.801Z|f868bdbf-1d52-4acf-8706-48fab7761053|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:27:06.165Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:06.166Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:27:06.167Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"76d8553b-066d-4046-bb2e-6edc22dd9da0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"27babdb9-f9d3-45c6-85a5-445f11aefe12","serviceDescription":"service","serviceInvariantUUID":"9fdd0d09-68eb-4a79-abe9-947a798d59a9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"58b1eb43-c936-4953-9ab2-e42e11573c4c","resourceInvariantUUID":"c161bdd7-67d3-4aca-bff1-c2ec71669e29","resourceCustomizationUUID":"b02275da-7e4b-4abd-a478-44162290dd3a","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":"ZmQ5NzE3YzM3MTY4OGFlNGVhMDc0NmU4ZjUxYzJiNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae6ec6fa-a832-4b2a-9f85-ce3d8eb1aa30","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":"ZjliNWI0MWU2ZjRlYzBlNjU2YTNlYTdlYmY1MmU3MjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d508096-43b3-432e-9c04-c4edf4d661c3","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":"b9838408-9819-4a48-adf7-9859998ea30e","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":"c0b9d822-c245-43a4-8cb9-5994f0327593","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":"50016a6f-e544-4b5b-886e-4cad0b1e9e30","artifactVersion":"2","generatedFromUUID":"b9838408-9819-4a48-adf7-9859998ea30e"},{"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":"ZGYwZWY0ZDY3MGUzNTA3OTU4NDA5ZDY5N2I0ZjU1NTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2c466d20-e0be-44ef-9a67-922696b0ff41","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":"NzhkZDBhOGM3YjExMzEwZjEwNjgzMDE4YTRkMDA5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f2b4e1b-986a-4242-a9a3-59c683ad0b17","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Yjc0MTI5ZmRkNWQ5N2QwN2RlN2VjYjU5NTY4ZWI2ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"26260eb6-bfeb-492c-a49e-6255b1d04957","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T08:27:06.169Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:27:06.173Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:06.187Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:06.190Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:27:06.286Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-24T08:27:06.287Z||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-24T08:27:06.287Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:06.304Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:06.305Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:27:07.190Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:27:07.191Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:07.193Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:07.193Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:27:07.295Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-24T08:27:07.297Z||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-24T08:27:07.297Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:07.307Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:07.308Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:27:08.195Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:27:08.196Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:08.198Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:08.198Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:27:08.298Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:27:08.299Z||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-24T08:27:08.299Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:08.311Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:08.311Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:27:09.198Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:27:09.199Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:09.201Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:09.201Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:27:09.301Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:27:09.302Z||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-24T08:27:09.302Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:09.312Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:09.313Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:27:10.202Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:27:10.203Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:10.205Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:10.206Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T08:27:10.306Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:27:10.306Z||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-24T08:27:10.306Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:10.315Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:10.315Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:27:11.206Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:27:11.207Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:11.209Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:11.209Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:27:11.309Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:27:11.310Z||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-24T08:27:11.310Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:11.320Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:11.320Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:27:12.210Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:27:12.219Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:12.228Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:12.228Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:27:12.330Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:27:12.331Z||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-24T08:27:12.331Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:12.345Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:12.346Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:27:13.229Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:27:13.229Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:13.231Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:13.232Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:27:13.333Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:27:13.333Z||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-24T08:27:13.333Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:13.342Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:13.342Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:27:14.232Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "27babdb9-f9d3-45c6-85a5-445f11aefe12",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9fdd0d09-68eb-4a79-abe9-947a798d59a9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b02275da-7e4b-4abd-a478-44162290dd3a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "58b1eb43-c936-4953-9ab2-e42e11573c4c",
      "resourceInvariantUUID": "c161bdd7-67d3-4aca-bff1-c2ec71669e29",
      "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": "ZjliNWI0MWU2ZjRlYzBlNjU2YTNlYTdlYmY1MmU3MjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1d508096-43b3-432e-9c04-c4edf4d661c3",
          "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": "b9838408-9819-4a48-adf7-9859998ea30e",
          "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": "50016a6f-e544-4b5b-886e-4cad0b1e9e30",
            "generatedFromUUID": "b9838408-9819-4a48-adf7-9859998ea30e"
          },
          "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": "50016a6f-e544-4b5b-886e-4cad0b1e9e30",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Yjc0MTI5ZmRkNWQ5N2QwN2RlN2VjYjU5NTY4ZWI2ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "26260eb6-bfeb-492c-a49e-6255b1d04957"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T08:27:14.233Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T08:27:14.233Z|f868bdbf-1d52-4acf-8706-48fab7761053|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27babdb9-f9d3-45c6-85a5-445f11aefe12 ASDC
2021-09-24T08:27:14.235Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:76d8553b-066d-4046-bb2e-6edc22dd9da0
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:27babdb9-f9d3-45c6-85a5-445f11aefe12
ServiceInvariantUUID:9fdd0d09-68eb-4a79-abe9-947a798d59a9
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:26260eb6-bfeb-492c-a49e-6255b1d04957
ArtifactChecksum:Yjc0MTI5ZmRkNWQ5N2QwN2RlN2VjYjU5NTY4ZWI2ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b02275da-7e4b-4abd-a478-44162290dd3a
ResourceInvariantUUID:c161bdd7-67d3-4aca-bff1-c2ec71669e29
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:58b1eb43-c936-4953-9ab2-e42e11573c4c
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:1d508096-43b3-432e-9c04-c4edf4d661c3
ArtifactChecksum:ZjliNWI0MWU2ZjRlYzBlNjU2YTNlYTdlYmY1MmU3MjM=
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:b9838408-9819-4a48-adf7-9859998ea30e
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:50016a6f-e544-4b5b-886e-4cad0b1e9e30
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:50016a6f-e544-4b5b-886e-4cad0b1e9e30
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T08:27:14.235Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27babdb9-f9d3-45c6-85a5-445f11aefe12 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-24T08:27:14.287Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:27:14.288Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-24T08:27:14.288Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-24T08:27:14.288Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 26260eb6-bfeb-492c-a49e-6255b1d04957 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-24T08:27:14.288Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:27:14.288Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-24T08:27:15.528Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:27:15.532Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 26260eb6-bfeb-492c-a49e-6255b1d04957 78603
2021-09-24T08:27:15.532Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:15.532Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:15.532Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:27:15.532Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:15.534Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:15.534Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472035532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:27:15.634Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:27:15.636Z||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-24T08:27:15.636Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:15.649Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:15.650Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:27:16.537Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:27:16.539Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-24T08:27:16.539Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 26260eb6-bfeb-492c-a49e-6255b1d04957, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T08:27:16.548Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-24T08:27:16.549Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T08:27:16.549Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T08:27:16.750Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4395224610068865562/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-24T08:27:18.113Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T08:27:18.114Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-24T08:27:18.114Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T08:27:18.114Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-24T08:27:18.114Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:18.115Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:18.115Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T08:27:18.115Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T08:27:18.115Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T08:27:18.115Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:18.115Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T08:27:18.116Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:18.116Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-24T08:27:18.116Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-24T08:27:18.116Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:18.117Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:18.117Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T08:27:18.117Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-24T08:27:18.118Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:27:18.118Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:18.118Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:18.118Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T08:27:18.118Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-24T08:27:18.119Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:27:18.119Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:18.119Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:18.119Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:18.120Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-24T08:27:18.120Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-24T08:27:18.120Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-24T08:27:18.120Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-24T08:27:18.121Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-24T08:27:18.121Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T08:27:18.121Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:18.121Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T08:27:18.121Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:18.122Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T08:27:18.122Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:27:18.122Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:18.122Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T08:27:18.123Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:27:18.123Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:18.123Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T08:27:18.123Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:27:18.123Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:18.124Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-24T08:27:18.124Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-24T08:27:18.124Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-24T08:27:18.124Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2b34367b-fdb8-4a5e-a366-dd761b30fbd7
2021-09-24T08:27:18.124Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:18.125Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:18.125Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:18.125Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:18.125Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:18.125Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:18.126Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:18.126Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:18.126Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:27babdb9-f9d3-45c6-85a5-445f11aefe12
Model Version:NULL
Model InvariantUuid:9fdd0d09-68eb-4a79-abe9-947a798d59a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:71a2f145-79c0-4100-818c-ef4e530cd1bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c161bdd7-67d3-4aca-bff1-c2ec71669e29
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b02275da-7e4b-4abd-a478-44162290dd3a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1c2ee00d-ae99-40e9-bf2b-81b1c9c93e94
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b9c2a9f0-2925-4d78-80b7-641b50bbd55d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2b34367b-fdb8-4a5e-a366-dd761b30fbd7
ModelInvariantUuid:7fcff23a-0423-4425-b3f2-44923304f09b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:254fd8a3-603d-4b80-9914-25b0ba1fdd77
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b40244e6-9e59-470f-967e-2228f293334e
ModelInvariantUuid:8823b0a0-30d3-4179-a0b5-8f7c5df195f3
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:32a78a83-46f0-4730-aab3-5a76fff99266
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-24T08:27:18.133Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 58b1eb43-c936-4953-9ab2-e42e11573c4c
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-24T08:27:18.138Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2021-09-24T08:27:18.138Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 58b1eb43-c936-4953-9ab2-e42e11573c4c
2021-09-24T08:27:18.138Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1d508096-43b3-432e-9c04-c4edf4d661c3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-24T08:27:18.139Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:27:18.139Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:19.282Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:27:19.283Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1d508096-43b3-432e-9c04-c4edf4d661c3 792
2021-09-24T08:27:19.284Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:19.284Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:19.284Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:27:19.284Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:19.286Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:19.286Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472039283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:27:19.395Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2021-09-24T08:27:19.396Z||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-24T08:27:19.396Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:19.407Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:19.408Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:27:20.287Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1c2ee00d-ae99-40e9-bf2b-81b1c9c93e94",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9c2a9f0-2925-4d78-80b7-641b50bbd55d",
    "vfModuleModelCustomizationUUID": "b247b8a1-d505-4f1b-9ed6-670a1e6d2324",
    "isBase": true,
    "artifacts": [
      "b9838408-9819-4a48-adf7-9859998ea30e",
      "50016a6f-e544-4b5b-886e-4cad0b1e9e30"
    ],
    "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-24T08:27:20.291Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9c2a9f0-2925-4d78-80b7-641b50bbd55d
VfModuleModelInvariantUUID:1c2ee00d-ae99-40e9-bf2b-81b1c9c93e94
VfModuleModelDescription:NULL
Artifacts UUID List:{
b9838408-9819-4a48-adf7-9859998ea30e
,
50016a6f-e544-4b5b-886e-4cad0b1e9e30

}
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-24T08:27:20.293Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1c2ee00d-ae99-40e9-bf2b-81b1c9c93e94",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9c2a9f0-2925-4d78-80b7-641b50bbd55d",
    "vfModuleModelCustomizationUUID": "b247b8a1-d505-4f1b-9ed6-670a1e6d2324",
    "isBase": true,
    "artifacts": [
      "b9838408-9819-4a48-adf7-9859998ea30e",
      "50016a6f-e544-4b5b-886e-4cad0b1e9e30"
    ],
    "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-24T08:27:20.293Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9c2a9f0-2925-4d78-80b7-641b50bbd55d
VfModuleModelInvariantUUID:1c2ee00d-ae99-40e9-bf2b-81b1c9c93e94
VfModuleModelDescription:NULL
Artifacts UUID List:{
b9838408-9819-4a48-adf7-9859998ea30e
,
50016a6f-e544-4b5b-886e-4cad0b1e9e30

}
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-24T08:27:20.293Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b9838408-9819-4a48-adf7-9859998ea30e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-24T08:27:20.293Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:27:20.293Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:22.032Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:27:22.033Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b9838408-9819-4a48-adf7-9859998ea30e 5033
2021-09-24T08:27:22.033Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:22.033Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:22.034Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:27:22.035Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:22.037Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:22.037Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472042033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:27:22.137Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:27:22.138Z||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-24T08:27:22.138Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:22.149Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:22.149Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:27:23.039Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 50016a6f-e544-4b5b-886e-4cad0b1e9e30 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-24T08:27:23.040Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-24T08:27:23.042Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:27:25.247Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:27:25.247Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:27:25.266Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:25.267Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.267Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd6d9a8-ced6-417f-9664-82ab8b93a486",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471865314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:27:25.268Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:27:25.268Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.269Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:27:25.269Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:27:25.269Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.269Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-24T08:27:25.269Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:27:25.269Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.270Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-24T08:27:25.270Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:27:25.270Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.270Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:27:25.270Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:27:25.270Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.270Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:27:25.271Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:27:25.271Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.271Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:27:25.271Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:27:25.271Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.271Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-24T08:27:25.272Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:27:25.272Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.272Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:27:25.272Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:27:25.272Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.272Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471805241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:27:25.273Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:27:25.273Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.273Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471877303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:27:25.273Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:27:25.273Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.273Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471882783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:27:25.274Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:27:25.274Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.274Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471887536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:27:25.274Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:27:25.274Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.274Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471889738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:27:25.274Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:27:25.275Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.275Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471891545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:27:25.275Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:27:25.275Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.275Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471892955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:27:25.276Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:27:25.276Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.276Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471894068,
  "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-24T08:27:25.276Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:27:25.276Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.276Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471895072,
  "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-24T08:27:25.277Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:27:25.277Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.277Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471896101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:27:25.277Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:27:25.277Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.277Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471897111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T08:27:25.278Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:27:25.278Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.278Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471898118,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-24T08:27:25.278Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:27:25.278Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-24T08:27:25.279Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632471899124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:27:25.279Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:27:27.040Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-24T08:27:27.042Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 50016a6f-e544-4b5b-886e-4cad0b1e9e30 903
2021-09-24T08:27:27.043Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:27.043Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:27.044Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:27:27.046Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:27.051Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:27.051Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472047043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:27:27.151Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:27:27.156Z||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-24T08:27:27.157Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:27.166Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:27.166Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:27:28.053Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 27babdb9-f9d3-45c6-85a5-445f11aefe12
2021-09-24T08:27:28.054Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 58b1eb43-c936-4953-9ab2-e42e11573c4c 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-24T08:27:28.074Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e15461d, org.onap.sdc.toscaparser.api.parameters.Input@2748c735, org.onap.sdc.toscaparser.api.parameters.Input@76365d4d, org.onap.sdc.toscaparser.api.parameters.Input@8e6f012, org.onap.sdc.toscaparser.api.parameters.Input@7c377abd]
2021-09-24T08:27:28.078Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.078Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:28.078Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-09-24T08:27:28.078Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b02275da-7e4b-4abd-a478-44162290dd3a
2021-09-24T08:27:28.078Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b02275da-7e4b-4abd-a478-44162290dd3a matches Tosca VF Customization UUID: b02275da-7e4b-4abd-a478-44162290dd3a
2021-09-24T08:27:28.079Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b02275da-7e4b-4abd-a478-44162290dd3a  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-24T08:27:28.081Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.081Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:28.081Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b02275da-7e4b-4abd-a478-44162290dd3a: {\"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-24T08:27:28.081Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66669cf8
2021-09-24T08:27:28.081Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.082Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T08:27:28.082Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b247b8a1-d505-4f1b-9ed6-670a1e6d2324
2021-09-24T08:27:28.082Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b247b8a1-d505-4f1b-9ed6-670a1e6d2324
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-24T08:27:28.085Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.085Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T08:27:28.085Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:27:28.085Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.086Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T08:27:28.086Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:27:28.086Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.086Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-24T08:27:28.086Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-24T08:27:28.086Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-24T08:27:28.086Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2b34367b-fdb8-4a5e-a366-dd761b30fbd7
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-24T08:27:28.092Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.092Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T08:27:28.092Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:27:28.093Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.093Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-24T08:27:28.093Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b02275da-7e4b-4abd-a478-44162290dd3a
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-24T08:27:28.095Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.095Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:28.096Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 27babdb9-f9d3-45c6-85a5-445f11aefe12: basic_vm_macro
2021-09-24T08:27:28.096Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.096Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:28.096Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.096Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:28.097Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.097Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:28.097Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.097Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:28.097Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:27:28.098Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:27:28.098Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:28.190Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 58b1eb43-c936-4953-9ab2-e42e11573c4c 1 ASDC deployResourceStructure
2021-09-24T08:27:28.191Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:28.192Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:28.192Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:27:28.192Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:28.196Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:28.196Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472048191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:27:28.296Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:27:28.297Z||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-24T08:27:28.297Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:28.309Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:28.309Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:27:29.196Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:29.197Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:29.198Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:27:29.198Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:29.200Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:29.200Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472049196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T08:27:29.300Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:27:29.302Z||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-24T08:27:29.302Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:29.310Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:29.310Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:27:30.201Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:30.201Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:30.202Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:27:30.202Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:30.204Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:30.204Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472050201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-24T08:27:30.304Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:27:30.305Z||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-24T08:27:30.305Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:30.324Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:30.324Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:27:31.206Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:31.206Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||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-24T08:27:31.206Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:27:31.207Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:27:31.208Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:27:31.208Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472051205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:27:31.308Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:27:31.309Z||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-24T08:27:31.309Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:27:31.320Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:27:31.320Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:27:32.209Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76d8553b-066d-4046-bb2e-6edc22dd9da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:27:32.221Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76d8553b-066d-4046-bb2e-6edc22dd9da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:27:32.225Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:27:32.225Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T08:27:32.225Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T08:27:32.226Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T08:27:32.226Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:27:32.227Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:27:32.227Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:27:32.227Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:27:32.227Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:27:32.228Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:27:32.228Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T08:27:32.233Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T08:28:02.234Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76d8553b-066d-4046-bb2e-6edc22dd9da0 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-24T08:28:02.243Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76d8553b-066d-4046-bb2e-6edc22dd9da0 and serviceModelVersionId: 27babdb9-f9d3-45c6-85a5-445f11aefe12
2021-09-24T08:28:02.243Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fdd0d09-68eb-4a79-abe9-947a798d59a9
2021-09-24T08:28:02.246Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fdd0d09-68eb-4a79-abe9-947a798d59a9/model-vers/model-ver/27babdb9-f9d3-45c6-85a5-445f11aefe12?depth=0
2021-09-24T08:28:02.253Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T08:28:02.312Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9fdd0d09-68eb-4a79-abe9-947a798d59a9/model-vers/model-ver/27babdb9-f9d3-45c6-85a5-445f11aefe12?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-24T08:28:02.313Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9fdd0d09-68eb-4a79-abe9-947a798d59a9/model-vers/model-ver/27babdb9-f9d3-45c6-85a5-445f11aefe12?depth=0|INFO|500||Invoke
2021-09-24T08:28:02.346Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9fdd0d09-68eb-4a79-abe9-947a798d59a9/model-vers/model-ver/27babdb9-f9d3-45c6-85a5-445f11aefe12?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T08:28:03.301Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9fdd0d09-68eb-4a79-abe9-947a798d59a9/model-vers/model-ver/27babdb9-f9d3-45c6-85a5-445f11aefe12?depth=0|INFO|500||InvokeReturn
2021-09-24T08:28:03.302Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9fdd0d09-68eb-4a79-abe9-947a798d59a9/model-vers/model-ver/27babdb9-f9d3-45c6-85a5-445f11aefe12?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210924-08:28:02:380-26891], vertex-id=[479264], Content-Length=[0], Date=[Fri, 24 Sep 2021 08:28:02 GMT], Content-Type=[application/json]}
2021-09-24T08:28:03.302Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-09-24T08:28:03.302Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T08:28:03.302Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-24T08:28:03.308Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T08:28:03.308Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76d8553b-066d-4046-bb2e-6edc22dd9da0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T08:28:03.308Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T08:28:03.308Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:28:03.311Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:28:03.311Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472083308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:28:03.411Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:28:03.412Z||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-24T08:28:03.412Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:28:03.424Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:28:03.425Z||pool-94-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-24T08:28:04.322Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:28:04.323Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T08:28:04.323Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:28:13.869Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:28:13.870Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:28:13.870Z||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-24T08:28:13.871Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:28:23.443Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:28:23.447Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:28:23.448Z||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-24T08:28:23.448Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:28:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:28:25.246Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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-24T08:28:25.246Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:28:25.268Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:28:25.269Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:28:25.269Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f868bdbf-1d52-4acf-8706-48fab7761053",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472020769,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:28:25.270Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:28:25.271Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:28:25.271Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:28:25.271Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:28:25.271Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:28:25.271Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:28:25.271Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:28:25.271Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:28:25.271Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:28:25.271Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:28:25.271Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:28:25.271Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:28:25.271Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472021798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472035532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:28:25.272Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:28:25.273Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:28:25.273Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472039283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:28:25.273Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:28:25.273Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-24T08:28:25.273Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472042033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:28:25.273Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:28:32.991Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:28:32.992Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:28:32.994Z||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-24T08:28:32.994Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:28:42.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:29:25.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:29:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:29:25.246Z||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-24T08:29:25.246Z||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-24T08:29:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:29:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:29:25.792Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:29:25.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:29:25.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472047043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:29:25.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:29:25.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:29:25.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472048191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:29:25.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:29:25.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:29:25.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472049196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T08:29:25.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:29:25.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:29:25.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472050201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-24T08:29:25.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:29:25.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:29:25.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472051205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:29:25.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:29:25.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-24T08:29:25.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76d8553b-066d-4046-bb2e-6edc22dd9da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472083308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:29:25.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:29:34.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:30:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:30:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:30:25.244Z||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-24T08:30:25.244Z||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-24T08:30:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:30:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:30:34.822Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:30:34.839Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:31:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:31:25.243Z||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-24T08:31:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:31:25.244Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:31:25.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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-24T08:31:25.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:31:34.841Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:31:34.849Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:32:25.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:32:25.244Z||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-24T08:32:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:32:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:32:25.244Z||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-24T08:32:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:32:34.813Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:32:34.817Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:33:25.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:33:25.243Z||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-24T08:33:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:33:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:33:25.245Z||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-24T08:33:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:33:34.790Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:33:34.799Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:25.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:34:25.243Z||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-24T08:34:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:34:25.244Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:34:25.244Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T08:34:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:34:25.608Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:25.609Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.609Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "dcae-sch",
  "timestamp": 1632472445733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:34:25.611Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.611Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.611Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "cds",
  "timestamp": 1632472443711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.612Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.612Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.612Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472449503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.613Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.613Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.613Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472448702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.613Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.613Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.614Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "cds",
  "timestamp": 1632472443711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.614Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.614Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.614Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "dcae-sch",
  "timestamp": 1632472445733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.615Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.615Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.615Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472449503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.615Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.615Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.616Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472448702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.616Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.616Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.616Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "cds",
  "timestamp": 1632472443711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.616Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.617Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.617Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "dcae-sch",
  "timestamp": 1632472445733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.617Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.617Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.617Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472449503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:34:25.618Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.618Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.618Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472448702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.618Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.618Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.619Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472453460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.619Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.619Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.619Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "cds",
  "timestamp": 1632472443711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.620Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.620Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.620Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472449503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:34:25.620Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.620Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.620Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "dcae-sch",
  "timestamp": 1632472445733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.621Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.621Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.621Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472448702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.621Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.621Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.622Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472453460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.622Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.622Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.622Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "cds",
  "timestamp": 1632472443711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.622Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.623Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.623Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472449503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.623Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.623Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.624Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "dcae-sch",
  "timestamp": 1632472445733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.624Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.624Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.624Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472448702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.624Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.625Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.625Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472453460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.625Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.625Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.625Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "aai-ml",
  "timestamp": 1632472455850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.626Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.626Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.626Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "cds",
  "timestamp": 1632472443711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.626Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.626Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.627Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472449503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T08:34:25.627Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.627Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.627Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "dcae-sch",
  "timestamp": 1632472445733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.627Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.628Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.628Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472448702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.628Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.628Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.628Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472453460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.629Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.629Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.629Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "aai-ml",
  "timestamp": 1632472455850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.629Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.629Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.630Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "cds",
  "timestamp": 1632472443711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.630Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.630Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.630Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472449503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.631Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.631Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.631Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "dcae-sch",
  "timestamp": 1632472445733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.631Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.631Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.632Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472448702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.632Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.632Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.632Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472453460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.632Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.633Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.633Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "aai-ml",
  "timestamp": 1632472455850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.633Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.633Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.633Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "cds",
  "timestamp": 1632472443711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:34:25.634Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.634Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.634Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472449503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:34:25.634Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.634Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.635Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "dcae-sch",
  "timestamp": 1632472445733,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.635Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.635Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.635Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472448702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.635Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.636Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.636Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472453460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.636Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.636Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.636Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "aai-ml",
  "timestamp": 1632472455850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.637Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.637Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.637Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "policy-id",
  "timestamp": 1632472459057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.637Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.637Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.638Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472453460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.638Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.638Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.638Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "aai-ml",
  "timestamp": 1632472455850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.639Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.639Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.639Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "policy-id",
  "timestamp": 1632472459057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.639Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.639Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.640Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "cds",
  "timestamp": 1632472461001,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:34:25.640Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:34:25.640Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.640Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472453460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:34:25.640Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.641Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.641Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472461201,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:34:25.641Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:34:25.641Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.641Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "aai-ml",
  "timestamp": 1632472455850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.642Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.642Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.642Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "policy-id",
  "timestamp": 1632472459057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.642Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.643Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.643Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "cds",
  "timestamp": 1632472462010,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T08:34:25.666Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
2021-09-24T08:34:25.666Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0b9fcd-fbbb-400d-95e5-11b278005fa2 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-24T08:34:25.674Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.674Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "aai-ml",
  "timestamp": 1632472455850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.675Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.675Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.675Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "policy-id",
  "timestamp": 1632472459057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:34:25.675Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.676Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.676Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "aai-ml",
  "timestamp": 1632472455850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:34:25.676Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.676Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.677Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "policy-id",
  "timestamp": 1632472459057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.677Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.677Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.677Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "policy-id",
  "timestamp": 1632472459057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:25.678Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:34:25.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:25.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:34:25.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e0b9fcd-fbbb-400d-95e5-11b278005fa2","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"05ad91c2-f950-4483-a483-9291569da0d2","serviceDescription":"service","serviceInvariantUUID":"2ef4a98d-3226-4861-bb97-8bfbef51f367","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"81b18c8c-938d-4d51-98fd-e873b292797c","resourceInvariantUUID":"2a80b793-c51a-4017-b2ba-da3f72e5413a","resourceCustomizationUUID":"da5cfce0-1eb3-43b6-b61d-318e8916f50f","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":"37d1e2bc-63c7-4bf4-b1d2-8e85ce1a4647","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":"NWE5ZjRjMzY0NDRmMjgyOTBkZTQzMWEzMzMyOTAwNTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3adf07b6-946d-44cf-a0d0-1957305094d8","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":"NDE1Mjg2NDgxZDhjYTM4ODc5ZGFmOTYxMDY3ODc4MDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1df5ba6b-0876-4309-aca8-944ea16acf2b","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":"f38113b5-2a12-4796-877c-fb61282d029c","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":"be0c36b0-82d7-41db-972f-f7f45c994ec6","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":"d1b0c2ce-4c39-4bc9-b940-379b4eadf070","artifactVersion":"2","generatedFromUUID":"f38113b5-2a12-4796-877c-fb61282d029c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OGEzZDQxM2I1NjMyZDM1MTQ3MzAzZjIyOWY0ODhhM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ac1504c-aea7-4c79-a64d-790ba5b7909a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZWUyYTMyYmY4M2VkZDUyYjczYTRhODA4OTg5MTZlYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b3af23e-312b-49e4-9278-ee5c16bd3109","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T08:34:25.896Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:34:25.896Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:25.899Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:25.899Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:26.000Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:34:26.001Z||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-24T08:34:26.001Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:26.010Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:26.011Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:26.900Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:34:26.900Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:26.902Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:26.902Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:27.004Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:34:27.004Z||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-24T08:34:27.004Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:27.013Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:27.013Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:34:27.907Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:34:27.909Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:27.911Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:27.911Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:34:28.011Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:34:28.012Z||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-24T08:34:28.013Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:28.025Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:28.025Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:34:28.911Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:34:28.912Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:28.914Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:28.914Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:34:29.014Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:34:29.015Z||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-24T08:34:29.015Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:29.040Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:29.041Z||pool-98-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:29.914Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:34:29.915Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:29.918Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:29.918Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:30.018Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:34:30.019Z||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-24T08:34:30.019Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:30.029Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:30.029Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:30.918Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:34:30.919Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:30.921Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:30.921Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T08:34:31.021Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:34:31.022Z||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-24T08:34:31.022Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:31.040Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:31.040Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:31.921Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:34:31.922Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:31.924Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:31.924Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:34:32.024Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:34:32.025Z||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-24T08:34:32.025Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:32.033Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:32.033Z||pool-101-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:32.925Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:34:32.925Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:32.927Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:32.927Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:34:33.028Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:34:33.029Z||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-24T08:34:33.030Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:33.038Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:33.039Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:33.928Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "05ad91c2-f950-4483-a483-9291569da0d2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ef4a98d-3226-4861-bb97-8bfbef51f367",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "da5cfce0-1eb3-43b6-b61d-318e8916f50f",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "81b18c8c-938d-4d51-98fd-e873b292797c",
      "resourceInvariantUUID": "2a80b793-c51a-4017-b2ba-da3f72e5413a",
      "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": "NDE1Mjg2NDgxZDhjYTM4ODc5ZGFmOTYxMDY3ODc4MDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1df5ba6b-0876-4309-aca8-944ea16acf2b",
          "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": "f38113b5-2a12-4796-877c-fb61282d029c",
          "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": "d1b0c2ce-4c39-4bc9-b940-379b4eadf070",
            "generatedFromUUID": "f38113b5-2a12-4796-877c-fb61282d029c"
          },
          "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": "d1b0c2ce-4c39-4bc9-b940-379b4eadf070",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZWUyYTMyYmY4M2VkZDUyYjczYTRhODA4OTg5MTZlYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8b3af23e-312b-49e4-9278-ee5c16bd3109"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T08:34:33.929Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T08:34:33.929Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 05ad91c2-f950-4483-a483-9291569da0d2 ASDC
2021-09-24T08:34:33.930Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9e0b9fcd-fbbb-400d-95e5-11b278005fa2
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:05ad91c2-f950-4483-a483-9291569da0d2
ServiceInvariantUUID:2ef4a98d-3226-4861-bb97-8bfbef51f367
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:8b3af23e-312b-49e4-9278-ee5c16bd3109
ArtifactChecksum:ZWUyYTMyYmY4M2VkZDUyYjczYTRhODA4OTg5MTZlYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:da5cfce0-1eb3-43b6-b61d-318e8916f50f
ResourceInvariantUUID:2a80b793-c51a-4017-b2ba-da3f72e5413a
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:81b18c8c-938d-4d51-98fd-e873b292797c
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:1df5ba6b-0876-4309-aca8-944ea16acf2b
ArtifactChecksum:NDE1Mjg2NDgxZDhjYTM4ODc5ZGFmOTYxMDY3ODc4MDY=
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:f38113b5-2a12-4796-877c-fb61282d029c
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:d1b0c2ce-4c39-4bc9-b940-379b4eadf070
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:d1b0c2ce-4c39-4bc9-b940-379b4eadf070
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-24T08:34:33.930Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05ad91c2-f950-4483-a483-9291569da0d2 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-24T08:34:33.967Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:34:33.968Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T08:34:33.968Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T08:34:33.968Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b3af23e-312b-49e4-9278-ee5c16bd3109 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-24T08:34:33.968Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T08:34:33.968Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-24T08:34:35.198Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T08:34:35.203Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 8b3af23e-312b-49e4-9278-ee5c16bd3109 73474
2021-09-24T08:34:35.204Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:35.204Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:35.204Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:34:35.204Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:35.208Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:35.208Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472475203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:34:35.308Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:34:35.310Z||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-24T08:34:35.310Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:35.319Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:35.319Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:36.209Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:34:36.211Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T08:34:36.212Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 8b3af23e-312b-49e4-9278-ee5c16bd3109, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T08:34:36.212Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-24T08:34:36.212Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T08:34:36.213Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T08:34:36.432Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2916285085474204665/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-24T08:34:37.563Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T08:34:37.563Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T08:34:37.564Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T08:34:37.564Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-24T08:34:37.564Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:37.564Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:37.564Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T08:34:37.564Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T08:34:37.565Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T08:34:37.565Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:37.565Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:37.565Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T08:34:37.565Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-24T08:34:37.565Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T08:34:37.566Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:37.566Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:37.566Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T08:34:37.566Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T08:34:37.566Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:34:37.567Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:37.567Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:37.567Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T08:34:37.567Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T08:34:37.568Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:34:37.568Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:37.568Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:37.569Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:37.569Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-24T08:34:37.569Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-24T08:34:37.569Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-24T08:34:37.569Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-24T08:34:37.570Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T08:34:37.570Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-24T08:34:37.570Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:37.570Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T08:34:37.570Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:37.571Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T08:34:37.571Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:34:37.571Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:37.571Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T08:34:37.571Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:34:37.572Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:37.572Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T08:34:37.572Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:34:37.572Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:37.572Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-24T08:34:37.572Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T08:34:37.573Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T08:34:37.573Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d0095f5-d3e2-43bb-9d39-a5aea9699bc4
2021-09-24T08:34:37.573Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:37.573Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:37.573Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:37.574Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:37.574Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:37.574Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:37.574Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:37.574Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:37.574Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:05ad91c2-f950-4483-a483-9291569da0d2
Model Version:NULL
Model InvariantUuid:2ef4a98d-3226-4861-bb97-8bfbef51f367
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:139b8d4a-bbf5-4b30-8ff8-6341c32cabe5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2a80b793-c51a-4017-b2ba-da3f72e5413a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:da5cfce0-1eb3-43b6-b61d-318e8916f50f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fec5ca1a-9e2f-4e49-9785-dff24d76d463
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:ff9e88e5-ed5f-4afd-b965-692e87648d05
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1d0095f5-d3e2-43bb-9d39-a5aea9699bc4
ModelInvariantUuid:ed31af04-8f75-4043-bb0e-9e9591ce291c
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:22c0d4b8-e23e-49d9-8088-4df3046c84b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:8de23b3a-5235-4c9d-8154-d928f2c8ab30
ModelInvariantUuid:0154a6ed-b6be-4689-bfd4-d79b8a37ce5b
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:9d1b14e9-5a6f-4089-81f2-6abe738d52b3
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-24T08:34:37.581Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 81b18c8c-938d-4d51-98fd-e873b292797c
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-24T08:34:37.584Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||basicclamp 0
2021-09-24T08:34:37.584Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 81b18c8c-938d-4d51-98fd-e873b292797c
2021-09-24T08:34:37.584Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1df5ba6b-0876-4309-aca8-944ea16acf2b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-24T08:34:37.585Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T08:34:37.585Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:38.772Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T08:34:38.773Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 1df5ba6b-0876-4309-aca8-944ea16acf2b 790
2021-09-24T08:34:38.773Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:38.773Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:38.774Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:34:38.774Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:38.776Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:38.777Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472478773,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:34:38.877Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:34:38.877Z||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-24T08:34:38.877Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:38.898Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:38.899Z||pool-104-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:39.782Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fec5ca1a-9e2f-4e49-9785-dff24d76d463",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff9e88e5-ed5f-4afd-b965-692e87648d05",
    "vfModuleModelCustomizationUUID": "554af10b-0688-4bc5-9a06-17ebadc50d60",
    "isBase": true,
    "artifacts": [
      "f38113b5-2a12-4796-877c-fb61282d029c",
      "d1b0c2ce-4c39-4bc9-b940-379b4eadf070"
    ],
    "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-24T08:34:39.786Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff9e88e5-ed5f-4afd-b965-692e87648d05
VfModuleModelInvariantUUID:fec5ca1a-9e2f-4e49-9785-dff24d76d463
VfModuleModelDescription:NULL
Artifacts UUID List:{
f38113b5-2a12-4796-877c-fb61282d029c
,
d1b0c2ce-4c39-4bc9-b940-379b4eadf070

}
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-24T08:34:39.788Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fec5ca1a-9e2f-4e49-9785-dff24d76d463",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff9e88e5-ed5f-4afd-b965-692e87648d05",
    "vfModuleModelCustomizationUUID": "554af10b-0688-4bc5-9a06-17ebadc50d60",
    "isBase": true,
    "artifacts": [
      "f38113b5-2a12-4796-877c-fb61282d029c",
      "d1b0c2ce-4c39-4bc9-b940-379b4eadf070"
    ],
    "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-24T08:34:39.788Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff9e88e5-ed5f-4afd-b965-692e87648d05
VfModuleModelInvariantUUID:fec5ca1a-9e2f-4e49-9785-dff24d76d463
VfModuleModelDescription:NULL
Artifacts UUID List:{
f38113b5-2a12-4796-877c-fb61282d029c
,
d1b0c2ce-4c39-4bc9-b940-379b4eadf070

}
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-24T08:34:39.788Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f38113b5-2a12-4796-877c-fb61282d029c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-24T08:34:39.788Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T08:34:39.789Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:42.428Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T08:34:42.429Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml f38113b5-2a12-4796-877c-fb61282d029c 5033
2021-09-24T08:34:42.429Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:42.429Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:42.429Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:34:42.429Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:42.431Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:42.431Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472482429,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:34:42.531Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:34:42.532Z||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-24T08:34:42.532Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:42.550Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:42.550Z||pool-105-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:43.431Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d1b0c2ce-4c39-4bc9-b940-379b4eadf070 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-24T08:34:43.432Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T08:34:43.432Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:47.246Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T08:34:47.247Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d1b0c2ce-4c39-4bc9-b940-379b4eadf070 909
2021-09-24T08:34:47.247Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:47.247Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:47.248Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:34:47.248Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:47.250Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:47.250Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472487247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:34:47.350Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:34:47.350Z||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-24T08:34:47.350Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:47.359Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:47.359Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:48.251Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 05ad91c2-f950-4483-a483-9291569da0d2
2021-09-24T08:34:48.251Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 81b18c8c-938d-4d51-98fd-e873b292797c 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-24T08:34:48.271Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28d8d4d, org.onap.sdc.toscaparser.api.parameters.Input@95f0928, org.onap.sdc.toscaparser.api.parameters.Input@4e7f0969, org.onap.sdc.toscaparser.api.parameters.Input@59088301, org.onap.sdc.toscaparser.api.parameters.Input@37819a88]
2021-09-24T08:34:48.273Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.274Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:48.274Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-09-24T08:34:48.274Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= da5cfce0-1eb3-43b6-b61d-318e8916f50f
2021-09-24T08:34:48.274Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da5cfce0-1eb3-43b6-b61d-318e8916f50f matches Tosca VF Customization UUID: da5cfce0-1eb3-43b6-b61d-318e8916f50f
2021-09-24T08:34:48.274Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: da5cfce0-1eb3-43b6-b61d-318e8916f50f  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-24T08:34:48.276Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.276Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:48.277Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id da5cfce0-1eb3-43b6-b61d-318e8916f50f: {\"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-24T08:34:48.277Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6de92b6b
2021-09-24T08:34:48.277Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.277Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-24T08:34:48.277Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 554af10b-0688-4bc5-9a06-17ebadc50d60
2021-09-24T08:34:48.278Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 554af10b-0688-4bc5-9a06-17ebadc50d60
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-24T08:34:48.280Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.280Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T08:34:48.280Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:34:48.280Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.280Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T08:34:48.280Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:34:48.281Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.281Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-24T08:34:48.281Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-24T08:34:48.281Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-24T08:34:48.281Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d0095f5-d3e2-43bb-9d39-a5aea9699bc4
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-24T08:34:48.283Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.284Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T08:34:48.284Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-24T08:34:48.284Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.284Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-24T08:34:48.284Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=da5cfce0-1eb3-43b6-b61d-318e8916f50f
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-24T08:34:48.286Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.286Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:48.286Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 05ad91c2-f950-4483-a483-9291569da0d2: basicclamp
2021-09-24T08:34:48.286Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.286Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:48.286Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.287Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:48.287Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.287Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:48.287Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.287Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:48.287Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:34:48.288Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:34:48.288Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:48.391Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 81b18c8c-938d-4d51-98fd-e873b292797c 1 ASDC deployResourceStructure
2021-09-24T08:34:48.391Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:48.392Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:48.392Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:34:48.392Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:48.394Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:48.394Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472488391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:34:48.494Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:34:48.495Z||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-24T08:34:48.495Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:48.504Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:48.505Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:49.395Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:49.395Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:49.395Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:34:49.396Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:49.397Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:49.397Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472489395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T08:34:49.497Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:34:49.498Z||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-24T08:34:49.498Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:49.509Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:49.509Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:50.398Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:50.398Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:50.398Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:34:50.399Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:50.403Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:50.403Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472490398,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-24T08:34:50.501Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-24T08:34:50.502Z||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-24T08:34:50.502Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:50.510Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:50.511Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:51.404Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:51.404Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:34:51.404Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:34:51.405Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:34:51.407Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:34:51.407Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472491404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:34:51.509Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:34:51.510Z||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-24T08:34:51.510Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:34:51.525Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:34:51.525Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:34:52.408Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:34:52.419Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:34:52.420Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:34:52.421Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:34:52.421Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:35:22.424Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:35:22.439Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:35:22.441Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:35:22.441Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:35:22.441Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:35:25.244Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:35:25.246Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T08:35:25.246Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:35:25.305Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:35:25.306Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:35:25.306Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472465477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:35:25.306Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:35:52.442Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:35:52.456Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:35:52.458Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:35:52.458Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:35:52.458Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:36:22.460Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:36:22.477Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:36:22.478Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:36:22.478Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:36:22.479Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:36:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:36:25.247Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T08:36:25.247Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:36:25.268Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:36:25.269Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:36:25.269Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "policy-id",
  "timestamp": 1632472459057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:36:25.270Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:36:52.479Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:36:52.495Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:36:52.498Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:36:52.498Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:36:52.498Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:37:22.499Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:37:22.516Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:37:22.518Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:37:22.518Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:37:22.518Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:37:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:37:25.247Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T08:37:25.247Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:37:25.797Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:37:25.798Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.799Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:37:25.801Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.801Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.801Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472466643,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:37:25.801Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.801Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.802Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "policy-id",
  "timestamp": 1632472459057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:37:25.802Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.802Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.802Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:37:25.803Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.803Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.805Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "dcae-sch",
  "timestamp": 1632472467400,
  "artifactURL": "/sdc/v1/catalog/services/05ad91c2-f950-4483-a483-9291569da0d2/resourceInstances/basicclamp0/artifacts/37d1e2bc-63c7-4bf4-b1d2-8e85ce1a4647",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:37:25.805Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.805Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.805Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "aai-ml",
  "timestamp": 1632472467618,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:37:25.805Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.806Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.806Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:37:25.806Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.807Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.807Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472468363,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:37:25.807Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.807Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.807Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "dcae-sch",
  "timestamp": 1632472468687,
  "artifactURL": "/sdc/v1/catalog/services/05ad91c2-f950-4483-a483-9291569da0d2/resourceInstances/basicclamp0/artifacts/37d1e2bc-63c7-4bf4-b1d2-8e85ce1a4647",
  "status": "DEPLOY_OK"
}
2021-09-24T08:37:25.808Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.808Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.808Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472468745,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:37:25.808Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.808Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.809Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:37:25.809Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.809Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.809Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "policy-id",
  "timestamp": 1632472468976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:37:25.809Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.810Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.810Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "clamp",
  "timestamp": 1632472468450,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:37:25.810Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.810Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.810Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472469366,
  "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-24T08:37:25.817Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
2021-09-24T08:37:25.817Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0b9fcd-fbbb-400d-95e5-11b278005fa2 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-24T08:37:25.834Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.835Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "dcae-sch",
  "timestamp": 1632472469691,
  "artifactURL": "/sdc/v1/catalog/services/05ad91c2-f950-4483-a483-9291569da0d2/resourceInstances/basicclamp0/artifacts/37d1e2bc-63c7-4bf4-b1d2-8e85ce1a4647",
  "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-24T08:37:25.839Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
2021-09-24T08:37:25.839Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0b9fcd-fbbb-400d-95e5-11b278005fa2 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-24T08:37:25.847Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.847Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472469775,
  "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-24T08:37:25.851Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
2021-09-24T08:37:25.851Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0b9fcd-fbbb-400d-95e5-11b278005fa2 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-24T08:37:25.866Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.867Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:37:25.867Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.867Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.867Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "policy-id",
  "timestamp": 1632472469990,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:37:25.867Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.868Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.868Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "clamp",
  "timestamp": 1632472468450,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:37:25.868Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.868Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.868Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472470779,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:37:25.868Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.869Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.869Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-24T08:37:25.869Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.869Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.869Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "policy-id",
  "timestamp": 1632472470994,
  "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-24T08:37:25.873Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
2021-09-24T08:37:25.874Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0b9fcd-fbbb-400d-95e5-11b278005fa2 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-24T08:37:25.880Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.880Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "clamp",
  "timestamp": 1632472468450,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-24T08:37:25.881Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.881Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.881Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:37:25.881Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.881Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.882Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "clamp",
  "timestamp": 1632472468450,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:37:25.882Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.882Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.882Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472465241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:37:25.882Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.883Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.883Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "clamp",
  "timestamp": 1632472468450,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:37:25.883Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.883Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.883Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "clamp",
  "timestamp": 1632472468450,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:37:25.884Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.884Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.884Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "clamp",
  "timestamp": 1632472468450,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:37:25.884Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.884Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.884Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472475203,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:37:25.884Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.885Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.885Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "clamp",
  "timestamp": 1632472468450,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:37:25.885Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:37:25.885Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.885Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "aai-ml",
  "timestamp": 1632472478207,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:37:25.885Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.885Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.886Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472478773,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:37:25.886Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.886Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.886Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "aai-ml",
  "timestamp": 1632472479211,
  "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-24T08:37:25.890Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
2021-09-24T08:37:25.890Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0b9fcd-fbbb-400d-95e5-11b278005fa2 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-24T08:37:25.898Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.898Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472482429,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:37:25.898Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.898Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.899Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472487247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:37:25.899Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.899Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.899Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472488391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:37:25.899Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.899Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.900Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "clamp",
  "timestamp": 1632472489171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:37:25.900Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.900Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.900Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472489395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T08:37:25.900Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.900Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.900Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "clamp",
  "timestamp": 1632472490175,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:37:25.901Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.901Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.901Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472490398,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-24T08:37:25.901Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.901Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.901Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472491404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:37:25.901Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "clamp",
  "timestamp": 1632472491905,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:37:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "clamp",
  "timestamp": 1632472492909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-24T08:37:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:37:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:37:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "clamp",
  "timestamp": 1632472493913,
  "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-24T08:37:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
2021-09-24T08:37:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e0b9fcd-fbbb-400d-95e5-11b278005fa2 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-24T08:37:52.519Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:37:52.536Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:37:52.538Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:37:52.538Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T08:37:52.538Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T08:37:52.539Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T08:37:52.539Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:37:52.539Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:37:52.539Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:37:52.539Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:37:52.539Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:37:52.539Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:37:52.540Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:37:52.540Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T08:37:52.544Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T08:38:22.545Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2 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-24T08:38:22.555Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e0b9fcd-fbbb-400d-95e5-11b278005fa2 and serviceModelVersionId: 05ad91c2-f950-4483-a483-9291569da0d2
2021-09-24T08:38:22.555Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ef4a98d-3226-4861-bb97-8bfbef51f367
2021-09-24T08:38:22.557Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ef4a98d-3226-4861-bb97-8bfbef51f367/model-vers/model-ver/05ad91c2-f950-4483-a483-9291569da0d2?depth=0
2021-09-24T08:38:22.566Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T08:38:22.626Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2ef4a98d-3226-4861-bb97-8bfbef51f367/model-vers/model-ver/05ad91c2-f950-4483-a483-9291569da0d2?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-24T08:38:22.631Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2ef4a98d-3226-4861-bb97-8bfbef51f367/model-vers/model-ver/05ad91c2-f950-4483-a483-9291569da0d2?depth=0|INFO|500||Invoke
2021-09-24T08:38:22.659Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2ef4a98d-3226-4861-bb97-8bfbef51f367/model-vers/model-ver/05ad91c2-f950-4483-a483-9291569da0d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T08:38:23.894Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2ef4a98d-3226-4861-bb97-8bfbef51f367/model-vers/model-ver/05ad91c2-f950-4483-a483-9291569da0d2?depth=0|INFO|500||InvokeReturn
2021-09-24T08:38:23.896Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2ef4a98d-3226-4861-bb97-8bfbef51f367/model-vers/model-ver/05ad91c2-f950-4483-a483-9291569da0d2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-08:38:22:708-8892], vertex-id=[254080], Content-Length=[0], Date=[Fri, 24 Sep 2021 08:38:22 GMT], Content-Type=[application/json]}
2021-09-24T08:38:23.896Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-24T08:38:23.896Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T08:38:23.897Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||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-24T08:38:23.903Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T08:38:23.904Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e0b9fcd-fbbb-400d-95e5-11b278005fa2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T08:38:23.904Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T08:38:23.905Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:38:23.907Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:38:23.907Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472703904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:38:24.007Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:38:24.008Z||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-24T08:38:24.008Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:38:24.027Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:24.028Z||pool-111-thread-1|||||INFO|500||cambria reply ok (21 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-24T08:38:24.924Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:38:24.924Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|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-24T08:38:24.924Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:38:25.244Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:38:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T08:38:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:38:25.883Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:25.883Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:38:25.883Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e0b9fcd-fbbb-400d-95e5-11b278005fa2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472703904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:38:25.885Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:38:35.159Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:35.160Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:38:35.160Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|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-24T08:38:35.160Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:38:38.041Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:38.042Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:38:38.042Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"472fc9db-6b13-4d12-a695-950513f0f2cb","serviceName":"Demo_pNF_cIL1Ewk6zislRo5QJwp1","serviceVersion":"1.0","serviceUUID":"d80c5d45-881e-40f8-8f37-0f30453a8a4a","serviceDescription":"catalog service description","serviceInvariantUUID":"ea62620d-536b-4ba5-967b-028188b299a7","resources":[{"resourceInstanceName":"pNF 7d78e3f9-e765 0","resourceName":"pNF 7d78e3f9-e765","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"089bdc3b-3eed-4ba7-8615-82fdec89fa90","resourceInvariantUUID":"d774e0a9-1bbf-45c8-a439-fc719f2a8815","resourceCustomizationUUID":"09fc9a4f-279d-461e-90fa-ace54cdfcff7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y1YTZiMTFlNDE3NjAwNmZmMzYxMjExN2M3M2UwYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"558c44be-da2d-4337-88cf-f8623a7f53b7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/pNF.csar","artifactChecksum":"OTI5ZWRiY2E2YmEwNmE3NTM3ZDY3YzU0YzgwMTNhM2I\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7ef3b53-93e0-4458-8bad-ba9a7628e21d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02c58464-3656-45a9-8f3f-81e3b8bf0487","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vendor-license-model.xml","artifactChecksum":"MDQxYjA3ZjZiNmIzYjFmMjQ2ZTI2ZGM2MTJlZDUxZWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e8520021-1626-458b-a457-ab533d412f26","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc0c28cd-19a9-49ed-9611-04e2d9c3b860","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e371efd-8d9c-421e-a653-5e157a4a9e7f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCil1ewk6zislro5qjwp1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-template.yml","artifactChecksum":"MGY0YjcxYTA0OThjM2MzZjliOWM5YzdiYjcxMTY1Nzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"057f269d-49f5-4697-9a7b-036476f2d88f","artifactVersion":"1"},{"artifactName":"service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar","artifactChecksum":"YWUwMTlhMDZjMzFkOGJlMjIxOGY1NWIzMWI0NmZmYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e96353c-a975-457b-af6d-5e74a974b2ad","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T08:38:38.045Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:38:38.045Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:38:38.047Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:38:38.047Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:38:38.147Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:38:38.148Z||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-24T08:38:38.149Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:38:38.162Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:38.162Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:38:39.048Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:38:39.049Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:38:39.051Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:38:39.051Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:38:39.151Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:38:39.151Z||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-24T08:38:39.151Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:38:39.166Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:39.167Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:38:40.052Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:38:40.054Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:38:40.056Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:38:40.056Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:38:40.157Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:38:40.157Z||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-24T08:38:40.157Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:38:40.168Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:40.168Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:38:41.057Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:38:41.058Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:38:41.061Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:38:41.061Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:38:41.161Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:38:41.162Z||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-24T08:38:41.162Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:38:41.177Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:41.177Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:38:42.062Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:38:42.062Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:38:42.066Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:38:42.067Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:38:42.164Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-24T08:38:42.166Z||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-24T08:38:42.166Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:38:42.183Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:42.184Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:38:43.068Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:38:43.069Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:38:43.071Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:38:43.071Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:38:43.180Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2021-09-24T08:38:43.181Z||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-24T08:38:43.181Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:38:43.197Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:43.197Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:38:44.078Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:38:44.088Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:38:44.090Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:38:44.091Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:38:44.191Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:38:44.197Z||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-24T08:38:44.197Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:38:44.223Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:44.223Z||pool-118-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:38:45.091Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:38:45.092Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:38:45.095Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:38:45.095Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:38:45.196Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:38:45.197Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:38:45.197Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:38:45.205Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:45.206Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:38:46.096Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "serviceName": "Demo_pNF_cIL1Ewk6zislRo5QJwp1",
  "serviceVersion": "1.0",
  "serviceUUID": "d80c5d45-881e-40f8-8f37-0f30453a8a4a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ea62620d-536b-4ba5-967b-028188b299a7",
  "resources": [
    {
      "resourceInstanceName": "pNF 7d78e3f9-e765 0",
      "resourceCustomizationUUID": "09fc9a4f-279d-461e-90fa-ace54cdfcff7",
      "resourceName": "pNF 7d78e3f9-e765",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "089bdc3b-3eed-4ba7-8615-82fdec89fa90",
      "resourceInvariantUUID": "d774e0a9-1bbf-45c8-a439-fc719f2a8815",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
      "artifactChecksum": "YWUwMTlhMDZjMzFkOGJlMjIxOGY1NWIzMWI0NmZmYTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e96353c-a975-457b-af6d-5e74a974b2ad"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T08:38:46.102Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T08:38:46.102Z|9e0b9fcd-fbbb-400d-95e5-11b278005fa2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d80c5d45-881e-40f8-8f37-0f30453a8a4a ASDC
2021-09-24T08:38:46.103Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:472fc9db-6b13-4d12-a695-950513f0f2cb
ServiceName:Demo_pNF_cIL1Ewk6zislRo5QJwp1
ServiceVersion:1.0
ServiceUUID:d80c5d45-881e-40f8-8f37-0f30453a8a4a
ServiceInvariantUUID:ea62620d-536b-4ba5-967b-028188b299a7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
ArtifactUUID:1e96353c-a975-457b-af6d-5e74a974b2ad
ArtifactChecksum:YWUwMTlhMDZjMzFkOGJlMjIxOGY1NWIzMWI0NmZmYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7d78e3f9-e765 0
ResourceCustomizationUUID:09fc9a4f-279d-461e-90fa-ace54cdfcff7
ResourceInvariantUUID:d774e0a9-1bbf-45c8-a439-fc719f2a8815
ResourceName:pNF 7d78e3f9-e765
ResourceType:PNF
ResourceUUID:089bdc3b-3eed-4ba7-8615-82fdec89fa90
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-24T08:38:46.103Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d80c5d45-881e-40f8-8f37-0f30453a8a4a 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-24T08:38:46.150Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:38:46.151Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T08:38:46.151Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T08:38:46.152Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1e96353c-a975-457b-af6d-5e74a974b2ad from URL: /sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:46.152Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T08:38:46.152Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:48.343Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T08:38:48.350Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar 1e96353c-a975-457b-af6d-5e74a974b2ad 82532
2021-09-24T08:38:48.350Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar ASDC sendASDCNotification
2021-09-24T08:38:48.350Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:48.350Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:38:48.351Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:38:48.354Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:38:48.354Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472728350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:38:48.455Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:38:48.457Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:38:48.457Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:38:48.471Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:48.472Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:38:49.355Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:38:49.357Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T08:38:49.357Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1e96353c-a975-457b-af6d-5e74a974b2ad, URL: /sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar to file: /app/ASDC/1/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:49.357Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:49.358Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:49.358Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:49.580Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12240014090429867000/Definitions/service-DemoPnfCil1ewk6zislro5qjwp1-template.yml
2021-09-24T08:38:50.349Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T08:38:50.349Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T08:38:50.349Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:50.350Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-24T08:38:50.350Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7d78e3f9-e765 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-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:50.350Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:50.350Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:50.350Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:50.350Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:50.350Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:50.351Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:50.351Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T08:38:50.351Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:38:50.352Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cIL1Ewk6zislRo5QJwp1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:38:50.352Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Node template pNF 7d78e3f9-e765 0 is matching search criteria
2021-09-24T08:38:50.352Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T08:38:50.352Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7d78e3f9-e765 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:38:50.353Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:38:50.353Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cIL1Ewk6zislRo5QJwp1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:38:50.353Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Node template pNF 7d78e3f9-e765 0 is matching search criteria
2021-09-24T08:38:50.353Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T08:38:50.353Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7d78e3f9-e765 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:38:50.353Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:38:50.354Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cIL1Ewk6zislRo5QJwp1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:38:50.354Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:38:50.354Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cIL1Ewk6zislRo5QJwp1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:38:50.354Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:38:50.354Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cIL1Ewk6zislRo5QJwp1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:38:50.355Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:38:50.355Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cIL1Ewk6zislRo5QJwp1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:38:50.355Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:38:50.355Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cIL1Ewk6zislRo5QJwp1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:38:50.355Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_cIL1Ewk6zislRo5QJwp1
Description:catalog service description
Model UUID:d80c5d45-881e-40f8-8f37-0f30453a8a4a
Model Version:NULL
Model InvariantUuid:ea62620d-536b-4ba5-967b-028188b299a7
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-24T08:38:50.362Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 089bdc3b-3eed-4ba7-8615-82fdec89fa90
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-24T08:38:50.368Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||pNF 7d78e3f9-e765 0
2021-09-24T08:38:50.368Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 089bdc3b-3eed-4ba7-8615-82fdec89fa90
2021-09-24T08:38:50.368Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||No resources found for Service: d80c5d45-881e-40f8-8f37-0f30453a8a4a
2021-09-24T08:38:50.368Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d80c5d45-881e-40f8-8f37-0f30453a8a4a
2021-09-24T08:38:50.369Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7d78e3f9-e765 0 089bdc3b-3eed-4ba7-8615-82fdec89fa90 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-24T08:38:50.373Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a55a5e4, org.onap.sdc.toscaparser.api.parameters.Input@4e0e84d6, org.onap.sdc.toscaparser.api.parameters.Input@240ae0ff, org.onap.sdc.toscaparser.api.parameters.Input@3c188144, org.onap.sdc.toscaparser.api.parameters.Input@6b3569a6]
2021-09-24T08:38:50.374Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:38:50.374Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cIL1Ewk6zislRo5QJwp1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:38:50.374Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d80c5d45-881e-40f8-8f37-0f30453a8a4a: pNF 7d78e3f9-e765
2021-09-24T08:38:50.374Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||Processing PNF resource: 089bdc3b-3eed-4ba7-8615-82fdec89fa90
2021-09-24T08:38:50.374Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:38:50.375Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cIL1Ewk6zislRo5QJwp1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:38:50.375Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||Resource customization UUID: 09fc9a4f-279d-461e-90fa-ace54cdfcff7 is the same as notified resource customizationUUID: 09fc9a4f-279d-461e-90fa-ace54cdfcff7
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-24T08:38:50.443Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7d78e3f9-e765 089bdc3b-3eed-4ba7-8615-82fdec89fa90 0 ASDC deployResourceStructure
2021-09-24T08:38:50.444Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar ASDC sendASDCNotification
2021-09-24T08:38:50.444Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar
2021-09-24T08:38:50.444Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:38:50.445Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:38:50.448Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:38:50.449Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472730444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:38:50.549Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:38:50.550Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:38:50.550Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:38:50.563Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:38:50.564Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:38:51.453Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 472fc9db-6b13-4d12-a695-950513f0f2cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:38:51.467Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 472fc9db-6b13-4d12-a695-950513f0f2cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:38:51.470Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:38:51.470Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:38:51.470Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:39:21.473Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 472fc9db-6b13-4d12-a695-950513f0f2cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:39:21.491Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 472fc9db-6b13-4d12-a695-950513f0f2cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:39:21.494Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:39:21.494Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:39:21.495Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:39:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:39:25.246Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T08:39:25.246Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:39:25.892Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:39:25.894Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.895Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.901Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.901Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.901Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472709503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.901Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "cds",
  "timestamp": 1632472713715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472708702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "clamp",
  "timestamp": 1632472708451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.902Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472709503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472708702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "cds",
  "timestamp": 1632472713715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "clamp",
  "timestamp": 1632472708451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.903Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.904Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "policy-id",
  "timestamp": 1632472719057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.904Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.904Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.904Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.904Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.904Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.904Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472709503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.904Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.904Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.904Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472708702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.904Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.904Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.904Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "cds",
  "timestamp": 1632472713715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.905Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.905Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.905Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "clamp",
  "timestamp": 1632472708451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.905Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.905Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.905Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "policy-id",
  "timestamp": 1632472719057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.905Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.905Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.905Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.905Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.905Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.905Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472708702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.906Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.906Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.906Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472709503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.906Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.906Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.906Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "cds",
  "timestamp": 1632472713715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.906Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.906Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.906Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "clamp",
  "timestamp": 1632472708451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.906Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.906Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.907Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "policy-id",
  "timestamp": 1632472719057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.907Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.907Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.907Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.907Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.907Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.907Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472708702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.907Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.907Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.907Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472709503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.907Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "cds",
  "timestamp": 1632472713715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "clamp",
  "timestamp": 1632472708451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "policy-id",
  "timestamp": 1632472719057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.908Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.909Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.909Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472708702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:39:25.909Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.909Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.909Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472709503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.909Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.909Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.909Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "cds",
  "timestamp": 1632472713715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.909Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.909Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.909Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "clamp",
  "timestamp": 1632472708451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.909Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.909Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.910Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "policy-id",
  "timestamp": 1632472719057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.910Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.910Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.910Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472708702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.910Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.910Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.910Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472709503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.910Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.910Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.910Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.910Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.910Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.910Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "cds",
  "timestamp": 1632472713715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.911Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.911Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.911Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "clamp",
  "timestamp": 1632472708451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.911Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.911Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.911Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472723460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.911Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.911Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.911Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "policy-id",
  "timestamp": 1632472719057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.911Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.911Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.911Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472708702,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.911Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472709503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "cds",
  "timestamp": 1632472713715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "clamp",
  "timestamp": 1632472708451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.912Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472723460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.913Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.913Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.913Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "policy-id",
  "timestamp": 1632472719057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.913Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.913Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.913Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472723460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.913Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.913Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.913Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1632472725732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.913Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.913Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.913Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "aai-ml",
  "timestamp": 1632472725849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.914Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.914Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.914Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "policy-id",
  "timestamp": 1632472719057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:39:25.914Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.914Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.914Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472723460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.914Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.914Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.914Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1632472725732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.914Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.914Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.915Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "aai-ml",
  "timestamp": 1632472725849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.915Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.915Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.915Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472727945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:39:25.915Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:39:25.915Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.915Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472723460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.915Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.915Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.916Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "cds",
  "timestamp": 1632472728180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:39:25.916Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:39:25.916Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.916Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472728350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:39:25.916Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:39:25.916Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.916Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1632472725732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.917Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.917Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.917Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "aai-ml",
  "timestamp": 1632472725849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.917Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.917Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.917Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "policy-id",
  "timestamp": 1632472728886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:39:25.917Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:39:25.917Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.917Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472729133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T08:39:25.917Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:39:25.917Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.917Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472723460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.917Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.918Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.918Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "cds",
  "timestamp": 1632472729188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-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-24T08:39:25.924Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 472fc9db-6b13-4d12-a695-950513f0f2cb
2021-09-24T08:39:25.924Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 472fc9db-6b13-4d12-a695-950513f0f2cb 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-24T08:39:25.934Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.934Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1632472725732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.935Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.935Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.935Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "aai-ml",
  "timestamp": 1632472725849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.935Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.935Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.935Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "policy-id",
  "timestamp": 1632472729891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:39:25.935Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:39:25.935Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.936Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472730138,
  "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-24T08:39:25.939Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 472fc9db-6b13-4d12-a695-950513f0f2cb
2021-09-24T08:39:25.939Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 472fc9db-6b13-4d12-a695-950513f0f2cb 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-24T08:39:25.946Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.946Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472723460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.946Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.946Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.946Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1632472725732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.946Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.946Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.946Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472730444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:39:25.946Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:39:25.946Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.946Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "aai-ml",
  "timestamp": 1632472725849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.946Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.947Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.947Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "policy-id",
  "timestamp": 1632472730901,
  "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-24T08:39:25.950Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 472fc9db-6b13-4d12-a695-950513f0f2cb
2021-09-24T08:39:25.950Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 472fc9db-6b13-4d12-a695-950513f0f2cb 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-24T08:39:25.958Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.958Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472723460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:39:25.958Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.958Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.959Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1632472725732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.959Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.959Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.959Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "aai-ml",
  "timestamp": 1632472725849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/resourceInstances/pnf7d78e3f9e7650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.959Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.959Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.959Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1632472725732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.959Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.960Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.960Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "aai-ml",
  "timestamp": 1632472725849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.960Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.960Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.960Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "clamp",
  "timestamp": 1632472732699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:39:25.960Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:39:25.960Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.960Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472732839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:39:25.960Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:39:25.960Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.960Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "dcae-sch",
  "timestamp": 1632472725732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:39:25.960Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.960Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.961Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "aai-ml",
  "timestamp": 1632472725849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:39:25.961Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:39:25.961Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.961Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472735254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:39:25.961Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:39:25.961Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.961Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "aai-ml",
  "timestamp": 1632472735618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:39:25.961Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:39:25.961Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.961Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "clamp",
  "timestamp": 1632472735713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:39:25.961Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:39:25.961Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.962Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472736258,
  "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-24T08:39:25.965Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 472fc9db-6b13-4d12-a695-950513f0f2cb
2021-09-24T08:39:25.966Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 472fc9db-6b13-4d12-a695-950513f0f2cb 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-24T08:39:25.992Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:25.992Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "clamp",
  "timestamp": 1632472736745,
  "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-24T08:39:26.001Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 472fc9db-6b13-4d12-a695-950513f0f2cb
2021-09-24T08:39:26.001Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 472fc9db-6b13-4d12-a695-950513f0f2cb 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-24T08:39:26.016Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:26.016Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "aai-ml",
  "timestamp": 1632472741701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCil1ewk6zislro5qjwp1/1.0/artifacts/service-DemoPnfCil1ewk6zislro5qjwp1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:39:26.016Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:39:26.016Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:39:26.016Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "aai-ml",
  "timestamp": 1632472742705,
  "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-24T08:39:26.024Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 472fc9db-6b13-4d12-a695-950513f0f2cb
2021-09-24T08:39:26.024Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 472fc9db-6b13-4d12-a695-950513f0f2cb 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-24T08:39:51.495Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 472fc9db-6b13-4d12-a695-950513f0f2cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:39:51.519Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 472fc9db-6b13-4d12-a695-950513f0f2cb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:39:51.522Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:39:51.522Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T08:39:51.522Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T08:39:51.523Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T08:39:51.523Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:39:51.523Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:39:51.523Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:39:51.523Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:39:51.523Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:39:51.524Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:39:51.524Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:39:51.524Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T08:39:51.531Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T08:40:21.532Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 472fc9db-6b13-4d12-a695-950513f0f2cb 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-24T08:40:21.544Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 472fc9db-6b13-4d12-a695-950513f0f2cb and serviceModelVersionId: d80c5d45-881e-40f8-8f37-0f30453a8a4a
2021-09-24T08:40:21.544Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea62620d-536b-4ba5-967b-028188b299a7
2021-09-24T08:40:21.546Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea62620d-536b-4ba5-967b-028188b299a7/model-vers/model-ver/d80c5d45-881e-40f8-8f37-0f30453a8a4a?depth=0
2021-09-24T08:40:21.554Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T08:40:21.628Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea62620d-536b-4ba5-967b-028188b299a7/model-vers/model-ver/d80c5d45-881e-40f8-8f37-0f30453a8a4a?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-24T08:40:21.630Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea62620d-536b-4ba5-967b-028188b299a7/model-vers/model-ver/d80c5d45-881e-40f8-8f37-0f30453a8a4a?depth=0|INFO|500||Invoke
2021-09-24T08:40:21.653Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea62620d-536b-4ba5-967b-028188b299a7/model-vers/model-ver/d80c5d45-881e-40f8-8f37-0f30453a8a4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T08:40:21.890Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea62620d-536b-4ba5-967b-028188b299a7/model-vers/model-ver/d80c5d45-881e-40f8-8f37-0f30453a8a4a?depth=0|INFO|500||InvokeReturn
2021-09-24T08:40:21.891Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ea62620d-536b-4ba5-967b-028188b299a7/model-vers/model-ver/d80c5d45-881e-40f8-8f37-0f30453a8a4a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-08:40:21:700-40080], vertex-id=[282744], Content-Length=[0], Date=[Fri, 24 Sep 2021 08:40:21 GMT], Content-Type=[application/json]}
2021-09-24T08:40:21.891Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-24T08:40:21.892Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T08:40:21.892Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||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-24T08:40:21.899Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T08:40:21.900Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 472fc9db-6b13-4d12-a695-950513f0f2cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T08:40:21.900Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T08:40:21.900Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:40:21.903Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:40:21.904Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472821900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:40:22.003Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:40:22.004Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:40:22.004Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:40:22.024Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:22.025Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 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-24T08:40:22.923Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:40:22.923Z|472fc9db-6b13-4d12-a695-950513f0f2cb|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-24T08:40:22.924Z|472fc9db-6b13-4d12-a695-950513f0f2cb|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:40:23.551Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:23.552Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-24T08:40:23.552Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5cf7c945-5e57-46f6-8763-4f3edce19887","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c4721b95-1594-4473-a608-2357b818ba36","serviceDescription":"service","serviceInvariantUUID":"e86ff1b0-b495-4cdf-b7fe-75be5967fb98","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"76d73724-1270-4b28-a3e2-030879da3385","resourceInvariantUUID":"23f28b80-ebeb-4c18-b6fc-b6384d1b5459","resourceCustomizationUUID":"7aee6218-5b78-4718-97ae-8ab634cd9662","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":"OTdhZjgwYmJmOTZmYWU2NTNhMzA2NmEwMzhmMGJiMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3e20a9e-9504-42d5-9406-c30cbbc4059f","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":"d337b956-4ba8-4194-af09-2c3c9d6cdbc9","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":"f99c5d48-a1ce-4795-b4eb-1352e6bbf37f","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":"OThmODk2MmE2NzVjZGUzZWZiNDVhNzcyOTI3MjViY2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7176ea52-896e-4b4f-a3c5-7bff80e0346a","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":"78eb9c07-c1ce-44af-96e3-526c069a6934","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":"26101f1a-5082-4bdd-aea1-a639d735a52e","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":"41365385-47c2-4c53-b33f-38e975ac3636","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":"MzZkZWMwMmM0YWRkOTY5NTg3OGQzYzNjYTlkNjM4YjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5cb9c837-1356-4d72-beb7-90fa09d8ac15","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YjM1NTg4MjM0MTYxNTAzMzRhZTJiNWRlMzdjZTQwZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c1cfe846-0b18-4ae4-9998-e0906bc3c11f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-24T08:40:23.556Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:40:23.557Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:40:23.559Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:40:23.559Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:23.659Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:40:23.660Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:40:23.660Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:40:23.675Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:23.676Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:40:24.560Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:40:24.561Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:40:24.563Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:40:24.563Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:24.663Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:40:24.664Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:40:24.664Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:40:24.674Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:24.674Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:40:25.244Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:40:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T08:40:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:40:25.564Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:40:25.564Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:40:25.566Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:40:25.566Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.667Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:40:25.668Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:40:25.668Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:40:25.678Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:25.679Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:40:25.692Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:25.694Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.694Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "cds",
  "timestamp": 1632472803711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.694Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "clamp",
  "timestamp": 1632472798451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "dcae-sch",
  "timestamp": 1632472805733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "policy-id",
  "timestamp": 1632472799057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "cds",
  "timestamp": 1632472803711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.695Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "dcae-sch",
  "timestamp": 1632472805733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.696Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.696Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.696Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "clamp",
  "timestamp": 1632472798451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.696Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.696Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.696Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "policy-id",
  "timestamp": 1632472799057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.696Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.696Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.696Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472808703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.696Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.696Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.696Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "cds",
  "timestamp": 1632472803711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.697Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.697Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.697Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "clamp",
  "timestamp": 1632472798451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.697Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.697Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.697Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "dcae-sch",
  "timestamp": 1632472805733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.697Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.697Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.697Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "policy-id",
  "timestamp": 1632472799057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.697Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.697Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.697Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472809504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.698Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.698Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.698Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472808703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.698Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.698Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.698Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "cds",
  "timestamp": 1632472803711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.698Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.698Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.698Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "clamp",
  "timestamp": 1632472798451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.698Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.698Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.698Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "dcae-sch",
  "timestamp": 1632472805733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.698Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.699Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.699Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "policy-id",
  "timestamp": 1632472799057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.699Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.699Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.699Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472809504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.699Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.699Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.699Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472808703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.699Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.700Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.700Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "cds",
  "timestamp": 1632472803711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.700Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.700Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.700Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "clamp",
  "timestamp": 1632472798451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.700Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.700Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.700Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "dcae-sch",
  "timestamp": 1632472805733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.701Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.701Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.701Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "policy-id",
  "timestamp": 1632472799057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.701Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.701Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.701Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472809504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.701Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.701Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.701Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472808703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.702Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.702Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.702Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "cds",
  "timestamp": 1632472803711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.702Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.702Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.703Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "clamp",
  "timestamp": 1632472798451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.703Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.703Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.703Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "dcae-sch",
  "timestamp": 1632472805733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.703Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.703Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.703Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "policy-id",
  "timestamp": 1632472799057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.704Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.704Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.704Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472809504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.704Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.704Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.704Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472808703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.704Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.705Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.705Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "cds",
  "timestamp": 1632472803711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.705Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.705Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.705Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "clamp",
  "timestamp": 1632472798451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.705Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.705Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.705Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "dcae-sch",
  "timestamp": 1632472805733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.706Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.706Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.706Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "policy-id",
  "timestamp": 1632472799057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.706Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.706Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.707Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472813459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.707Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.707Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.707Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472809504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.708Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.708Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.708Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472808703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.709Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.709Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.709Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "cds",
  "timestamp": 1632472803711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.709Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.709Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.709Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "dcae-sch",
  "timestamp": 1632472805733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.710Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.710Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.710Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "clamp",
  "timestamp": 1632472798451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.710Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.710Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.710Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "policy-id",
  "timestamp": 1632472799057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.711Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.711Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.711Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472813459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.711Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.711Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.711Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472809504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.712Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.712Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.712Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472808703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-24T08:40:25.712Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.712Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.712Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "cds",
  "timestamp": 1632472803711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:40:25.712Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.713Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.713Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "clamp",
  "timestamp": 1632472798451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:40:25.713Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.713Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.713Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "dcae-sch",
  "timestamp": 1632472805733,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.713Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.713Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.713Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "policy-id",
  "timestamp": 1632472799057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:40:25.714Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.714Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.714Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472813459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.714Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.714Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.714Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472809504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.714Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.714Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.714Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472808703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.715Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.715Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.715Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "aai-ml",
  "timestamp": 1632472815849,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.715Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.715Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.715Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472813459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.715Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.715Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.715Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472809504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.715Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.716Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.716Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472808703,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.716Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.716Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.716Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "aai-ml",
  "timestamp": 1632472815849,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.716Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.716Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.716Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "cds",
  "timestamp": 1632472817604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:40:25.716Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:40:25.717Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.717Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "policy-id",
  "timestamp": 1632472817826,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:40:25.717Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:40:25.717Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.717Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472813459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.717Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.717Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.718Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632472809504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:40:25.718Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.718Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.718Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "aai-ml",
  "timestamp": 1632472815849,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.718Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.718Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.718Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "policy-id",
  "timestamp": 1632472818832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:40:25.718Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:40:25.718Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.718Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "cds",
  "timestamp": 1632472818886,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-24T08:40:25.733Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5cf7c945-5e57-46f6-8763-4f3edce19887
2021-09-24T08:40:25.734Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cf7c945-5e57-46f6-8763-4f3edce19887 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-24T08:40:25.750Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.750Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472813459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.750Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.750Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.750Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472819309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:40:25.750Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:40:25.751Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.751Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "aai-ml",
  "timestamp": 1632472815849,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.751Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.751Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.751Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "policy-id",
  "timestamp": 1632472819840,
  "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-24T08:40:25.756Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5cf7c945-5e57-46f6-8763-4f3edce19887
2021-09-24T08:40:25.756Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cf7c945-5e57-46f6-8763-4f3edce19887 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-24T08:40:25.763Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.764Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472813459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.764Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.764Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.764Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472820342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-24T08:40:25.764Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:40:25.764Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.765Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "aai-ml",
  "timestamp": 1632472815849,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.765Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.765Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.765Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472813459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.766Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.766Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.766Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632472821346,
  "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-24T08:40:25.772Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5cf7c945-5e57-46f6-8763-4f3edce19887
2021-09-24T08:40:25.772Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cf7c945-5e57-46f6-8763-4f3edce19887 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-24T08:40:25.781Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.781Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "aai-ml",
  "timestamp": 1632472815849,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.781Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.781Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.781Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "472fc9db-6b13-4d12-a695-950513f0f2cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472821900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:40:25.782Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:40:25.782Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.782Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472813459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:40:25.783Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.783Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.783Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "aai-ml",
  "timestamp": 1632472815849,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.783Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.783Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.784Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "aai-ml",
  "timestamp": 1632472815849,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.784Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.784Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.785Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.785Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.785Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.785Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "aai-ml",
  "timestamp": 1632472815849,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:40:25.786Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:25.786Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:40:25.786Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:25.787Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:40:26.567Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:40:26.572Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:40:26.574Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:40:26.574Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:26.675Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:40:26.675Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:40:26.675Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:40:26.694Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:26.696Z||pool-126-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:40:27.577Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:40:27.577Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:40:27.579Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:40:27.580Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:27.679Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-24T08:40:27.680Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:40:27.680Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:40:27.691Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:27.691Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:40:28.586Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:40:28.586Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:40:28.588Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:40:28.588Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:28.688Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:40:28.689Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:40:28.689Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:40:28.696Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:28.697Z||pool-128-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:40:29.589Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:40:29.589Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:40:29.591Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:40:29.591Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:29.691Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:40:29.692Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:40:29.692Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:40:29.701Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:29.701Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-24T08:40:30.592Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:40:30.594Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:40:30.597Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:40:30.597Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:40:30.700Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:40:30.701Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:40:30.701Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:40:30.709Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:30.710Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:40:31.599Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-24T08:40:31.600Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:40:31.603Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:40:31.604Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:40:31.703Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-24T08:40:31.704Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:40:31.704Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:40:31.713Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:31.713Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:40:32.605Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c4721b95-1594-4473-a608-2357b818ba36",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e86ff1b0-b495-4cdf-b7fe-75be5967fb98",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7aee6218-5b78-4718-97ae-8ab634cd9662",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "76d73724-1270-4b28-a3e2-030879da3385",
      "resourceInvariantUUID": "23f28b80-ebeb-4c18-b6fc-b6384d1b5459",
      "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": "YjM1NTg4MjM0MTYxNTAzMzRhZTJiNWRlMzdjZTQwZTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c1cfe846-0b18-4ae4-9998-e0906bc3c11f"
    }
  ],
  "workloadContext": "Production"
}
2021-09-24T08:40:32.606Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-24T08:40:32.606Z|472fc9db-6b13-4d12-a695-950513f0f2cb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c4721b95-1594-4473-a608-2357b818ba36 ASDC
2021-09-24T08:40:32.607Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5cf7c945-5e57-46f6-8763-4f3edce19887
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c4721b95-1594-4473-a608-2357b818ba36
ServiceInvariantUUID:e86ff1b0-b495-4cdf-b7fe-75be5967fb98
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:c1cfe846-0b18-4ae4-9998-e0906bc3c11f
ArtifactChecksum:YjM1NTg4MjM0MTYxNTAzMzRhZTJiNWRlMzdjZTQwZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7aee6218-5b78-4718-97ae-8ab634cd9662
ResourceInvariantUUID:23f28b80-ebeb-4c18-b6fc-b6384d1b5459
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:76d73724-1270-4b28-a3e2-030879da3385
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-24T08:40:32.607Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4721b95-1594-4473-a608-2357b818ba36 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-24T08:40:32.642Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:40:32.643Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T08:40:32.644Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T08:40:32.644Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c1cfe846-0b18-4ae4-9998-e0906bc3c11f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-24T08:40:32.644Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-24T08:40:32.644Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-24T08:40:33.437Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-24T08:40:33.442Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c1cfe846-0b18-4ae4-9998-e0906bc3c11f 105556
2021-09-24T08:40:33.443Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||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-24T08:40:33.443Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||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-24T08:40:33.443Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-24T08:40:33.443Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:40:33.445Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:40:33.445Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472833443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:40:33.545Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:40:33.547Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:40:33.547Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:40:33.555Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:33.556Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:40:34.446Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-24T08:40:34.447Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-24T08:40:34.447Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c1cfe846-0b18-4ae4-9998-e0906bc3c11f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T08:40:34.448Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-24T08:40:34.448Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T08:40:34.448Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T08:40:34.636Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3731016536787701064/Definitions/service-TestPnfMacro-template.yml
2021-09-24T08:40:35.429Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-24T08:40:35.430Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T08:40:35.430Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T08:40:35.430Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-24T08:40:35.430Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T08:40:35.430Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T08:40:35.430Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||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-24T08:40:35.430Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T08:40:35.431Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T08:40:35.431Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T08:40:35.431Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-24T08:40:35.431Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-24T08:40:35.431Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:40:35.431Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:40:35.432Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-24T08:40:35.432Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T08:40:35.432Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:40:35.432Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:40:35.433Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:40:35.433Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-24T08:40:35.433Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-24T08:40:35.433Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-24T08:40:35.433Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:40:35.434Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:40:35.434Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:40:35.434Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:40:35.434Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:40:35.434Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:40:35.435Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:40:35.435Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:40:35.435Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:40:35.435Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:40:35.435Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c4721b95-1594-4473-a608-2357b818ba36
Model Version:NULL
Model InvariantUuid:e86ff1b0-b495-4cdf-b7fe-75be5967fb98
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-24T08:40:35.443Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 76d73724-1270-4b28-a3e2-030879da3385
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-24T08:40:35.446Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||test-pnf 0
2021-09-24T08:40:35.446Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 76d73724-1270-4b28-a3e2-030879da3385
2021-09-24T08:40:35.446Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c4721b95-1594-4473-a608-2357b818ba36
2021-09-24T08:40:35.446Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c4721b95-1594-4473-a608-2357b818ba36
2021-09-24T08:40:35.447Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 76d73724-1270-4b28-a3e2-030879da3385 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-24T08:40:35.450Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@238bf143, org.onap.sdc.toscaparser.api.parameters.Input@4e127c58, org.onap.sdc.toscaparser.api.parameters.Input@21337962, org.onap.sdc.toscaparser.api.parameters.Input@5ab8b491, org.onap.sdc.toscaparser.api.parameters.Input@2645576c]
2021-09-24T08:40:35.451Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:40:35.451Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:40:35.451Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c4721b95-1594-4473-a608-2357b818ba36: test-pnf
2021-09-24T08:40:35.451Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||Processing PNF resource: 76d73724-1270-4b28-a3e2-030879da3385
2021-09-24T08:40:35.452Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-24T08:40:35.452Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-24T08:40:35.452Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||Resource customization UUID: 7aee6218-5b78-4718-97ae-8ab634cd9662 is the same as notified resource customizationUUID: 7aee6218-5b78-4718-97ae-8ab634cd9662
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-24T08:40:35.482Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 76d73724-1270-4b28-a3e2-030879da3385 0 ASDC deployResourceStructure
2021-09-24T08:40:35.482Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||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-24T08:40:35.482Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||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-24T08:40:35.482Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-24T08:40:35.483Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:40:35.486Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:40:35.486Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472835482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:40:35.588Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-24T08:40:35.589Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:40:35.589Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:40:35.599Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:40:35.599Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-24T08:40:36.486Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cf7c945-5e57-46f6-8763-4f3edce19887
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:40:36.496Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cf7c945-5e57-46f6-8763-4f3edce19887
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:40:36.499Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:40:36.499Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:40:36.500Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:41:06.500Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cf7c945-5e57-46f6-8763-4f3edce19887
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:41:06.529Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cf7c945-5e57-46f6-8763-4f3edce19887
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:41:06.531Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:41:06.532Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:41:06.532Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:41:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:41:25.249Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T08:41:25.249Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:41:25.283Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:41:25.292Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:41:25.292Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:41:25.294Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:41:36.533Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cf7c945-5e57-46f6-8763-4f3edce19887
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:41:36.548Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cf7c945-5e57-46f6-8763-4f3edce19887
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:41:36.551Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:41:36.551Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:41:36.551Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:42:06.551Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cf7c945-5e57-46f6-8763-4f3edce19887
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:42:06.576Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cf7c945-5e57-46f6-8763-4f3edce19887
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:42:06.578Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:42:06.579Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-24T08:42:06.579Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-24T08:42:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:42:25.246Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T08:42:25.246Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:42:25.782Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:42:25.783Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.784Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:42:25.786Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:42:25.786Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.786Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472826982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:42:25.786Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:42:25.786Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.787Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:42:25.787Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:42:25.787Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.787Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "aai-ml",
  "timestamp": 1632472828582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:42:25.787Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:42:25.787Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.787Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:42:25.787Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:42:25.788Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.788Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "clamp",
  "timestamp": 1632472828895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:42:25.788Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:42:25.788Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.788Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472829185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:42:25.789Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:42:25.789Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.789Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:42:25.789Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:42:25.789Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.790Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632472830189,
  "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-24T08:42:25.796Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5cf7c945-5e57-46f6-8763-4f3edce19887
2021-09-24T08:42:25.797Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cf7c945-5e57-46f6-8763-4f3edce19887 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-24T08:42:25.812Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.812Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-24T08:42:25.812Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:42:25.812Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.812Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "clamp",
  "timestamp": 1632472830739,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:42:25.813Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:42:25.813Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.813Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472822923,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-24T08:42:25.813Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-24T08:42:25.813Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.813Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "clamp",
  "timestamp": 1632472831742,
  "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-24T08:42:25.819Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5cf7c945-5e57-46f6-8763-4f3edce19887
2021-09-24T08:42:25.819Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cf7c945-5e57-46f6-8763-4f3edce19887 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-24T08:42:25.828Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.828Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472833443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-24T08:42:25.828Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:42:25.828Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.829Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "aai-ml",
  "timestamp": 1632472834268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:42:25.829Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:42:25.829Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.829Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "aai-ml",
  "timestamp": 1632472835274,
  "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-24T08:42:25.834Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5cf7c945-5e57-46f6-8763-4f3edce19887
2021-09-24T08:42:25.834Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5cf7c945-5e57-46f6-8763-4f3edce19887 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-24T08:42:25.841Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-24T08:42:25.841Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472835482,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-24T08:42:25.842Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:42:36.581Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5cf7c945-5e57-46f6-8763-4f3edce19887
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T08:42:36.592Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5cf7c945-5e57-46f6-8763-4f3edce19887
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-24T08:42:36.595Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-24T08:42:36.595Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-24T08:42:36.595Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-24T08:42:36.595Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-24T08:42:36.596Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:42:36.596Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:42:36.596Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:42:36.596Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:42:36.596Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:42:36.596Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:42:36.596Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-24T08:42:36.597Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-24T08:42:36.602Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-24T08:43:06.603Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5cf7c945-5e57-46f6-8763-4f3edce19887 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-24T08:43:06.618Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5cf7c945-5e57-46f6-8763-4f3edce19887 and serviceModelVersionId: c4721b95-1594-4473-a608-2357b818ba36
2021-09-24T08:43:06.618Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e86ff1b0-b495-4cdf-b7fe-75be5967fb98
2021-09-24T08:43:06.620Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e86ff1b0-b495-4cdf-b7fe-75be5967fb98/model-vers/model-ver/c4721b95-1594-4473-a608-2357b818ba36?depth=0
2021-09-24T08:43:06.628Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-24T08:43:06.709Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e86ff1b0-b495-4cdf-b7fe-75be5967fb98/model-vers/model-ver/c4721b95-1594-4473-a608-2357b818ba36?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-24T08:43:06.715Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e86ff1b0-b495-4cdf-b7fe-75be5967fb98/model-vers/model-ver/c4721b95-1594-4473-a608-2357b818ba36?depth=0|INFO|500||Invoke
2021-09-24T08:43:06.739Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e86ff1b0-b495-4cdf-b7fe-75be5967fb98/model-vers/model-ver/c4721b95-1594-4473-a608-2357b818ba36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-24T08:43:07.335Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e86ff1b0-b495-4cdf-b7fe-75be5967fb98/model-vers/model-ver/c4721b95-1594-4473-a608-2357b818ba36?depth=0|INFO|500||InvokeReturn
2021-09-24T08:43:07.336Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e86ff1b0-b495-4cdf-b7fe-75be5967fb98/model-vers/model-ver/c4721b95-1594-4473-a608-2357b818ba36?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210924-08:43:06:794-39115], vertex-id=[528416], Content-Length=[0], Date=[Fri, 24 Sep 2021 08:43:06 GMT], Content-Type=[application/json]}
2021-09-24T08:43:07.337Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-24T08:43:07.338Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-24T08:43:07.338Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||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-24T08:43:07.345Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T08:43:07.346Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5cf7c945-5e57-46f6-8763-4f3edce19887 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-24T08:43:07.347Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-24T08:43:07.348Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-24T08:43:07.351Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-24T08:43:07.351Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472987347,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:43:07.451Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-24T08:43:07.452Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-24T08:43:07.452Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as exolR5ypkUSLDsKd) ...
2021-09-24T08:43:07.469Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:43:07.470Z||pool-134-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-24T08:43:08.372Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:43:08.373Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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-24T08:43:08.373Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:43:18.590Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:43:18.591Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:43:18.592Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:43:18.592Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:43:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:43:25.245Z||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-24T08:43:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:43:25.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:43:25.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-24T08:43:25.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5cf7c945-5e57-46f6-8763-4f3edce19887",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632472987347,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-24T08:43:25.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-24T08:43:28.149Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:43:28.150Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:43:28.151Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:43:28.151Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:43:37.692Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:43:37.693Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:43:37.694Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:43:37.694Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:43:47.241Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:43:47.242Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:43:47.243Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:43:47.243Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:43:56.814Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:43:56.817Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:43:56.819Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:43:56.819Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:44:06.400Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:44:25.241Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:44:25.242Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:44:25.242Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:44:25.244Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:44:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T08:44:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:44:34.808Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:44:34.815Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:45:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:45:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:45:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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-24T08:45:25.245Z||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-24T08:45:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:45:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:45:34.801Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:45:34.806Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:46:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:46:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:46:25.245Z||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-24T08:46:25.245Z||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-24T08:46:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:46:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:46:34.893Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:46:34.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:47:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:47:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:47:25.245Z||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-24T08:47:25.245Z||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-24T08:47:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:47:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:47:34.817Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:47:34.820Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:48:25.242Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:48:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:48:25.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-24T08:48:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T08:48:25.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as exolR5ypkUSLDsKd) ...
2021-09-24T08:48:25.246Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:48:34.816Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:48:34.818Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:49:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:49:25.244Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:49:25.245Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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-24T08:49:25.246Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:49:25.245Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:49:25.246Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:49:34.807Z|dac97e00-7b1e-44b6-93ae-2a925a96cb0f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:49:34.819Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:50:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:50:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:50:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:50:25.245Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:50:25.244Z||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-24T08:50:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:50:34.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:50:34.823Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:51:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:51:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:51:25.245Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:51:25.245Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:51:25.245Z||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-24T08:51:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:51:34.797Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:51:34.806Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:52:25.241Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:52:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:52:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:52:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:52:25.244Z||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-24T08:52:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:52:34.793Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:52:34.794Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:53:25.241Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:53:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:53:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:53:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:53:25.245Z||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-24T08:53:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:53:34.797Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:53:34.804Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:54:25.241Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:54:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:54:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:54:25.244Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:54:25.244Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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-24T08:54:25.244Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:54:34.795Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:54:34.799Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:55:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:55:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:55:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:55:25.245Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:55:25.245Z||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-24T08:55:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:55:34.801Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:55:34.807Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:56:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:56:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:56:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:56:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:56:25.244Z||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-24T08:56:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T08:56:34.800Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:56:34.822Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:57:25.246Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:57:25.246Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:57:25.251Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:57:25.251Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T08:57:25.251Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:57:25.251Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:57:34.822Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:57:34.844Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:58:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:58:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:58:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:58:25.244Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:58:25.244Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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-24T08:58:25.244Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:58:34.796Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:58:34.806Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:59:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:59:25.244Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T08:59:25.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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-24T08:59:25.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:59:25.247Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T08:59:25.247Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T08:59:34.799Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T08:59:34.802Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:00:25.241Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:00:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T09:00:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:00:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:00:25.244Z||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-24T09:00:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:00:34.796Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:00:34.808Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:01:25.241Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:01:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T09:01:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:01:25.247Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:01:25.247Z||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-24T09:01:25.248Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:01:34.790Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:01:34.793Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:02:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:02:25.244Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:02:25.245Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T09:02:25.245Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:02:25.245Z||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-24T09:02:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:02:34.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:02:34.813Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:03:25.241Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:03:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T09:03:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:03:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:03:25.245Z||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-24T09:03:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:03:34.821Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:03:34.821Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:04:25.241Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:04:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T09:04:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:04:25.244Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:04:25.244Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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-24T09:04:25.245Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:04:34.796Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:04:34.798Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:05:25.241Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:05:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T09:05:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:05:25.244Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:05:25.244Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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-24T09:05:25.244Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:05:34.867Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:05:34.870Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:06:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:06:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T09:06:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:06:25.245Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:06:25.245Z||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-24T09:06:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:06:34.803Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:06:34.805Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:07:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:07:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T09:07:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:07:25.244Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:07:25.245Z||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-24T09:07:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:07:34.807Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:07:34.808Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:08:25.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:08:25.243Z||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-24T09:08:25.243Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:08:25.244Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:08:25.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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-24T09:08:25.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:08:34.809Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:08:34.818Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:09:25.241Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:09:25.244Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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-24T09:09:25.244Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:09:25.244Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:09:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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-24T09:09:25.245Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:09:34.807Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:09:34.807Z|76d8553b-066d-4046-bb2e-6edc22dd9da0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:10:25.241Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:10:25.243Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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-24T09:10:25.243Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:10:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:10:25.244Z||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-24T09:10:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:10:34.797Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:10:34.828Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:11:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:11:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T09:11:25.243Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:11:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:11:25.245Z||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-24T09:11:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:11:34.798Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:11:34.811Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:12:25.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:12:25.244Z||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-24T09:12:25.244Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:12:25.244Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:12:25.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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-24T09:12:25.245Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:12:34.829Z|d51d13b1-daa9-4221-8c56-1ba07dd3e8a3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:12:34.848Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:13:25.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:13:25.244Z||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-24T09:13:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:13:25.245Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:13:25.245Z||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-24T09:13:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:13:34.808Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:13:34.809Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:13:37.847Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-24T09:14:25.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:14:25.244Z||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-24T09:14:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:14:25.245Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:14:25.245Z||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-24T09:14:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:14:34.865Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:14:34.868Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:15:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:15:25.245Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T09:15:25.245Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:15:25.246Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:15:25.247Z||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-24T09:15:25.247Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:15:34.792Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:15:34.799Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:16:25.242Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:16:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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-24T09:16:25.244Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:16:25.244Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:16:25.245Z||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-24T09:16:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:16:34.796Z|8e1206d5-e7c9-4a19-a6e3-66ac8dec8897|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:16:34.811Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:17:25.242Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:17:25.244Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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-24T09:17:25.244Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:17:25.244Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:17:25.245Z||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-24T09:17:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:17:34.828Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:17:34.831Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:18:25.242Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:18:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:18:25.245Z||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-24T09:18:25.245Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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-24T09:18:25.245Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:18:25.245Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:18:34.792Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:18:34.798Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:19:25.242Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:19:25.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:19:25.246Z||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-24T09:19:25.246Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:19:25.246Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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-24T09:19:25.246Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:19:34.800Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:19:34.807Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:20:25.245Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:20:25.248Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:20:25.250Z||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-24T09:20:25.250Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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-24T09:20:25.250Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:20:25.250Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:20:34.802Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:20:34.803Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:21:25.242Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:21:25.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:21:25.250Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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-24T09:21:25.250Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:21:25.250Z||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-24T09:21:25.250Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:21:34.811Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:21:34.814Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:22:25.242Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:22:25.245Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-24T09:22:25.245Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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-24T09:22:25.246Z|5cf7c945-5e57-46f6-8763-4f3edce19887|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 exolR5ypkUSLDsKd) ...
2021-09-24T09:22:25.245Z||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-24T09:22:25.249Z||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 exolR5ypkUSLDsKd) ...
2021-09-24T09:22:34.834Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-24T09:22:34.859Z|5cf7c945-5e57-46f6-8763-4f3edce19887|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK