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-10-30T05:28:52.164Z||main|||||INFO|500||The following profiles are active: basic
2021-10-30T05:29:06.542Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-30T05:29:06.547Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-30T05:29:06.689Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-30T05:29:11.781Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-30T05:29:12.214Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-30T05:29:12.803Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-30T05:29:12.810Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-30T05:29:12.922Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-30T05:29:13.467Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-30T05:29:14.369Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-30T05:29:20.951Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-30T05:29:23.369Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-30T05:29:23.425Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-30T05:29:24.009Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-30T05:29:24.140Z||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-10-30T05:29:25.408Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-30T05:29:26.449Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-30T05:29:26.467Z||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$$20cf312a.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-10-30T05:29:26.468Z||main|||||WARN|500||The sdc end point is not alive
2021-10-30T05:29:29.735Z||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-10-30T05:29:32.479Z||main|||||WARN|500||---
2021-10-30T05:29:32.480Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-30T05:29:32.480Z||main|||||WARN|500||---
2021-10-30T05:29:32.883Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-30T05:29:37.955Z||main|||||INFO|500||Started Application in 49.76 seconds (JVM running for 54.463)
2021-10-30T05:29:38.005Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-30T05:29:38.020Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-30T05:29:38.063Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-30T05:29:38.118Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-30T05:29:38.170Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd729815-f380-402d-92d6-3e9433932a38 url= /sdc/v1/artifactTypes
2021-10-30T05:29:38.170Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-30T05:29:38.423Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-30T05:29:38.450Z||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-10-30T05:29:38.481Z||scheduling-1|||||DEBUG|500||create keys
2021-10-30T05:29:38.496Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-30T05:29:38.820Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:29:38.843Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0afbd519-0c63-4659-b0b0-8f5dbb0bc523 url= /sdc/v1/registerForDistribution
2021-10-30T05:29:39.076Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0afbd519-0c63-4659-b0b0-8f5dbb0bc523 url= /sdc/v1/registerForDistribution
2021-10-30T05:29:39.076Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-30T05:29:39.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:29:39.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:29:39.109Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-30T05:29:39.114Z||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-10-30T05:29:39.128Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:29:39.124Z||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-10-30T05:29:39.130Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:29:49.880Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:29:50.122Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:30:39.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:30:39.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:30:39.089Z||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-10-30T05:30:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:30:39.091Z||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-10-30T05:30:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:30:48.642Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:30:48.643Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:31:39.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:31:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:31:39.089Z||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-10-30T05:31:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:31:39.090Z||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-10-30T05:31:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:31:48.651Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:31:48.654Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:32:39.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:32:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:32:39.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-10-30T05:32:39.093Z||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-10-30T05:32:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:32:39.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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:32:48.654Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:32:48.657Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:33:39.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:33:39.085Z||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-10-30T05:33:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:33:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:33:39.090Z||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-10-30T05:33:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:33:48.647Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:33:48.651Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:34:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:34:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:34:39.091Z||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-10-30T05:34:39.091Z||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-10-30T05:34:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:34:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:34:48.636Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:34:48.643Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:35:39.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:35:39.086Z||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-10-30T05:35:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:35:39.087Z||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-10-30T05:35:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:35:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:35:48.641Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:35:48.643Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:36:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:36:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:36:39.091Z||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-10-30T05:36:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:36:39.097Z||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-10-30T05:36:39.097Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:36:48.653Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:36:48.653Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:37:39.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:37:39.086Z||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-10-30T05:37:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:37:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:37:39.087Z||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-10-30T05:37:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:37:48.638Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:37:48.639Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:38:39.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:38:39.086Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:38:39.092Z||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-10-30T05:38:39.092Z||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-10-30T05:38:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:38:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:38:48.655Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:38:48.658Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:38:56.160Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-30T05:39:39.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:39:39.086Z||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-10-30T05:39:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:39:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:39:39.087Z||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-10-30T05:39:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:39:48.629Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:39:48.631Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:40:39.086Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:40:39.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:40:39.089Z||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-10-30T05:40:39.089Z||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-10-30T05:40:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:40:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:40:48.645Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:40:48.648Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:41:39.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:41:39.085Z||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-10-30T05:41:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:41:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:41:39.087Z||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-10-30T05:41:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:41:48.643Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:41:48.641Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:42:39.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:42:39.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:42:39.089Z||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-10-30T05:42:39.089Z||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-10-30T05:42:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:42:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:42:48.642Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:42:48.652Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:43:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:43:39.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:43:39.093Z||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-10-30T05:43:39.093Z||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-10-30T05:43:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:43:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:43:48.645Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:43:48.645Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:44:39.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:44:39.085Z||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-10-30T05:44:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:44:39.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:44:39.090Z||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-10-30T05:44:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:44:48.642Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:44:48.644Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:45:39.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:45:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:45:39.089Z||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-10-30T05:45:39.089Z||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-10-30T05:45:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:45:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:45:48.640Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:45:48.643Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:46:39.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:46:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:46:39.089Z||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-10-30T05:46:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:46:39.090Z||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-10-30T05:46:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:46:48.644Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:46:48.650Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:47:39.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:47:39.086Z||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-10-30T05:47:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:47:39.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:47:39.087Z||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-10-30T05:47:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:47:48.642Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:47:48.642Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:48:39.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:48:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:48:39.090Z||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-10-30T05:48:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:48:39.092Z||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-10-30T05:48:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:48:48.644Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:48:48.650Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:49:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:49:39.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:49:39.091Z||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-10-30T05:49:39.091Z||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-10-30T05:49:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:49:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:49:48.641Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:49:48.641Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:50:39.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:50:39.086Z||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-10-30T05:50:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:50:39.086Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:50:39.087Z||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-10-30T05:50:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:50:48.645Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:50:48.645Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:51:39.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:51:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:51:39.087Z||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-10-30T05:51:39.087Z||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-10-30T05:51:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:51:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:51:48.640Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:51:48.644Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:52:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:52:39.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:52:39.091Z||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-10-30T05:52:39.091Z||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-10-30T05:52:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:52:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:52:48.650Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:52:48.650Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:53:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:53:39.086Z||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-10-30T05:53:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:53:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:53:39.088Z||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-10-30T05:53:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:53:48.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:53:48.641Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:54:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:54:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:54:39.088Z||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-10-30T05:54:39.088Z||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-10-30T05:54:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:54:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:54:48.637Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:54:48.657Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:55:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:55:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:55:39.091Z||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-10-30T05:55:39.091Z||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-10-30T05:55:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:55:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:55:48.645Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:55:48.648Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:56:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:56:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:56:39.088Z||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-10-30T05:56:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:56:39.088Z||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-10-30T05:56:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:56:48.643Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:56:48.643Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:57:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:57:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:57:39.088Z||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-10-30T05:57:39.088Z||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-10-30T05:57:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:57:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:57:48.633Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:57:48.635Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:58:39.086Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:58:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:58:39.089Z||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-10-30T05:58:39.089Z||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-10-30T05:58:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:58:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:58:48.643Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:58:48.643Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:59:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:59:39.086Z||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-10-30T05:59:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:59:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:59:39.087Z||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-10-30T05:59:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T05:59:48.645Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T05:59:48.647Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:00:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:00:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:00:39.088Z||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-10-30T06:00:39.088Z||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-10-30T06:00:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:00:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:00:48.634Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:00:48.635Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:01:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:01:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:01:39.089Z||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-10-30T06:01:39.089Z||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-10-30T06:01:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:01:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:01:48.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:01:48.640Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:02:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:02:39.086Z||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-10-30T06:02:39.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:02:39.087Z||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-10-30T06:02:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:02:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:02:48.633Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:02:48.634Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:03:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:03:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:03:39.088Z||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-10-30T06:03:39.088Z||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-10-30T06:03:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:03:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:03:48.650Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:03:48.653Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:04:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:04:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:04:39.090Z||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-10-30T06:04:39.090Z||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-10-30T06:04:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:04:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:04:48.642Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:04:48.642Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:05:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:05:39.086Z||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-10-30T06:05:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:05:39.086Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:05:39.087Z||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-10-30T06:05:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:05:48.636Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:05:48.641Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:06:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:06:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:06:39.089Z||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-10-30T06:06:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:06:39.089Z||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-10-30T06:06:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:06:48.641Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:06:48.643Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:07:39.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:07:39.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:07:39.093Z||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-10-30T06:07:39.093Z||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-10-30T06:07:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:07:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:07:48.659Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:07:48.663Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:08:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:08:39.086Z||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-10-30T06:08:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:08:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:08:39.087Z||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-10-30T06:08:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:08:48.640Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:08:48.644Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:09:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:09:39.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:09:39.087Z||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-10-30T06:09:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:09:39.088Z||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-10-30T06:09:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:09:48.646Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:09:48.646Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:10:39.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:10:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:10:39.089Z||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-10-30T06:10:39.089Z||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-10-30T06:10:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:10:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:10:48.641Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:10:48.651Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:11:39.084Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:11:39.085Z||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-10-30T06:11:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:11:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:11:39.087Z||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-10-30T06:11:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:11:48.638Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:11:48.641Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:12:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:12:39.087Z||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-10-30T06:12:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:12:39.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:12:39.088Z||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-10-30T06:12:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:12:48.643Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:12:48.646Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:13:39.086Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:13:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:13:39.091Z||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-10-30T06:13:39.091Z||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-10-30T06:13:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:13:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:13:48.656Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:13:48.659Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:39.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:14:39.085Z||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-10-30T06:14:39.085Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:39.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:14:39.087Z||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-10-30T06:14:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:39.567Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:39.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "clamp",
  "timestamp": 1635574446383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "cds",
  "timestamp": 1635574452100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574447107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574452082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "clamp",
  "timestamp": 1635574446383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574452082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574447107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:14:39.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "cds",
  "timestamp": 1635574452100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "clamp",
  "timestamp": 1635574446383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574447107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574452082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "cds",
  "timestamp": 1635574452100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "clamp",
  "timestamp": 1635574446383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574447107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574452082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "policy-id",
  "timestamp": 1635574458645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "cds",
  "timestamp": 1635574452100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "clamp",
  "timestamp": 1635574446383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574459694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "policy-id",
  "timestamp": 1635574458645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574452082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574447107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-30T06:14:39.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "cds",
  "timestamp": 1635574452100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "policy-id",
  "timestamp": 1635574458645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:14:39.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "clamp",
  "timestamp": 1635574446383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574459694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574447107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574452082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "cds",
  "timestamp": 1635574452100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574459694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "policy-id",
  "timestamp": 1635574458645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "clamp",
  "timestamp": 1635574446383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:14:39.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574447107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574452082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "cds",
  "timestamp": 1635574452100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:14:39.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "policy-id",
  "timestamp": 1635574458645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574459694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574459694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "policy-id",
  "timestamp": 1635574458645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574464790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "cds",
  "timestamp": 1635574464810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574459694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "policy-id",
  "timestamp": 1635574458645,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:14:39.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "cds",
  "timestamp": 1635574465827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-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-10-30T06:14:39.750Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:39.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"48ceb6dd-2952-4735-8913-afa45789b95b","serviceName":"vFW 2021-10-30 06-12-05","serviceVersion":"1.0","serviceUUID":"32d78c98-98cf-4c34-8687-d59c8c387421","serviceDescription":"catalog service description","serviceInvariantUUID":"ea42962f-88f2-469b-903e-eb1a9ba846d5","resources":[{"resourceInstanceName":"vFW 2d422dd2-a707 0","resourceName":"vFW 2d422dd2-a707","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f62fa386-59c6-4382-9d04-98604fa95ea5","resourceInvariantUUID":"3044fcc9-2d40-44df-bd83-f8b9e6860e76","resourceCustomizationUUID":"7c4e8eba-3bec-4a6a-ac50-15ba39d89773","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml","artifactChecksum":"YWNkODcyYWI5NDU0NjdlNTUzZTg2ZmQzM2RiYjc2ODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"27a029c3-9530-4f4a-ab07-e88b404aafeb","artifactVersion":"1"},{"artifactName":"vfw2d422dd2a7070_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json","artifactChecksum":"OTIzNmVhZDU4NzIxODQ0MWRjNDQwNzRhYWEyZTgyNTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8817b350-6dfc-4308-9ab7-f4868dd3539c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"82850f19-0cf4-46ce-aabe-74e5f8073ef9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml","artifactChecksum":"NWM0MmI2MWM1NThiYTk3YTNiNWQ3NDdkOTM4N2IwN2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"710cae20-3523-4a26-be1d-316c3f3ca15c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"362e4e7b-20b3-455a-809f-df1dce3d2d28","artifactVersion":"2","generatedFromUUID":"82850f19-0cf4-46ce-aabe-74e5f8073ef9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211030061205-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml","artifactChecksum":"YWUwNzJlODllMWYwZDY1MDA0MGMxZjFiOGYxYTE5ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9476309a-7d1f-4f34-befb-927deb3fb66f","artifactVersion":"1"},{"artifactName":"service-Vfw20211030061205-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar","artifactChecksum":"OGJiMzljM2FjYWUxZjdlYzhlOGY1YWM3NGM5ZTY1MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8aaab99b-eae8-4859-9b13-38819fdf2bb2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T06:14:39.759Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:39.765Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T06:14:39.776Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:39.777Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T06:14:39.831Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48ceb6dd-2952-4735-8913-afa45789b95b
2021-10-30T06:14:39.856Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:14:39.877Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-10-30T06:14:39.880Z||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-10-30T06:14:39.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.881Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:39.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574459694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574466404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "aai-ml",
  "timestamp": 1635574465758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "policy-id",
  "timestamp": 1635574466811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "aai-ml",
  "timestamp": 1635574465758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574467721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "policy-id",
  "timestamp": 1635574467821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:14:39.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "aai-ml",
  "timestamp": 1635574465758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "policy-id",
  "timestamp": 1635574468826,
  "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-10-30T06:14:39.896Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:39.897Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:14:39.900Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48ceb6dd-2952-4735-8913-afa45789b95b
2021-10-30T06:14:39.900Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:14:39.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574469203,
  "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-10-30T06:14:39.914Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48ceb6dd-2952-4735-8913-afa45789b95b
2021-10-30T06:14:39.914Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:14:39.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "aai-ml",
  "timestamp": 1635574465758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574470209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:14:39.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "aai-ml",
  "timestamp": 1635574465758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "clamp",
  "timestamp": 1635574471205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "aai-ml",
  "timestamp": 1635574465758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574471516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "aai-ml",
  "timestamp": 1635574465758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "clamp",
  "timestamp": 1635574473215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574471516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "aai-ml",
  "timestamp": 1635574473754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574471516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "clamp",
  "timestamp": 1635574474219,
  "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-10-30T06:14:39.934Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48ceb6dd-2952-4735-8913-afa45789b95b
2021-10-30T06:14:39.934Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:14:39.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574471516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574471516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574471516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:39.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:39.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:14:39.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574471516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:14:39.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:14:40.785Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:40.786Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:40.788Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:40.789Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:14:40.888Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:14:40.889Z||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-10-30T06:14:40.890Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:40.906Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:40.907Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:14:41.791Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:41.793Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:41.796Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:41.797Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:14:41.897Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:14:41.898Z||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-10-30T06:14:41.898Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:41.908Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:41.908Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:14:42.797Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:42.798Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:42.802Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:42.802Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:42.902Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:14:42.903Z||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-10-30T06:14:42.904Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:42.930Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:42.931Z||pool-6-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:14:43.804Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:43.807Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:43.811Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:43.811Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-30T06:14:43.911Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:14:43.913Z||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-10-30T06:14:43.913Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:43.936Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:43.936Z||pool-7-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:14:44.812Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:44.814Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:44.816Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:44.816Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:14:44.917Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:14:44.918Z||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-10-30T06:14:44.918Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:44.937Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:44.938Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:45.817Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:14:45.819Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:45.823Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:45.823Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:14:45.923Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:14:45.924Z||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-10-30T06:14:45.924Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:45.934Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:45.935Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:46.828Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "serviceName": "vFW 2021-10-30 06-12-05",
  "serviceVersion": "1.0",
  "serviceUUID": "32d78c98-98cf-4c34-8687-d59c8c387421",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ea42962f-88f2-469b-903e-eb1a9ba846d5",
  "resources": [
    {
      "resourceInstanceName": "vFW 2d422dd2-a707 0",
      "resourceCustomizationUUID": "7c4e8eba-3bec-4a6a-ac50-15ba39d89773",
      "resourceName": "vFW 2d422dd2-a707",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f62fa386-59c6-4382-9d04-98604fa95ea5",
      "resourceInvariantUUID": "3044fcc9-2d40-44df-bd83-f8b9e6860e76",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2d422dd2a7070_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
          "artifactChecksum": "OTIzNmVhZDU4NzIxODQ0MWRjNDQwNzRhYWEyZTgyNTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8817b350-6dfc-4308-9ab7-f4868dd3539c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "82850f19-0cf4-46ce-aabe-74e5f8073ef9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "362e4e7b-20b3-455a-809f-df1dce3d2d28",
            "generatedFromUUID": "82850f19-0cf4-46ce-aabe-74e5f8073ef9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "362e4e7b-20b3-455a-809f-df1dce3d2d28",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211030061205-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
      "artifactChecksum": "OGJiMzljM2FjYWUxZjdlYzhlOGY1YWM3NGM5ZTY1MDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8aaab99b-eae8-4859-9b13-38819fdf2bb2"
    }
  ],
  "workloadContext": "Production"
}
2021-10-30T06:14:46.832Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T06:14:46.833Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 32d78c98-98cf-4c34-8687-d59c8c387421 ASDC
2021-10-30T06:14:46.959Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:48ceb6dd-2952-4735-8913-afa45789b95b
ServiceName:vFW 2021-10-30 06-12-05
ServiceVersion:1.0
ServiceUUID:32d78c98-98cf-4c34-8687-d59c8c387421
ServiceInvariantUUID:ea42962f-88f2-469b-903e-eb1a9ba846d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211030061205-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar
ArtifactUUID:8aaab99b-eae8-4859-9b13-38819fdf2bb2
ArtifactChecksum:OGJiMzljM2FjYWUxZjdlYzhlOGY1YWM3NGM5ZTY1MDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2d422dd2-a707 0
ResourceCustomizationUUID:7c4e8eba-3bec-4a6a-ac50-15ba39d89773
ResourceInvariantUUID:3044fcc9-2d40-44df-bd83-f8b9e6860e76
ResourceName:vFW 2d422dd2-a707
ResourceType:VF
ResourceUUID:f62fa386-59c6-4382-9d04-98604fa95ea5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2d422dd2a7070_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json
ArtifactUUID:8817b350-6dfc-4308-9ab7-f4868dd3539c
ArtifactChecksum:OTIzNmVhZDU4NzIxODQ0MWRjNDQwNzRhYWEyZTgyNTE=
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/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml
ArtifactUUID:82850f19-0cf4-46ce-aabe-74e5f8073ef9
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/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env
ArtifactUUID:362e4e7b-20b3-455a-809f-df1dce3d2d28
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/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env
ArtifactUUID:362e4e7b-20b3-455a-809f-df1dce3d2d28
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-30T06:14:46.960Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32d78c98-98cf-4c34-8687-d59c8c387421 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-10-30T06:14:47.021Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:14:47.022Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-30T06:14:47.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-30T06:14:47.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8aaab99b-eae8-4859-9b13-38819fdf2bb2 from URL: /sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:47.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:14:47.026Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:47.456Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:14:47.480Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar 8aaab99b-eae8-4859-9b13-38819fdf2bb2 98963
2021-10-30T06:14:47.482Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar ASDC sendASDCNotification
2021-10-30T06:14:47.482Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:47.483Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:14:47.484Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:47.486Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:47.486Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574487480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:14:47.587Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:14:47.588Z||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-10-30T06:14:47.588Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:47.600Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:47.601Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:48.487Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:14:48.489Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-30T06:14:48.489Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8aaab99b-eae8-4859-9b13-38819fdf2bb2, URL: /sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar to file: /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:48.491Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211030061205-csar.csar
2021-10-30T06:14:48.573Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:48.573Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:49.401Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12806008062890216064/Definitions/service-Vfw20211030061205-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-10-30T06:14:52.016Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T06:14:52.022Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-30T06:14:52.023Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-30T06:14:52.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.024Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.025Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.025Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2d422dd2-a707 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-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.025Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.025Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.025Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.025Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.026Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.026Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:52.026Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-30T06:14:52.036Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.038Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.044Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:52.044Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-30T06:14:52.046Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:14:52.049Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.050Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.050Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:52.050Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-30T06:14:52.050Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:14:52.051Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.051Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.055Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.056Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:52.056Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:52.056Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:52.057Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T06:14:52.057Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.058Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.058Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T06:14:52.058Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.058Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T06:14:52.058Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T06:14:52.059Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.059Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.059Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T06:14:52.059Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.059Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T06:14:52.059Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.060Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-30T06:14:52.060Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.060Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T06:14:52.061Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.062Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:52.062Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:52.062Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.062Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:52.062Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:52.063Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.063Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:52.063Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:52.063Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.063Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:52.064Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:52.064Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:52.064Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-30T06:14:52.064Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T06:14:52.064Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T06:14:52.064Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.065Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.065Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T06:14:52.065Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.065Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T06:14:52.065Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.065Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3e98a1b3-287b-4052-8a5d-06a5145d9384
2021-10-30T06:14:52.066Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.066Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:52.066Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:52.066Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:52.066Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T06:14:52.067Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.067Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.067Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T06:14:52.067Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.067Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-30T06:14:52.067Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T06:14:52.068Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.068Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T06:14:52.068Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.068Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21b1a471-677f-4c94-945e-60f776764cfe
2021-10-30T06:14:52.068Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.068Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T06:14:52.069Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.070Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T06:14:52.070Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T06:14:52.070Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:52.070Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:52.070Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-30T06:14:52.070Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed354615-899c-467e-aaf3-a9aef166ec82
2021-10-30T06:14:52.071Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.071Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.071Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.071Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.071Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.072Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.072Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:52.072Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:52.072Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-30 06-12-05
Description:catalog service description
Model UUID:32d78c98-98cf-4c34-8687-d59c8c387421
Model Version:NULL
Model InvariantUuid:ea42962f-88f2-469b-903e-eb1a9ba846d5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2d422dd2-a707
Model UUID:df85b5b1-2001-4e0c-8e78-50eb129426f0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3044fcc9-2d40-44df-bd83-f8b9e6860e76
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7c4e8eba-3bec-4a6a-ac50-15ba39d89773
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5017d844-b7b3-4de4-a9e1-dec13f03dffe
ModelName:Vfw2d422dd2A707..base_vfw..module-0
ModelUuid:6df16738-9507-4bae-9fe1-2776630990c5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3e98a1b3-287b-4052-8a5d-06a5145d9384
ModelInvariantUuid:8166b2b5-6ac8-4aad-8023-82194f126d09
ModelName:vFW 2d422dd2-a707-nodes.vfwCvfc
ModelUuid:87fdf365-8738-42d2-8808-673911f63b0e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:393046f1-b59f-410a-acb0-6f746072299a
ModelInvariantUuid:b477201e-2b41-4502-941d-01e16c65f82c
ModelName:Vfw2d422dd2A707.compute.nodes.heat.vfw
ModelUuid:82aada97-1c16-467c-8c83-fe31fb727394
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:21b1a471-677f-4c94-945e-60f776764cfe
ModelInvariantUuid:79e9efb5-2604-4a79-84dc-038a16ad6d3a
ModelName:vFW 2d422dd2-a707-nodes.vsnCvfc
ModelUuid:8027c388-c099-4b03-8f53-eb9c0eff7585
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a531551c-456e-4028-8c8e-f68b07367bb5
ModelInvariantUuid:231f61b0-de07-4db6-aa48-7dea6aeb0b06
ModelName:Vfw2d422dd2A707.compute.nodes.heat.vsn
ModelUuid:b9ce04e7-45d5-46c9-b639-7c1659590f58
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ed354615-899c-467e-aaf3-a9aef166ec82
ModelInvariantUuid:0e5685dd-0f01-4d78-b1f0-8d982f51cdf0
ModelName:vFW 2d422dd2-a707-nodes.vpgCvfc
ModelUuid:96da4e2f-4afc-4076-8600-7f6485b0c0e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:30c621d9-ad66-4e82-aa94-977577984b69
ModelInvariantUuid:3d3a20e2-3fdb-44bb-9680-3cf27d13ecaa
ModelName:Vfw2d422dd2A707.compute.nodes.heat.vpg
ModelUuid:f147e674-687f-4ef5-83d7-804bca7e8c07
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-30T06:14:52.084Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f62fa386-59c6-4382-9d04-98604fa95ea5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:14:52.201Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||vFW 2d422dd2-a707 0
2021-10-30T06:14:52.211Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f62fa386-59c6-4382-9d04-98604fa95ea5
2021-10-30T06:14:52.211Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8817b350-6dfc-4308-9ab7-f4868dd3539c from URL: /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json
2021-10-30T06:14:52.211Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:14:52.212Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json
2021-10-30T06:14:52.508Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:14:52.509Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json 8817b350-6dfc-4308-9ab7-f4868dd3539c 785
2021-10-30T06:14:52.509Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json ASDC sendASDCNotification
2021-10-30T06:14:52.509Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json
2021-10-30T06:14:52.510Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:14:52.510Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:52.514Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:52.514Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574492509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:14:52.614Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:14:52.615Z||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-10-30T06:14:52.615Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:52.640Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:52.640Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:53.515Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2d422dd2A707..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5017d844-b7b3-4de4-a9e1-dec13f03dffe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6df16738-9507-4bae-9fe1-2776630990c5",
    "vfModuleModelCustomizationUUID": "6dacde5e-99ad-445f-b183-c128dc1762c7",
    "isBase": true,
    "artifacts": [
      "82850f19-0cf4-46ce-aabe-74e5f8073ef9",
      "362e4e7b-20b3-455a-809f-df1dce3d2d28"
    ],
    "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-10-30T06:14:53.532Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2d422dd2A707..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6df16738-9507-4bae-9fe1-2776630990c5
VfModuleModelInvariantUUID:5017d844-b7b3-4de4-a9e1-dec13f03dffe
VfModuleModelDescription:NULL
Artifacts UUID List:{
82850f19-0cf4-46ce-aabe-74e5f8073ef9
,
362e4e7b-20b3-455a-809f-df1dce3d2d28

}
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-10-30T06:14:53.536Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2d422dd2A707..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5017d844-b7b3-4de4-a9e1-dec13f03dffe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6df16738-9507-4bae-9fe1-2776630990c5",
    "vfModuleModelCustomizationUUID": "6dacde5e-99ad-445f-b183-c128dc1762c7",
    "isBase": true,
    "artifacts": [
      "82850f19-0cf4-46ce-aabe-74e5f8073ef9",
      "362e4e7b-20b3-455a-809f-df1dce3d2d28"
    ],
    "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-10-30T06:14:53.537Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2d422dd2A707..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6df16738-9507-4bae-9fe1-2776630990c5
VfModuleModelInvariantUUID:5017d844-b7b3-4de4-a9e1-dec13f03dffe
VfModuleModelDescription:NULL
Artifacts UUID List:{
82850f19-0cf4-46ce-aabe-74e5f8073ef9
,
362e4e7b-20b3-455a-809f-df1dce3d2d28

}
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-10-30T06:14:53.537Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 82850f19-0cf4-46ce-aabe-74e5f8073ef9 from URL: /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml
2021-10-30T06:14:53.537Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:14:53.538Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml
2021-10-30T06:14:53.587Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:14:53.589Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml 82850f19-0cf4-46ce-aabe-74e5f8073ef9 20368
2021-10-30T06:14:53.589Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-30T06:14:53.589Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml
2021-10-30T06:14:53.590Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:14:53.590Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:53.594Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:53.594Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574493589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:14:53.693Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:14:53.694Z||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-10-30T06:14:53.694Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:53.707Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:53.707Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:54.595Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 362e4e7b-20b3-455a-809f-df1dce3d2d28 from URL: /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env
2021-10-30T06:14:54.595Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:14:54.597Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env
2021-10-30T06:14:54.646Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:14:54.647Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env 362e4e7b-20b3-455a-809f-df1dce3d2d28 2098
2021-10-30T06:14:54.648Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-30T06:14:54.648Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env
2021-10-30T06:14:54.648Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:14:54.649Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:54.651Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:54.652Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574494648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:14:54.753Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:14:54.754Z||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-10-30T06:14:54.754Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:54.786Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:54.786Z||pool-13-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:55.653Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 32d78c98-98cf-4c34-8687-d59c8c387421
2021-10-30T06:14:55.654Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2d422dd2-a707 0 f62fa386-59c6-4382-9d04-98604fa95ea5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:14:55.686Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a0191ef, org.onap.sdc.toscaparser.api.parameters.Input@1bd8cd6c, org.onap.sdc.toscaparser.api.parameters.Input@72905d8e, org.onap.sdc.toscaparser.api.parameters.Input@4c4e8e85, org.onap.sdc.toscaparser.api.parameters.Input@5ad6e00a]
2021-10-30T06:14:55.689Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.689Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.690Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-10-30T06:14:55.690Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7c4e8eba-3bec-4a6a-ac50-15ba39d89773
2021-10-30T06:14:55.690Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7c4e8eba-3bec-4a6a-ac50-15ba39d89773 matches Tosca VF Customization UUID: 7c4e8eba-3bec-4a6a-ac50-15ba39d89773
2021-10-30T06:14:55.690Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7c4e8eba-3bec-4a6a-ac50-15ba39d89773  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-30T06:14:55.697Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.697Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.698Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7c4e8eba-3bec-4a6a-ac50-15ba39d89773: {\"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-10-30T06:14:55.698Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d335f76
2021-10-30T06:14:55.699Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.699Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T06:14:55.699Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6dacde5e-99ad-445f-b183-c128dc1762c7
2021-10-30T06:14:55.700Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6dacde5e-99ad-445f-b183-c128dc1762c7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-30T06:14:55.707Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.707Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:55.708Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:55.708Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.708Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:55.709Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:55.709Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.709Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:55.709Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:55.709Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:55.709Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-30T06:14:55.710Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T06:14:55.710Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T06:14:55.710Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.710Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:55.710Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T06:14:55.711Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:55.711Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T06:14:55.711Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.711Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3e98a1b3-287b-4052-8a5d-06a5145d9384
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-30T06:14:55.720Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.720Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:55.720Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:55.721Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.721Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:55.721Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:55.721Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:55.721Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T06:14:55.722Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:55.723Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T06:14:55.723Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.723Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=21b1a471-677f-4c94-945e-60f776764cfe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-30T06:14:55.725Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.725Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:55.726Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:55.728Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.728Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is not matching search criteria
2021-10-30T06:14:55.728Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T06:14:55.728Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T06:14:55.728Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T06:14:55.729Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.729Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:55.729Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T06:14:55.729Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.730Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T06:14:55.730Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T06:14:55.732Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T06:14:55.732Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T06:14:55.732Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-30T06:14:55.732Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed354615-899c-467e-aaf3-a9aef166ec82
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-30T06:14:55.735Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.735Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:55.735Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:14:55.735Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.736Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Node template vFW 2d422dd2-a707 0 is matching search criteria
2021-10-30T06:14:55.736Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2d422dd2-a707 0] matching following query criteria: sdcType=VF, customizationUUID=7c4e8eba-3bec-4a6a-ac50-15ba39d89773
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:14:55.738Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.738Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.738Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 32d78c98-98cf-4c34-8687-d59c8c387421: vFW 2d422dd2-a707
2021-10-30T06:14:55.738Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.739Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.739Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.739Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.739Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.739Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.740Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.740Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.740Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:14:55.740Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-10-30 06-12-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:14:55.740Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-10-30 06-12-05 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T06:14:55.994Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2d422dd2-a707 f62fa386-59c6-4382-9d04-98604fa95ea5 1 ASDC deployResourceStructure
2021-10-30T06:14:55.995Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json ASDC sendASDCNotification
2021-10-30T06:14:55.995Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json
2021-10-30T06:14:55.995Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:14:55.995Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:55.997Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:55.997Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574495995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:14:56.098Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:14:56.099Z||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-10-30T06:14:56.099Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:56.111Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:56.111Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:14:56.998Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-30T06:14:56.998Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml
2021-10-30T06:14:56.998Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:14:56.999Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:57.000Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:57.000Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574496998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:14:57.101Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:14:57.102Z||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-10-30T06:14:57.102Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:57.119Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:57.119Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:58.001Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-30T06:14:58.001Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env
2021-10-30T06:14:58.002Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:14:58.002Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:58.004Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:58.004Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574498001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-30T06:14:58.104Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:14:58.105Z||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-10-30T06:14:58.105Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:58.117Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:58.117Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:14:59.005Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar ASDC sendASDCNotification
2021-10-30T06:14:59.006Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar
2021-10-30T06:14:59.006Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:14:59.007Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:14:59.009Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:14:59.009Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574499005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:14:59.110Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:14:59.111Z||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-10-30T06:14:59.111Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:14:59.127Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:14:59.128Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:15:00.010Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:15:00.035Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:15:00.038Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:15:00.038Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:15:00.038Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:15:30.039Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:15:30.057Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:15:30.060Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:15:30.060Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:15:30.060Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:15:39.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:15:39.088Z||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-10-30T06:15:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:15:39.118Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:15:39.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:15:39.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574479445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:15:39.120Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:16:00.061Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:16:00.088Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:16:00.092Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:16:00.092Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:16:00.093Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:16:30.093Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:16:30.105Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:16:30.110Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:16:30.111Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:16:30.111Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:16:39.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:16:39.088Z||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-10-30T06:16:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:16:39.132Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:16:39.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:16:39.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:16:39.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:17:00.112Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:17:00.131Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:17:00.135Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:17:00.135Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:17:00.136Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:17:30.136Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:17:30.164Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:17:30.167Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:17:30.167Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:17:30.167Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:17:39.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:17:39.089Z||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-10-30T06:17:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:17:39.618Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:17:39.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:17:39.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:17:39.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:17:39.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:17:39.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:17:39.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:17:39.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-30T06:17:39.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:17:39.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:17:39.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:17:39.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574485162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:17:39.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574479084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:17:39.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:17:39.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574486166,
  "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-10-30T06:17:39.635Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48ceb6dd-2952-4735-8913-afa45789b95b
2021-10-30T06:17:39.635Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:17:39.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574487480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:17:39.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "aai-ml",
  "timestamp": 1635574492231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:17:39.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574492509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:17:39.646Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "aai-ml",
  "timestamp": 1635574493237,
  "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-10-30T06:17:39.650Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48ceb6dd-2952-4735-8913-afa45789b95b
2021-10-30T06:17:39.650Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:17:39.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574493589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:17:39.657Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574494648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574495995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/vfw2d422dd2a7070_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574496998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574498001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/resourceInstances/vfw2d422dd2a7070/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:17:39.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574499005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211030061205/1.0/artifacts/service-Vfw20211030061205-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:17:39.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:18:00.168Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:18:00.179Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:18:00.182Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:18:00.183Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:18:00.183Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:18:00.183Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:18:00.183Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-30T06:18:00.188Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-30T06:18:30.189Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48ceb6dd-2952-4735-8913-afa45789b95b 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-10-30T06:18:30.222Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48ceb6dd-2952-4735-8913-afa45789b95b and serviceModelVersionId: 32d78c98-98cf-4c34-8687-d59c8c387421
2021-10-30T06:18:30.222Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea42962f-88f2-469b-903e-eb1a9ba846d5
2021-10-30T06:18:39.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:18:39.089Z||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-10-30T06:18:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:44.364Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea42962f-88f2-469b-903e-eb1a9ba846d5/model-vers/model-ver/32d78c98-98cf-4c34-8687-d59c8c387421?depth=0
2021-10-30T06:18:44.518Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-30T06:18:45.031Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea42962f-88f2-469b-903e-eb1a9ba846d5/model-vers/model-ver/32d78c98-98cf-4c34-8687-d59c8c387421?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-10-30T06:18:45.036Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea42962f-88f2-469b-903e-eb1a9ba846d5/model-vers/model-ver/32d78c98-98cf-4c34-8687-d59c8c387421?depth=0|INFO|500||Invoke
2021-10-30T06:18:45.158Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea42962f-88f2-469b-903e-eb1a9ba846d5/model-vers/model-ver/32d78c98-98cf-4c34-8687-d59c8c387421?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-30T06:18:46.785Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea42962f-88f2-469b-903e-eb1a9ba846d5/model-vers/model-ver/32d78c98-98cf-4c34-8687-d59c8c387421?depth=0|INFO|500||InvokeReturn
2021-10-30T06:18:46.786Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea42962f-88f2-469b-903e-eb1a9ba846d5/model-vers/model-ver/32d78c98-98cf-4c34-8687-d59c8c387421?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211030-06:18:45:195-32920], vertex-id=[356392], Content-Length=[0], Date=[Sat, 30 Oct 2021 06:18:45 GMT], Content-Type=[application/json]}
2021-10-30T06:18:46.787Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-30T06:18:46.790Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-30T06:18:46.791Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:18:46.797Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-30T06:18:46.798Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48ceb6dd-2952-4735-8913-afa45789b95b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-30T06:18:46.799Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-30T06:18:46.801Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:46.805Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:46.806Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574726798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:18:46.905Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:18:46.906Z||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-10-30T06:18:46.907Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:46.925Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:18:46.926Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:18:47.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:18:47.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:18:47.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ceb6dd-2952-4735-8913-afa45789b95b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574726798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:18:47.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-30T06:18:47.821Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:18:47.822Z|48ceb6dd-2952-4735-8913-afa45789b95b|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-10-30T06:18:47.822Z|48ceb6dd-2952-4735-8913-afa45789b95b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:53.208Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:18:53.209Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-30T06:18:53.209Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b3b532c-7fad-4b64-999b-bd24a3f4e41b","serviceName":"basic_onboard_naJgsf","serviceVersion":"1.0","serviceUUID":"cff37648-30fa-4de1-9f4d-b8da0c629acf","serviceDescription":"service","serviceInvariantUUID":"692b6353-9d71-47c3-b2af-988215f6e9ef","resources":[{"resourceInstanceName":"basic_onboard_naJgsf 0","resourceName":"basic_onboard_naJgsf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc84f176-9744-4a41-bb87-204a4cee8da2","resourceInvariantUUID":"a06d3dbf-0100-4455-908e-2bc09a3b5d82","resourceCustomizationUUID":"f781794b-0963-4c2f-b48c-bc3684af341e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml","artifactChecksum":"Yjk5OTUwYThjZGY1Zjk4OTZiZjZmODY4ZWQyNTI3MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0334c85a-6122-4432-9ab9-5e3f3882c121","artifactVersion":"1"},{"artifactName":"basic_onboard_najgsf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json","artifactChecksum":"Y2ZjODJkMDkxMzUwZTE0MzU5ZGYzMjBmYjRjZWQwN2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b5e04ea-e011-464e-ba8a-1e3eb796981e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bbce7846-4e48-4dc9-9d4e-c2d78f7caa51","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"59cfdfea-f083-4cdd-9ada-4240cc97fdad","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"74d4a695-0bd6-4797-8f14-28a104036271","artifactVersion":"2","generatedFromUUID":"bbce7846-4e48-4dc9-9d4e-c2d78f7caa51"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNajgsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml","artifactChecksum":"OGIzNDU5YWRiMzgzZDMwNTgxMWM4OWNmOGUyZTIwZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0a61c11-2cf4-47b6-a42a-c0ec6ac37ba5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNajgsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar","artifactChecksum":"YmU1ZDIxODkzNTVkNmMzM2E4OGE2NTEzMmJkNzgzN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83fd8f27-6dd5-4d0c-b1c9-8ad9ac4de270","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T06:18:53.212Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:53.213Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:53.215Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:53.215Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:18:53.315Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:53.316Z||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-10-30T06:18:53.316Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:53.331Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:18:53.331Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:18:54.215Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:54.216Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:54.218Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:54.218Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:18:54.318Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:54.319Z||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-10-30T06:18:54.319Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:54.330Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:18:54.331Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:18:55.218Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:55.220Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:55.222Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:55.222Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:18:55.322Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:55.323Z||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-10-30T06:18:55.323Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:55.334Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:18:55.335Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:18:56.223Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:56.225Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:56.227Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:56.228Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:18:56.328Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:56.329Z||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-10-30T06:18:56.329Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:56.339Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:18:56.340Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:18:57.229Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:57.229Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:57.231Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:57.231Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-30T06:18:57.332Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:57.333Z||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-10-30T06:18:57.333Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:57.347Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:18:57.348Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:18:58.232Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:58.234Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:58.236Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:58.236Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:18:58.336Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:58.337Z||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-10-30T06:18:58.337Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:58.347Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:18:58.348Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:18:59.237Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:18:59.238Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:18:59.241Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:18:59.241Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:18:59.341Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:18:59.342Z||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-10-30T06:18:59.342Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:18:59.354Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:18:59.355Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:19:00.243Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "serviceName": "basic_onboard_naJgsf",
  "serviceVersion": "1.0",
  "serviceUUID": "cff37648-30fa-4de1-9f4d-b8da0c629acf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "692b6353-9d71-47c3-b2af-988215f6e9ef",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_naJgsf 0",
      "resourceCustomizationUUID": "f781794b-0963-4c2f-b48c-bc3684af341e",
      "resourceName": "basic_onboard_naJgsf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cc84f176-9744-4a41-bb87-204a4cee8da2",
      "resourceInvariantUUID": "a06d3dbf-0100-4455-908e-2bc09a3b5d82",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_najgsf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
          "artifactChecksum": "Y2ZjODJkMDkxMzUwZTE0MzU5ZGYzMjBmYjRjZWQwN2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3b5e04ea-e011-464e-ba8a-1e3eb796981e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bbce7846-4e48-4dc9-9d4e-c2d78f7caa51",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "74d4a695-0bd6-4797-8f14-28a104036271",
            "generatedFromUUID": "bbce7846-4e48-4dc9-9d4e-c2d78f7caa51"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "74d4a695-0bd6-4797-8f14-28a104036271",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNajgsf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
      "artifactChecksum": "YmU1ZDIxODkzNTVkNmMzM2E4OGE2NTEzMmJkNzgzN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83fd8f27-6dd5-4d0c-b1c9-8ad9ac4de270"
    }
  ],
  "workloadContext": "Production"
}
2021-10-30T06:19:00.243Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T06:19:00.243Z|48ceb6dd-2952-4735-8913-afa45789b95b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cff37648-30fa-4de1-9f4d-b8da0c629acf ASDC
2021-10-30T06:19:00.244Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5b3b532c-7fad-4b64-999b-bd24a3f4e41b
ServiceName:basic_onboard_naJgsf
ServiceVersion:1.0
ServiceUUID:cff37648-30fa-4de1-9f4d-b8da0c629acf
ServiceInvariantUUID:692b6353-9d71-47c3-b2af-988215f6e9ef
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNajgsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar
ArtifactUUID:83fd8f27-6dd5-4d0c-b1c9-8ad9ac4de270
ArtifactChecksum:YmU1ZDIxODkzNTVkNmMzM2E4OGE2NTEzMmJkNzgzN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_naJgsf 0
ResourceCustomizationUUID:f781794b-0963-4c2f-b48c-bc3684af341e
ResourceInvariantUUID:a06d3dbf-0100-4455-908e-2bc09a3b5d82
ResourceName:basic_onboard_naJgsf
ResourceType:VF
ResourceUUID:cc84f176-9744-4a41-bb87-204a4cee8da2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_najgsf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json
ArtifactUUID:3b5e04ea-e011-464e-ba8a-1e3eb796981e
ArtifactChecksum:Y2ZjODJkMDkxMzUwZTE0MzU5ZGYzMjBmYjRjZWQwN2Q=
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/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bbce7846-4e48-4dc9-9d4e-c2d78f7caa51
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/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env
ArtifactUUID:74d4a695-0bd6-4797-8f14-28a104036271
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/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env
ArtifactUUID:74d4a695-0bd6-4797-8f14-28a104036271
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-30T06:19:00.244Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cff37648-30fa-4de1-9f4d-b8da0c629acf 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-10-30T06:19:00.276Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:19:00.276Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-30T06:19:00.276Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-30T06:19:00.277Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 83fd8f27-6dd5-4d0c-b1c9-8ad9ac4de270 from URL: /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:00.277Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:19:00.277Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:00.576Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:19:00.580Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar 83fd8f27-6dd5-4d0c-b1c9-8ad9ac4de270 71559
2021-10-30T06:19:00.580Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar ASDC sendASDCNotification
2021-10-30T06:19:00.580Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:00.580Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:19:00.581Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:00.584Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:00.584Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574740580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:00.683Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:19:00.684Z||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-10-30T06:19:00.684Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:00.696Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:19:00.696Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:19:01.585Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:19:01.590Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-30T06:19:01.590Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 83fd8f27-6dd5-4d0c-b1c9-8ad9ac4de270, URL: /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar to file: /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:01.591Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:01.591Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:01.591Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:01.720Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15288608744214489655/Definitions/service-BasicOnboardNajgsf-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-10-30T06:19:02.834Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_naJgsf 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-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.835Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:02.836Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.837Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:02.837Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-30T06:19:02.837Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:19:02.837Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.838Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is not matching search criteria
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-30T06:19:02.839Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:02.840Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T06:19:02.840Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:02.840Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:02.840Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:19:02.840Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:02.841Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:02.841Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:19:02.841Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:02.841Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:02.841Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:19:02.841Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:02.842Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is not matching search criteria
2021-10-30T06:19:02.842Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-30T06:19:02.842Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-30T06:19:02.842Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0bf7e966-5d7e-41b5-9874-051126ac2146
2021-10-30T06:19:02.842Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:02.842Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:02.843Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_naJgsf
Description:service
Model UUID:cff37648-30fa-4de1-9f4d-b8da0c629acf
Model Version:NULL
Model InvariantUuid:692b6353-9d71-47c3-b2af-988215f6e9ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_naJgsf
Model UUID:8997c3ec-cf53-4334-a0bf-6ce1fc95d674
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a06d3dbf-0100-4455-908e-2bc09a3b5d82
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f781794b-0963-4c2f-b48c-bc3684af341e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:78c8fbd2-9c2f-4230-95ad-8dc3fb933c38
ModelName:BasicOnboardNajgsf..base_ubuntu18..module-0
ModelUuid:6494d646-2fe1-45bf-857f-5f90db287593
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0bf7e966-5d7e-41b5-9874-051126ac2146
ModelInvariantUuid:a8df3c4a-3ec5-44f2-bb8c-d0312381da16
ModelName:basic_onboard_naJgsf-nodes.ubuntu18Cvfc
ModelUuid:354e1d01-c635-4a93-a6f6-5f9a3a75c6fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7143daa8-c9eb-4240-b9f3-07cf39070752
ModelInvariantUuid:746026fb-c86d-4b39-92d4-a7ff6078675a
ModelName:BasicOnboardNajgsf.compute.nodes.heat.ubuntu18
ModelUuid:6298b709-f3cc-4d67-977c-d4e7b9e7e16d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-30T06:19:02.852Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cc84f176-9744-4a41-bb87-204a4cee8da2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:19:02.854Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||basic_onboard_naJgsf 0
2021-10-30T06:19:02.854Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc84f176-9744-4a41-bb87-204a4cee8da2
2021-10-30T06:19:02.854Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3b5e04ea-e011-464e-ba8a-1e3eb796981e from URL: /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json
2021-10-30T06:19:02.855Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:19:02.855Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json
2021-10-30T06:19:03.562Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:19:03.562Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json 3b5e04ea-e011-464e-ba8a-1e3eb796981e 798
2021-10-30T06:19:03.563Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json ASDC sendASDCNotification
2021-10-30T06:19:03.563Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json
2021-10-30T06:19:03.563Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:19:03.563Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:03.565Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:03.565Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574743562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:03.665Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:19:03.666Z||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-10-30T06:19:03.666Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:03.683Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:19:03.685Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:19:04.566Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNajgsf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "78c8fbd2-9c2f-4230-95ad-8dc3fb933c38",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6494d646-2fe1-45bf-857f-5f90db287593",
    "vfModuleModelCustomizationUUID": "52de273b-0399-4183-bac5-64f9c1ea119c",
    "isBase": true,
    "artifacts": [
      "bbce7846-4e48-4dc9-9d4e-c2d78f7caa51",
      "74d4a695-0bd6-4797-8f14-28a104036271"
    ],
    "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-10-30T06:19:04.571Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNajgsf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6494d646-2fe1-45bf-857f-5f90db287593
VfModuleModelInvariantUUID:78c8fbd2-9c2f-4230-95ad-8dc3fb933c38
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbce7846-4e48-4dc9-9d4e-c2d78f7caa51
,
74d4a695-0bd6-4797-8f14-28a104036271

}
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-10-30T06:19:04.573Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNajgsf..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "78c8fbd2-9c2f-4230-95ad-8dc3fb933c38",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6494d646-2fe1-45bf-857f-5f90db287593",
    "vfModuleModelCustomizationUUID": "52de273b-0399-4183-bac5-64f9c1ea119c",
    "isBase": true,
    "artifacts": [
      "bbce7846-4e48-4dc9-9d4e-c2d78f7caa51",
      "74d4a695-0bd6-4797-8f14-28a104036271"
    ],
    "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-10-30T06:19:04.573Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNajgsf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6494d646-2fe1-45bf-857f-5f90db287593
VfModuleModelInvariantUUID:78c8fbd2-9c2f-4230-95ad-8dc3fb933c38
VfModuleModelDescription:NULL
Artifacts UUID List:{
bbce7846-4e48-4dc9-9d4e-c2d78f7caa51
,
74d4a695-0bd6-4797-8f14-28a104036271

}
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-10-30T06:19:04.573Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bbce7846-4e48-4dc9-9d4e-c2d78f7caa51 from URL: /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml
2021-10-30T06:19:04.573Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:19:04.574Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml
2021-10-30T06:19:05.411Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:19:05.412Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml bbce7846-4e48-4dc9-9d4e-c2d78f7caa51 5033
2021-10-30T06:19:05.412Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-30T06:19:05.412Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml
2021-10-30T06:19:05.412Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:19:05.413Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:05.414Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:05.414Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574745412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:05.515Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:19:05.516Z||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-10-30T06:19:05.516Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:05.528Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:19:05.529Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:19:06.415Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 74d4a695-0bd6-4797-8f14-28a104036271 from URL: /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env
2021-10-30T06:19:06.415Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-30T06:19:06.416Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env
2021-10-30T06:19:06.965Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-30T06:19:06.966Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env 74d4a695-0bd6-4797-8f14-28a104036271 909
2021-10-30T06:19:06.966Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-30T06:19:06.966Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env
2021-10-30T06:19:06.966Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:19:06.967Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:06.969Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:06.970Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574746966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:07.069Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:19:07.070Z||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-10-30T06:19:07.070Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:07.100Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:19:07.101Z||pool-29-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:19:07.971Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cff37648-30fa-4de1-9f4d-b8da0c629acf
2021-10-30T06:19:07.971Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_naJgsf 0 cc84f176-9744-4a41-bb87-204a4cee8da2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:19:07.983Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e9b90af, org.onap.sdc.toscaparser.api.parameters.Input@360a607e, org.onap.sdc.toscaparser.api.parameters.Input@6656dbf0, org.onap.sdc.toscaparser.api.parameters.Input@371bfb5c, org.onap.sdc.toscaparser.api.parameters.Input@65d71bf8]
2021-10-30T06:19:07.985Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:07.985Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:07.985Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-10-30T06:19:07.985Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f781794b-0963-4c2f-b48c-bc3684af341e
2021-10-30T06:19:07.985Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f781794b-0963-4c2f-b48c-bc3684af341e matches Tosca VF Customization UUID: f781794b-0963-4c2f-b48c-bc3684af341e
2021-10-30T06:19:07.985Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f781794b-0963-4c2f-b48c-bc3684af341e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-30T06:19:07.987Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:07.988Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:07.988Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f781794b-0963-4c2f-b48c-bc3684af341e: {\"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-10-30T06:19:07.988Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@384b8c5b
2021-10-30T06:19:07.988Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:07.989Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T06:19:07.989Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52de273b-0399-4183-bac5-64f9c1ea119c
2021-10-30T06:19:07.989Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52de273b-0399-4183-bac5-64f9c1ea119c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-30T06:19:07.991Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:07.992Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:07.992Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:19:07.992Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:07.992Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:07.992Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:19:07.993Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:07.993Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is not matching search criteria
2021-10-30T06:19:07.993Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-30T06:19:07.993Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-30T06:19:07.993Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0bf7e966-5d7e-41b5-9874-051126ac2146
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-30T06:19:07.995Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:07.996Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:07.996Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:19:07.996Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:07.996Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_naJgsf 0 is matching search criteria
2021-10-30T06:19:07.996Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_naJgsf 0] matching following query criteria: sdcType=VF, customizationUUID=f781794b-0963-4c2f-b48c-bc3684af341e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:19:07.998Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:07.998Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:07.998Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cff37648-30fa-4de1-9f4d-b8da0c629acf: basic_onboard_naJgsf
2021-10-30T06:19:07.998Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:07.999Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:07.999Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:07.999Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:07.999Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:07.999Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:07.999Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:08.000Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:08.000Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:19:08.000Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_naJgsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:19:08.000Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_naJgsf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T06:19:08.094Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_naJgsf cc84f176-9744-4a41-bb87-204a4cee8da2 1 ASDC deployResourceStructure
2021-10-30T06:19:08.095Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json ASDC sendASDCNotification
2021-10-30T06:19:08.095Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json
2021-10-30T06:19:08.095Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:19:08.095Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:08.097Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:08.097Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574748095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:19:08.198Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:19:08.198Z||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-10-30T06:19:08.199Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:08.210Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:19:08.211Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:19:09.103Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-30T06:19:09.104Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml
2021-10-30T06:19:09.104Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:19:09.105Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:09.112Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:09.112Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574749098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:19:09.210Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-30T06:19:09.211Z||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-10-30T06:19:09.211Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:09.227Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:19:09.227Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:19:10.122Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-30T06:19:10.122Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env
2021-10-30T06:19:10.123Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:19:10.123Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:10.125Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:10.125Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574750122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-30T06:19:10.225Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:19:10.226Z||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-10-30T06:19:10.227Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:10.240Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:19:10.241Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:19:11.130Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar ASDC sendASDCNotification
2021-10-30T06:19:11.130Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar
2021-10-30T06:19:11.131Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:19:11.132Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:19:11.133Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:19:11.134Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574751130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:19:11.234Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:19:11.235Z||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-10-30T06:19:11.235Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:11.261Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:19:11.262Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:19:12.137Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:19:12.147Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:19:12.150Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:19:12.150Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:19:12.150Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:19:39.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:19:39.091Z||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-10-30T06:19:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:19:39.730Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:19:39.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574732082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574727104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574732082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574727104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574732082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574727104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574732082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574727104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "aai-ml",
  "timestamp": 1635574735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574732082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574727104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "aai-ml",
  "timestamp": 1635574735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "cds",
  "timestamp": 1635574737102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574732082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574727104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "aai-ml",
  "timestamp": 1635574735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "cds",
  "timestamp": 1635574737102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "dcae-sch",
  "timestamp": 1635574732082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574727104,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574727821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "policy-id",
  "timestamp": 1635574738646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "aai-ml",
  "timestamp": 1635574735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "cds",
  "timestamp": 1635574737102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574739694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "policy-id",
  "timestamp": 1635574738646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "aai-ml",
  "timestamp": 1635574735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574740505,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574740580,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "cds",
  "timestamp": 1635574737102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574739694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "policy-id",
  "timestamp": 1635574738646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "aai-ml",
  "timestamp": 1635574735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574741672,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "cds",
  "timestamp": 1635574737102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574741517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574739694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "policy-id",
  "timestamp": 1635574738646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "aai-ml",
  "timestamp": 1635574735755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "cds",
  "timestamp": 1635574737102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574741517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574739694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "policy-id",
  "timestamp": 1635574738646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574743478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574743562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "cds",
  "timestamp": 1635574737102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574741517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "aai-ml",
  "timestamp": 1635574744288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574739694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "policy-id",
  "timestamp": 1635574738646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574744502,
  "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-10-30T06:19:39.767Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
2021-10-30T06:19:39.772Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:19:39.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "cds",
  "timestamp": 1635574745195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574741517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574739694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574745412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "policy-id",
  "timestamp": 1635574738646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635574745510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:19:39.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "cds",
  "timestamp": 1635574746201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-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-10-30T06:19:39.797Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
2021-10-30T06:19:39.797Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:19:39.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574741517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635574739694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574746966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "policy-id",
  "timestamp": 1635574746982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "clamp",
  "timestamp": 1635574746384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.808Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574741517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "policy-id",
  "timestamp": 1635574747993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:19:39.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "clamp",
  "timestamp": 1635574746384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574748095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/basic_onboard_najgsf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:19:39.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574741517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "policy-id",
  "timestamp": 1635574749001,
  "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-10-30T06:19:39.817Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
2021-10-30T06:19:39.817Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:19:39.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "clamp",
  "timestamp": 1635574746384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574749098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:19:39.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574750024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.833Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "clamp",
  "timestamp": 1635574746384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574750122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-30T06:19:39.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "clamp",
  "timestamp": 1635574746384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/resourceInstances/basic_onboard_najgsf0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574751130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:19:39.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "clamp",
  "timestamp": 1635574746384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:19:39.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574752671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:19:39.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "clamp",
  "timestamp": 1635574746384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:19:39.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:19:39.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "aai-ml",
  "timestamp": 1635574753301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:19:39.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635574753689,
  "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-10-30T06:19:39.844Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
2021-10-30T06:19:39.844Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:19:39.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "aai-ml",
  "timestamp": 1635574754305,
  "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-10-30T06:19:39.857Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
2021-10-30T06:19:39.857Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:19:39.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "clamp",
  "timestamp": 1635574758246,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:19:39.867Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "clamp",
  "timestamp": 1635574760255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNajgsf/1.0/artifacts/service-BasicOnboardNajgsf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:19:39.869Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:19:39.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:19:39.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "clamp",
  "timestamp": 1635574761264,
  "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-10-30T06:19:39.873Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
2021-10-30T06:19:39.874Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:19:42.151Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:19:42.163Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b3b532c-7fad-4b64-999b-bd24a3f4e41b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:19:42.165Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:19:42.165Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:19:42.166Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-30T06:19:42.170Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-30T06:20:12.171Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b3b532c-7fad-4b64-999b-bd24a3f4e41b 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-10-30T06:20:12.176Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b3b532c-7fad-4b64-999b-bd24a3f4e41b and serviceModelVersionId: cff37648-30fa-4de1-9f4d-b8da0c629acf
2021-10-30T06:20:12.176Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 692b6353-9d71-47c3-b2af-988215f6e9ef
2021-10-30T06:20:12.178Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/692b6353-9d71-47c3-b2af-988215f6e9ef/model-vers/model-ver/cff37648-30fa-4de1-9f4d-b8da0c629acf?depth=0
2021-10-30T06:20:12.184Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-30T06:20:12.245Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/692b6353-9d71-47c3-b2af-988215f6e9ef/model-vers/model-ver/cff37648-30fa-4de1-9f4d-b8da0c629acf?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-10-30T06:20:12.248Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/692b6353-9d71-47c3-b2af-988215f6e9ef/model-vers/model-ver/cff37648-30fa-4de1-9f4d-b8da0c629acf?depth=0|INFO|500||Invoke
2021-10-30T06:20:12.284Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/692b6353-9d71-47c3-b2af-988215f6e9ef/model-vers/model-ver/cff37648-30fa-4de1-9f4d-b8da0c629acf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-30T06:20:12.514Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/692b6353-9d71-47c3-b2af-988215f6e9ef/model-vers/model-ver/cff37648-30fa-4de1-9f4d-b8da0c629acf?depth=0|INFO|500||InvokeReturn
2021-10-30T06:20:12.520Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/692b6353-9d71-47c3-b2af-988215f6e9ef/model-vers/model-ver/cff37648-30fa-4de1-9f4d-b8da0c629acf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211030-06:20:12:319-83319], vertex-id=[163944], Content-Length=[0], Date=[Sat, 30 Oct 2021 06:20:12 GMT], Content-Type=[application/json]}
2021-10-30T06:20:12.521Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-30T06:20:12.521Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-30T06:20:12.521Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:20:12.527Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-30T06:20:12.527Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b3b532c-7fad-4b64-999b-bd24a3f4e41b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-30T06:20:12.528Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-30T06:20:12.528Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:20:12.534Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:20:12.534Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574812527,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:20:12.631Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-30T06:20:12.632Z||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-10-30T06:20:12.632Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:20:12.646Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:20:12.647Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-30T06:20:13.545Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:20:13.546Z||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-10-30T06:20:13.546Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:20:23.117Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:20:23.117Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:20:23.118Z||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-10-30T06:20:23.118Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:20:32.661Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:20:32.663Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:20:32.664Z||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-10-30T06:20:32.665Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:20:39.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:20:39.092Z||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-10-30T06:20:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:20:39.719Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:20:39.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:20:39.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b3b532c-7fad-4b64-999b-bd24a3f4e41b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635574812527,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:20:39.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:20:42.231Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:20:42.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:20:42.234Z||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-10-30T06:20:42.234Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:20:51.803Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:20:51.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:20:51.805Z||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-10-30T06:20:51.805Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:21:01.359Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:21:39.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:21:39.087Z||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-10-30T06:21:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:21:39.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:21:39.087Z||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-10-30T06:21:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:21:48.640Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:21:48.652Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:22:39.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:22:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:22:39.087Z||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-10-30T06:22:39.088Z||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-10-30T06:22:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:22:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:22:48.636Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:22:48.643Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:23:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:23:39.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:23:39.095Z||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-10-30T06:23:39.096Z||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-10-30T06:23:39.096Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:23:39.096Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:23:48.659Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:23:48.661Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:24:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:24:39.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:24:39.090Z||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-10-30T06:24:39.090Z||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-10-30T06:24:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:24:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:24:48.645Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:24:48.665Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:25:39.084Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:25:39.086Z||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-10-30T06:25:39.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:25:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:25:39.087Z||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-10-30T06:25:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:25:48.635Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:25:48.635Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:26:39.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:26:39.086Z||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-10-30T06:26:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:26:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:26:39.087Z||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-10-30T06:26:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:26:48.638Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:26:48.651Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:27:39.086Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:27:39.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:27:39.090Z||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-10-30T06:27:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:27:39.091Z||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-10-30T06:27:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:27:48.653Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:27:48.660Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:28:39.086Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:28:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:28:39.089Z||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-10-30T06:28:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:28:39.089Z||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-10-30T06:28:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:28:48.646Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:28:48.648Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:29:39.085Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:29:39.085Z||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-10-30T06:29:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:29:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:29:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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-10-30T06:29:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:29:48.640Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:29:48.639Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:30:39.085Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:30:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:30:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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-10-30T06:30:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:30:39.087Z||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-10-30T06:30:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:30:48.643Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:30:48.659Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:31:39.086Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:31:39.086Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:31:39.089Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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-10-30T06:31:39.089Z||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-10-30T06:31:39.090Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:31:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:31:48.658Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:31:48.660Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:32:39.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:32:39.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:32:39.088Z||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-10-30T06:32:39.088Z||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-10-30T06:32:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:32:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:32:48.655Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:32:48.659Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:33:39.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:33:39.085Z||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-10-30T06:33:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:33:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:33:39.088Z||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-10-30T06:33:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:33:48.663Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:33:48.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:34:39.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:34:39.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:34:39.088Z||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-10-30T06:34:39.088Z||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-10-30T06:34:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:34:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:34:48.632Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:34:48.646Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:35:39.085Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:35:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:35:39.088Z||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-10-30T06:35:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:35:39.088Z||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-10-30T06:35:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:35:48.634Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:35:48.642Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:36:39.086Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:36:39.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:36:39.089Z||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-10-30T06:36:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:36:39.089Z||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-10-30T06:36:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:36:48.654Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:36:48.654Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:37:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:37:39.089Z||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-10-30T06:37:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:37:39.086Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:37:39.092Z||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-10-30T06:37:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:37:48.640Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:37:48.642Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:38:39.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:38:39.088Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:38:39.091Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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-10-30T06:38:39.091Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:38:39.091Z||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-10-30T06:38:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:38:48.639Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:38:48.642Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:39.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:39:39.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:39:39.090Z||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-10-30T06:39:39.090Z||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-10-30T06:39:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:39.262Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:39.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "clamp",
  "timestamp": 1635575946383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "dcae-sch",
  "timestamp": 1635575952083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "cds",
  "timestamp": 1635575952100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575947104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "clamp",
  "timestamp": 1635575946383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "cds",
  "timestamp": 1635575952100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "dcae-sch",
  "timestamp": 1635575952083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575947104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "clamp",
  "timestamp": 1635575946383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "cds",
  "timestamp": 1635575952100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "dcae-sch",
  "timestamp": 1635575952083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575947104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "clamp",
  "timestamp": 1635575946383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "cds",
  "timestamp": 1635575952100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575947104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "dcae-sch",
  "timestamp": 1635575952083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "clamp",
  "timestamp": 1635575946383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "cds",
  "timestamp": 1635575952100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "dcae-sch",
  "timestamp": 1635575952083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575947104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "clamp",
  "timestamp": 1635575946383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "cds",
  "timestamp": 1635575952100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575947104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "dcae-sch",
  "timestamp": 1635575952083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "policy-id",
  "timestamp": 1635575958646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "clamp",
  "timestamp": 1635575946383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "cds",
  "timestamp": 1635575952100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575947104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "dcae-sch",
  "timestamp": 1635575952083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "policy-id",
  "timestamp": 1635575958646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.277Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575959694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "policy-id",
  "timestamp": 1635575958646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575959694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575961479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "cds",
  "timestamp": 1635575961584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "policy-id",
  "timestamp": 1635575958646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575959694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "cds",
  "timestamp": 1635575962623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T06:39:39.305Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a1b9800-f282-4534-add2-37b8d0382573
2021-10-30T06:39:39.305Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a1b9800-f282-4534-add2-37b8d0382573 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-10-30T06:39:39.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575962680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "policy-id",
  "timestamp": 1635575958646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575959694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "policy-id",
  "timestamp": 1635575958646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575959694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575964560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "policy-id",
  "timestamp": 1635575958646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575959694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575965584,
  "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-10-30T06:39:39.325Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a1b9800-f282-4534-add2-37b8d0382573
2021-10-30T06:39:39.325Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a1b9800-f282-4534-add2-37b8d0382573 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-10-30T06:39:39.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575959694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "aai-ml",
  "timestamp": 1635575965755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575966589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "policy-id",
  "timestamp": 1635575966779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "aai-ml",
  "timestamp": 1635575965755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "policy-id",
  "timestamp": 1635575967788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:39:39.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "aai-ml",
  "timestamp": 1635575965755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "policy-id",
  "timestamp": 1635575968791,
  "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-10-30T06:39:39.350Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a1b9800-f282-4534-add2-37b8d0382573
2021-10-30T06:39:39.350Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a1b9800-f282-4534-add2-37b8d0382573 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-10-30T06:39:39.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "aai-ml",
  "timestamp": 1635575965755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "aai-ml",
  "timestamp": 1635575965755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "clamp",
  "timestamp": 1635575970461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "cds",
  "timestamp": 1635575967100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575967602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "aai-ml",
  "timestamp": 1635575965755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "clamp",
  "timestamp": 1635575971480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "cds",
  "timestamp": 1635575967100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575967602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "aai-ml",
  "timestamp": 1635575965755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "clamp",
  "timestamp": 1635575972483,
  "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-10-30T06:39:39.365Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5a1b9800-f282-4534-add2-37b8d0382573
2021-10-30T06:39:39.365Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a1b9800-f282-4534-add2-37b8d0382573 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-10-30T06:39:39.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "dcae-sch",
  "timestamp": 1635575972082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "cds",
  "timestamp": 1635575967100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575967602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "aai-ml",
  "timestamp": 1635575973529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:39:39.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:39:39.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "dcae-sch",
  "timestamp": 1635575972082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "cds",
  "timestamp": 1635575967100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575967602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "dcae-sch",
  "timestamp": 1635575972082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "cds",
  "timestamp": 1635575967100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575967602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "dcae-sch",
  "timestamp": 1635575972082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "cds",
  "timestamp": 1635575967100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575967602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "dcae-sch",
  "timestamp": 1635575972082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "clamp",
  "timestamp": 1635575976383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "cds",
  "timestamp": 1635575967100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575967602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "dcae-sch",
  "timestamp": 1635575972082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "clamp",
  "timestamp": 1635575976383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "cds",
  "timestamp": 1635575967100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575967602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "dcae-sch",
  "timestamp": 1635575972082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:39:39.759Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:39.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:39:39.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a1b9800-f282-4534-add2-37b8d0382573","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4df21f96-f1ae-499c-9fc8-75288142788f","serviceDescription":"service","serviceInvariantUUID":"e5aa2983-5c89-4d9a-a6b1-61406c5c033e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a62bc13d-e3a6-4671-867a-46cf18c2fcc1","resourceInvariantUUID":"b526a8f7-7d6b-46ed-b7ad-c0976ed59dd8","resourceCustomizationUUID":"3cb14757-dc2f-4199-84c5-654971613475","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":"MGU1MzEwZGMyMmY2MDllYTNhNWQ5Nzk0NzJlMTJhYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5053505a-ecd0-46b0-aa12-b7625a4ff098","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":"ZWQ4ZTA2MTlkY2RlYzA5Y2Q2YWYyOWEzYzU1MjIxYjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ee3c7c8-375d-43f3-9774-cb523e1c18a5","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":"79606472-0c09-48aa-a2b4-0db4c04520f3","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":"ff7a7d68-f870-4ed3-b762-4c4969122cab","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":"8239fbeb-cad4-4726-95f3-afa083c8db47","artifactVersion":"2","generatedFromUUID":"79606472-0c09-48aa-a2b4-0db4c04520f3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDRlYjdhNTllMmUzNzgyMmJhMGU3ZTVhZDc1MGE4NWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac6fb42d-cd31-49bc-8cd3-93d0ec8a3239","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmI2YmYxZDdhYTUzMDQ4ZDY5MTIwZDc4ZmUzY2FlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"281b6816-1d9b-4dd3-81bc-eed08934043d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T06:39:39.764Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:39.765Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:39.776Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:39.776Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:39.876Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:39:39.878Z||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-10-30T06:39:39.878Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:39.894Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:39.895Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:40.777Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:40.778Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:40.780Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:40.780Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:39:40.881Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:40.882Z||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-10-30T06:39:40.882Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:40.913Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:40.914Z||pool-36-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:39:41.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:41.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:41.788Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:41.788Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:39:41.883Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-10-30T06:39:41.884Z||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-10-30T06:39:41.884Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:41.900Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:41.901Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:39:42.789Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:42.790Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:42.792Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:42.792Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:42.892Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:42.892Z||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-10-30T06:39:42.892Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:42.902Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:42.903Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:39:43.792Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:43.793Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:43.795Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:43.795Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-30T06:39:43.895Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:43.897Z||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-10-30T06:39:43.897Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:43.932Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:43.933Z||pool-39-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:44.796Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:44.797Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:44.799Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:44.799Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:39:44.899Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:44.900Z||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-10-30T06:39:44.900Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:44.911Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:44.912Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:45.800Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:39:45.801Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:45.803Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:45.803Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:39:45.903Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:45.904Z||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-10-30T06:39:45.904Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:45.914Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:45.915Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:39:46.804Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4df21f96-f1ae-499c-9fc8-75288142788f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e5aa2983-5c89-4d9a-a6b1-61406c5c033e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3cb14757-dc2f-4199-84c5-654971613475",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a62bc13d-e3a6-4671-867a-46cf18c2fcc1",
      "resourceInvariantUUID": "b526a8f7-7d6b-46ed-b7ad-c0976ed59dd8",
      "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": "ZWQ4ZTA2MTlkY2RlYzA5Y2Q2YWYyOWEzYzU1MjIxYjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7ee3c7c8-375d-43f3-9774-cb523e1c18a5",
          "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": "79606472-0c09-48aa-a2b4-0db4c04520f3",
          "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": "8239fbeb-cad4-4726-95f3-afa083c8db47",
            "generatedFromUUID": "79606472-0c09-48aa-a2b4-0db4c04520f3"
          },
          "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": "8239fbeb-cad4-4726-95f3-afa083c8db47",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YmI2YmYxZDdhYTUzMDQ4ZDY5MTIwZDc4ZmUzY2FlZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "281b6816-1d9b-4dd3-81bc-eed08934043d"
    }
  ],
  "workloadContext": "Production"
}
2021-10-30T06:39:46.804Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T06:39:46.804Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4df21f96-f1ae-499c-9fc8-75288142788f ASDC
2021-10-30T06:39:46.805Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:5a1b9800-f282-4534-add2-37b8d0382573
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4df21f96-f1ae-499c-9fc8-75288142788f
ServiceInvariantUUID:e5aa2983-5c89-4d9a-a6b1-61406c5c033e
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:281b6816-1d9b-4dd3-81bc-eed08934043d
ArtifactChecksum:YmI2YmYxZDdhYTUzMDQ4ZDY5MTIwZDc4ZmUzY2FlZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3cb14757-dc2f-4199-84c5-654971613475
ResourceInvariantUUID:b526a8f7-7d6b-46ed-b7ad-c0976ed59dd8
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a62bc13d-e3a6-4671-867a-46cf18c2fcc1
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:7ee3c7c8-375d-43f3-9774-cb523e1c18a5
ArtifactChecksum:ZWQ4ZTA2MTlkY2RlYzA5Y2Q2YWYyOWEzYzU1MjIxYjg=
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:79606472-0c09-48aa-a2b4-0db4c04520f3
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:8239fbeb-cad4-4726-95f3-afa083c8db47
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:8239fbeb-cad4-4726-95f3-afa083c8db47
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-30T06:39:46.805Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4df21f96-f1ae-499c-9fc8-75288142788f 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-10-30T06:39:46.840Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:39:46.841Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:39:46.841Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:39:46.841Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 281b6816-1d9b-4dd3-81bc-eed08934043d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-30T06:39:46.842Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:39:46.842Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:47.087Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:39:47.090Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 281b6816-1d9b-4dd3-81bc-eed08934043d 71044
2021-10-30T06:39:47.090Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:47.091Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:47.091Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:39:47.091Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:47.093Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:47.093Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575987090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:39:47.193Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:39:47.195Z||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-10-30T06:39:47.195Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:47.205Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:47.206Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:48.094Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:39:48.095Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:39:48.096Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 281b6816-1d9b-4dd3-81bc-eed08934043d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-30T06:39:48.097Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-30T06:39:48.098Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-30T06:39:48.098Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-30T06:39:48.432Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15748681649501315548/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-10-30T06:39:49.631Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T06:39:49.631Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T06:39:49.631Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-30T06:39:49.631Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T06:39:49.632Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:49.633Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.633Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:49.633Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T06:39:49.633Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:39:49.633Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:49.633Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:49.634Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:49.634Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T06:39:49.634Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:39:49.634Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:49.634Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:49.635Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:49.635Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-30T06:39:49.636Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-30T06:39:49.636Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-30T06:39:49.636Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-30T06:39:49.636Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-30T06:39:49.636Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-30T06:39:49.637Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:49.637Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:49.637Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:49.637Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:49.637Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:39:49.638Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:49.638Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:49.638Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:39:49.638Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:49.639Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:49.639Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:39:49.639Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:49.639Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-30T06:39:49.639Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-30T06:39:49.640Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-30T06:39:49.640Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e5149794-bffa-45ed-8721-608c140505f9
2021-10-30T06:39:49.640Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:49.640Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:49.640Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:49.640Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:49.641Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:49.641Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:49.641Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:49.641Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:49.641Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4df21f96-f1ae-499c-9fc8-75288142788f
Model Version:NULL
Model InvariantUuid:e5aa2983-5c89-4d9a-a6b1-61406c5c033e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4b2d4e3c-764e-4b19-8456-c18c4441de3c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b526a8f7-7d6b-46ed-b7ad-c0976ed59dd8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3cb14757-dc2f-4199-84c5-654971613475
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be557f19-6c99-49fb-af9d-94d28637bbc8
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9b6b1a4e-1180-446d-8f6d-562903b3810d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e5149794-bffa-45ed-8721-608c140505f9
ModelInvariantUuid:ead1617a-51ef-4c4e-b53f-783b934f5def
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7ea5c7d7-4349-43a0-941e-e9be3780dfd4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:453bae48-22f1-4bb2-804f-3f5eb54d542e
ModelInvariantUuid:f3cc8f6a-505d-4f06-8639-6158839cbd72
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2db694a8-893f-4444-9e93-7d85b18a920c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-30T06:39:49.647Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a62bc13d-e3a6-4671-867a-46cf18c2fcc1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:39:49.654Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||basic_vm 0
2021-10-30T06:39:49.655Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a62bc13d-e3a6-4671-867a-46cf18c2fcc1
2021-10-30T06:39:49.655Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7ee3c7c8-375d-43f3-9774-cb523e1c18a5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-30T06:39:49.655Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:39:49.655Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:50.224Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:39:50.225Z|5a1b9800-f282-4534-add2-37b8d0382573|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 7ee3c7c8-375d-43f3-9774-cb523e1c18a5 787
2021-10-30T06:39:50.225Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:50.225Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:50.225Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:39:50.226Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:50.227Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:50.228Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575990225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:39:50.328Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:50.329Z||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-10-30T06:39:50.329Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:50.342Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:50.342Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:51.229Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "be557f19-6c99-49fb-af9d-94d28637bbc8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b6b1a4e-1180-446d-8f6d-562903b3810d",
    "vfModuleModelCustomizationUUID": "0466f1f8-c75d-495a-8fc5-23f6227c27ce",
    "isBase": true,
    "artifacts": [
      "79606472-0c09-48aa-a2b4-0db4c04520f3",
      "8239fbeb-cad4-4726-95f3-afa083c8db47"
    ],
    "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-10-30T06:39:51.236Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b6b1a4e-1180-446d-8f6d-562903b3810d
VfModuleModelInvariantUUID:be557f19-6c99-49fb-af9d-94d28637bbc8
VfModuleModelDescription:NULL
Artifacts UUID List:{
79606472-0c09-48aa-a2b4-0db4c04520f3
,
8239fbeb-cad4-4726-95f3-afa083c8db47

}
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-10-30T06:39:51.239Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "be557f19-6c99-49fb-af9d-94d28637bbc8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9b6b1a4e-1180-446d-8f6d-562903b3810d",
    "vfModuleModelCustomizationUUID": "0466f1f8-c75d-495a-8fc5-23f6227c27ce",
    "isBase": true,
    "artifacts": [
      "79606472-0c09-48aa-a2b4-0db4c04520f3",
      "8239fbeb-cad4-4726-95f3-afa083c8db47"
    ],
    "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-10-30T06:39:51.239Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b6b1a4e-1180-446d-8f6d-562903b3810d
VfModuleModelInvariantUUID:be557f19-6c99-49fb-af9d-94d28637bbc8
VfModuleModelDescription:NULL
Artifacts UUID List:{
79606472-0c09-48aa-a2b4-0db4c04520f3
,
8239fbeb-cad4-4726-95f3-afa083c8db47

}
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-10-30T06:39:51.239Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 79606472-0c09-48aa-a2b4-0db4c04520f3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-30T06:39:51.239Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:39:51.239Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:51.589Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:39:51.589Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 79606472-0c09-48aa-a2b4-0db4c04520f3 5033
2021-10-30T06:39:51.589Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:51.590Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:51.590Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:39:51.590Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:51.593Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:51.593Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575991589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:39:51.692Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:39:51.693Z||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-10-30T06:39:51.694Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:51.703Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:51.703Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:52.595Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8239fbeb-cad4-4726-95f3-afa083c8db47 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-30T06:39:52.596Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:39:52.596Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:52.704Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:39:52.705Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8239fbeb-cad4-4726-95f3-afa083c8db47 903
2021-10-30T06:39:52.705Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:52.705Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:52.705Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:39:52.706Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:52.708Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:52.708Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575992705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:39:52.808Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:52.812Z||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-10-30T06:39:52.812Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:52.844Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:52.845Z||pool-45-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:53.709Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4df21f96-f1ae-499c-9fc8-75288142788f
2021-10-30T06:39:53.709Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a62bc13d-e3a6-4671-867a-46cf18c2fcc1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:39:53.724Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d9bca4d, org.onap.sdc.toscaparser.api.parameters.Input@667f5375, org.onap.sdc.toscaparser.api.parameters.Input@819142d, org.onap.sdc.toscaparser.api.parameters.Input@5c0d998b, org.onap.sdc.toscaparser.api.parameters.Input@3f27f9e5]
2021-10-30T06:39:53.726Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.727Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:53.727Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-30T06:39:53.727Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3cb14757-dc2f-4199-84c5-654971613475
2021-10-30T06:39:53.727Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3cb14757-dc2f-4199-84c5-654971613475 matches Tosca VF Customization UUID: 3cb14757-dc2f-4199-84c5-654971613475
2021-10-30T06:39:53.727Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3cb14757-dc2f-4199-84c5-654971613475  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-30T06:39:53.730Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.730Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:53.731Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3cb14757-dc2f-4199-84c5-654971613475: {\"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-10-30T06:39:53.731Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53d62d9b
2021-10-30T06:39:53.731Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.731Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:53.731Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0466f1f8-c75d-495a-8fc5-23f6227c27ce
2021-10-30T06:39:53.732Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0466f1f8-c75d-495a-8fc5-23f6227c27ce
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-30T06:39:53.734Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.734Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:53.734Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:39:53.735Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.735Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:53.735Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:39:53.735Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.735Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-30T06:39:53.736Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-30T06:39:53.736Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-30T06:39:53.736Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e5149794-bffa-45ed-8721-608c140505f9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-30T06:39:53.739Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.740Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:53.740Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:39:53.740Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.740Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-30T06:39:53.740Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3cb14757-dc2f-4199-84c5-654971613475
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:39:53.742Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.742Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:53.742Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4df21f96-f1ae-499c-9fc8-75288142788f: basic_vm
2021-10-30T06:39:53.742Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.743Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:53.743Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.743Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:53.743Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.743Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:53.744Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.744Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:53.744Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:39:53.744Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:39:53.744Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T06:39:53.837Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a62bc13d-e3a6-4671-867a-46cf18c2fcc1 1 ASDC deployResourceStructure
2021-10-30T06:39:53.838Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:53.838Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:53.838Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:39:53.838Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:53.840Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:53.840Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575993838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:39:53.940Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:53.941Z||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-10-30T06:39:53.941Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:53.953Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:53.953Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:54.841Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:54.841Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:54.841Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:39:54.842Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:54.843Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:54.844Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575994841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:39:54.944Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:39:54.944Z||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-10-30T06:39:54.945Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:54.957Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:54.958Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:55.845Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:55.845Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:55.845Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:39:55.845Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:55.847Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:55.847Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575995844,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-30T06:39:55.947Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:39:55.948Z||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-10-30T06:39:55.949Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:55.959Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:55.960Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:56.848Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:56.848Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:39:56.848Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:39:56.849Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:39:56.851Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:39:56.852Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575996848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:39:56.951Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:39:56.952Z||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-10-30T06:39:56.958Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:39:56.974Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:39:56.975Z||pool-49-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:39:57.852Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:39:57.864Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:39:57.870Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:39:57.871Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:39:57.871Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:40:27.871Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:40:27.882Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:40:27.890Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:40:27.890Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:40:27.890Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:40:39.088Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:40:39.092Z||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-10-30T06:40:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:40:39.124Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:40:39.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:40:39.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "clamp",
  "timestamp": 1635575976383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:40:39.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:40:57.891Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:40:57.913Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:40:57.915Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:40:57.915Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:40:57.915Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:41:27.916Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:41:27.927Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:41:27.941Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:41:27.941Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:41:27.942Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:41:39.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:41:39.089Z||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-10-30T06:41:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:41:39.124Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:41:39.125Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:41:39.125Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575979372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:41:39.126Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:41:57.942Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:41:57.960Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:41:57.963Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:41:57.963Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:41:57.963Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:42:27.963Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:42:27.973Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:42:27.976Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:42:27.976Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:42:27.976Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:42:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:42:39.088Z||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-10-30T06:42:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:42:39.107Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:42:39.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "cds",
  "timestamp": 1635575979388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575979405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "policy-id",
  "timestamp": 1635575978645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "dcae-sch",
  "timestamp": 1635575972082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "clamp",
  "timestamp": 1635575976383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575979709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "policy-id",
  "timestamp": 1635575978645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575980770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.133Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "clamp",
  "timestamp": 1635575976383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575979709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "policy-id",
  "timestamp": 1635575978645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "aai-ml",
  "timestamp": 1635575981673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "cds",
  "timestamp": 1635575981699,
  "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-10-30T06:42:39.155Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9d4935b-ce90-4a09-b681-09c04a31fd87
2021-10-30T06:42:39.155Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9d4935b-ce90-4a09-b681-09c04a31fd87 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-10-30T06:42:39.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "clamp",
  "timestamp": 1635575976383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575982174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575982311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.163Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575979709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "policy-id",
  "timestamp": 1635575978645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "aai-ml",
  "timestamp": 1635575982677,
  "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-10-30T06:42:39.168Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a1b9800-f282-4534-add2-37b8d0382573
2021-10-30T06:42:39.168Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a1b9800-f282-4534-add2-37b8d0382573 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-10-30T06:42:39.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "clamp",
  "timestamp": 1635575976383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575983179,
  "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-10-30T06:42:39.180Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5a1b9800-f282-4534-add2-37b8d0382573
2021-10-30T06:42:39.180Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a1b9800-f282-4534-add2-37b8d0382573 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-10-30T06:42:39.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575983327,
  "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-10-30T06:42:39.192Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9d4935b-ce90-4a09-b681-09c04a31fd87
2021-10-30T06:42:39.192Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9d4935b-ce90-4a09-b681-09c04a31fd87 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-10-30T06:42:39.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575979709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "policy-id",
  "timestamp": 1635575978645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "clamp",
  "timestamp": 1635575976383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575984330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575979709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "policy-id",
  "timestamp": 1635575978645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575979709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "policy-id",
  "timestamp": 1635575978645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575979709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "policy-id",
  "timestamp": 1635575978645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575987090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575979709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "policy-id",
  "timestamp": 1635575987688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "policy-id",
  "timestamp": 1635575988693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "policy-id",
  "timestamp": 1635575989697,
  "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-10-30T06:42:39.215Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9d4935b-ce90-4a09-b681-09c04a31fd87
2021-10-30T06:42:39.215Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9d4935b-ce90-4a09-b681-09c04a31fd87 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-10-30T06:42:39.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575990225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "clamp",
  "timestamp": 1635575990464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575971515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575991589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575992487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575992705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "clamp",
  "timestamp": 1635575993473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575993838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575987104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "dcae-sch",
  "timestamp": 1635575992082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "clamp",
  "timestamp": 1635575994476,
  "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-10-30T06:42:39.229Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9d4935b-ce90-4a09-b681-09c04a31fd87
2021-10-30T06:42:39.230Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9d4935b-ce90-4a09-b681-09c04a31fd87 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-10-30T06:42:39.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575994841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575994945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.238Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575987104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "dcae-sch",
  "timestamp": 1635575992082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575995844,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.239Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635575995955,
  "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-10-30T06:42:39.243Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9d4935b-ce90-4a09-b681-09c04a31fd87
2021-10-30T06:42:39.243Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9d4935b-ce90-4a09-b681-09c04a31fd87 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-10-30T06:42:39.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575987104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "dcae-sch",
  "timestamp": 1635575992082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575996848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575987104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "dcae-sch",
  "timestamp": 1635575992082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "cds",
  "timestamp": 1635575997101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575987104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "dcae-sch",
  "timestamp": 1635575992082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "cds",
  "timestamp": 1635575997101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575987104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "dcae-sch",
  "timestamp": 1635575992082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "policy-id",
  "timestamp": 1635575998645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "cds",
  "timestamp": 1635575997101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575987104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "dcae-sch",
  "timestamp": 1635575992082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "policy-id",
  "timestamp": 1635575998645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575999695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "cds",
  "timestamp": 1635575997101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575987104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "dcae-sch",
  "timestamp": 1635575992082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "policy-id",
  "timestamp": 1635575998645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575999695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "cds",
  "timestamp": 1635575997101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635575987104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "dcae-sch",
  "timestamp": 1635575992082,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576001516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "policy-id",
  "timestamp": 1635575998645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575999695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "cds",
  "timestamp": 1635575997101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576001516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "policy-id",
  "timestamp": 1635575998645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575999695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "cds",
  "timestamp": 1635575997101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576001516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "policy-id",
  "timestamp": 1635575998645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575999695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576004432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.269Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "cds",
  "timestamp": 1635575997101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "aai-ml",
  "timestamp": 1635576005092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.270Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576001516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "policy-id",
  "timestamp": 1635575998645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575999695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "cds",
  "timestamp": 1635575997101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576001516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "policy-id",
  "timestamp": 1635575998645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575999695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576006388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "clamp",
  "timestamp": 1635576006383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "cds",
  "timestamp": 1635576007084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576001516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "policy-id",
  "timestamp": 1635575998645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575999695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576007516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "clamp",
  "timestamp": 1635576006383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "cds",
  "timestamp": 1635576008091,
  "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-10-30T06:42:39.291Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19da10f4-8a6a-4eb4-a6b3-93fee4905547
2021-10-30T06:42:39.291Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19da10f4-8a6a-4eb4-a6b3-93fee4905547 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-10-30T06:42:39.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576001516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635575999695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "policy-id",
  "timestamp": 1635576008812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.300Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "clamp",
  "timestamp": 1635576006383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576001516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576009216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.301Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "policy-id",
  "timestamp": 1635576009817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.302Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "clamp",
  "timestamp": 1635576006383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576001516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576010259,
  "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-10-30T06:42:39.307Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19da10f4-8a6a-4eb4-a6b3-93fee4905547
2021-10-30T06:42:39.307Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19da10f4-8a6a-4eb4-a6b3-93fee4905547 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-10-30T06:42:39.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "policy-id",
  "timestamp": 1635576010819,
  "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-10-30T06:42:39.320Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19da10f4-8a6a-4eb4-a6b3-93fee4905547
2021-10-30T06:42:39.320Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19da10f4-8a6a-4eb4-a6b3-93fee4905547 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-10-30T06:42:39.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "clamp",
  "timestamp": 1635576006383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576011263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576011414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "clamp",
  "timestamp": 1635576006383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "clamp",
  "timestamp": 1635576006383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "aai-ml",
  "timestamp": 1635576013689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.328Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576013914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.328Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "clamp",
  "timestamp": 1635576006383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "aai-ml",
  "timestamp": 1635576014692,
  "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-10-30T06:42:39.333Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9d4935b-ce90-4a09-b681-09c04a31fd87
2021-10-30T06:42:39.334Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9d4935b-ce90-4a09-b681-09c04a31fd87 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-10-30T06:42:39.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576014918,
  "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-10-30T06:42:39.347Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19da10f4-8a6a-4eb4-a6b3-93fee4905547
2021-10-30T06:42:39.348Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19da10f4-8a6a-4eb4-a6b3-93fee4905547 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-10-30T06:42:39.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "clamp",
  "timestamp": 1635576006383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "clamp",
  "timestamp": 1635576022468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.358Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:42:39.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "aai-ml",
  "timestamp": 1635575995755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:42:39.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:42:39.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "clamp",
  "timestamp": 1635576024479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "clamp",
  "timestamp": 1635576025482,
  "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-10-30T06:42:39.363Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19da10f4-8a6a-4eb4-a6b3-93fee4905547
2021-10-30T06:42:39.364Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19da10f4-8a6a-4eb4-a6b3-93fee4905547 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-10-30T06:42:39.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "aai-ml",
  "timestamp": 1635576025522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:42:39.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "aai-ml",
  "timestamp": 1635576034008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:42:39.373Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:42:39.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:42:39.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "aai-ml",
  "timestamp": 1635576035011,
  "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-10-30T06:42:39.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19da10f4-8a6a-4eb4-a6b3-93fee4905547
2021-10-30T06:42:39.377Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19da10f4-8a6a-4eb4-a6b3-93fee4905547 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-10-30T06:42:57.976Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:42:57.995Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:42:57.998Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:42:57.999Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-30T06:42:57.999Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-30T06:42:57.999Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-30T06:42:57.999Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:42:57.999Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:42:57.999Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:42:57.999Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:42:57.999Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:42:57.999Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:42:57.999Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:42:58.011Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-30T06:43:28.011Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5a1b9800-f282-4534-add2-37b8d0382573 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-10-30T06:43:28.020Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5a1b9800-f282-4534-add2-37b8d0382573 and serviceModelVersionId: 4df21f96-f1ae-499c-9fc8-75288142788f
2021-10-30T06:43:28.020Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5aa2983-5c89-4d9a-a6b1-61406c5c033e
2021-10-30T06:43:28.021Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5aa2983-5c89-4d9a-a6b1-61406c5c033e/model-vers/model-ver/4df21f96-f1ae-499c-9fc8-75288142788f?depth=0
2021-10-30T06:43:28.029Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-30T06:43:28.103Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5aa2983-5c89-4d9a-a6b1-61406c5c033e/model-vers/model-ver/4df21f96-f1ae-499c-9fc8-75288142788f?depth=0|INFO|500||Invoke
2021-10-30T06:43:28.103Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5aa2983-5c89-4d9a-a6b1-61406c5c033e/model-vers/model-ver/4df21f96-f1ae-499c-9fc8-75288142788f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5aa2983-5c89-4d9a-a6b1-61406c5c033e/model-vers/model-ver/4df21f96-f1ae-499c-9fc8-75288142788f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5a1b9800-f282-4534-add2-37b8d0382573], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e2c392be-0ed0-478c-ba0d-1a0c0e767de3], X-ECOMP-RequestID=[5a1b9800-f282-4534-add2-37b8d0382573], X-TransactionId=[], X-ONAP-RequestID=[5a1b9800-f282-4534-add2-37b8d0382573], Content-Type=[application/merge-patch+json]}
2021-10-30T06:43:28.137Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5aa2983-5c89-4d9a-a6b1-61406c5c033e/model-vers/model-ver/4df21f96-f1ae-499c-9fc8-75288142788f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-30T06:43:28.597Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5aa2983-5c89-4d9a-a6b1-61406c5c033e/model-vers/model-ver/4df21f96-f1ae-499c-9fc8-75288142788f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5aa2983-5c89-4d9a-a6b1-61406c5c033e/model-vers/model-ver/4df21f96-f1ae-499c-9fc8-75288142788f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211030-06:43:28:136-91609], vertex-id=[417904], Content-Length=[0], Date=[Sat, 30 Oct 2021 06:43:28 GMT], Content-Type=[application/json]}
2021-10-30T06:43:28.597Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5aa2983-5c89-4d9a-a6b1-61406c5c033e/model-vers/model-ver/4df21f96-f1ae-499c-9fc8-75288142788f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-30T06:43:28.598Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5aa2983-5c89-4d9a-a6b1-61406c5c033e/model-vers/model-ver/4df21f96-f1ae-499c-9fc8-75288142788f?depth=0|INFO|500||InvokeReturn
2021-10-30T06:43:28.599Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-30T06:43:28.599Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:43:28.608Z|5a1b9800-f282-4534-add2-37b8d0382573|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-10-30T06:43:28.609Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5a1b9800-f282-4534-add2-37b8d0382573 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-30T06:43:28.609Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-30T06:43:28.610Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:28.612Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:28.613Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576208609,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:43:28.713Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:43:28.714Z||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-10-30T06:43:28.714Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:28.730Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:28.730Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-30T06:43:29.628Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:43:29.628Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9d4935b-ce90-4a09-b681-09c04a31fd87","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7671a422-e575-40b0-90af-065da675c6a4","serviceDescription":"service","serviceInvariantUUID":"cd1e2d61-36c9-47d9-94d3-30a842c0c888","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"013d41ae-cfb1-4033-b425-477b3d0700c8","resourceInvariantUUID":"0e2bd720-5048-4721-b7e4-f35ec0f50da7","resourceCustomizationUUID":"16393578-8037-4a25-b34a-0a630ff982ba","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":"Y2U2NjVmNTlhMGE3NzQxNmFkYzYxMzU4MDE5ZTcyMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"123f5716-c48d-4d1b-b0d2-f66e2650d98e","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":"ZDk4ZTkxOGJmNzQ0ZTU2NGVmNWM3ODJlZmVkZGU5ZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b48ec6dc-084e-40f2-9d0f-79eabbd62fae","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":"c74ef765-372e-4c37-9eea-5b169609aae2","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":"7fb66238-a7b3-4b69-b185-60133bbcbe89","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":"281c723f-2b6e-474c-9ac8-926cbb9b9b9b","artifactVersion":"2","generatedFromUUID":"c74ef765-372e-4c37-9eea-5b169609aae2"},{"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":"NjMyODkwMTc2ODYxOTg2NzI5Njg5YjU4ODA1ZDM1NmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fa081e07-8484-4df9-b12f-30f2e98a0511","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":"YWQ4NGE3NzQ1ZDhmZTkzN2E3OGM1MjE0NjQ3YWNhZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"050ef385-d584-44b1-a028-07abd7f7eb55","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDgwNmY3NWE2OWRmNDg5YjBlNDcxYTBmYzkwMmQwODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a9f273d-96c7-4c7d-bf9a-2ac0955b9cfa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T06:43:29.628Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:43:29.629Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:29.630Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:29.630Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:29.730Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:43:29.731Z||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-10-30T06:43:29.731Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:29.750Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:29.750Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:43:30.631Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:43:30.632Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:30.634Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:30.635Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:43:30.734Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:43:30.735Z||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-10-30T06:43:30.735Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:30.748Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:30.749Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:43:31.635Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:43:31.636Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:31.638Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:31.638Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:43:31.739Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:43:31.740Z||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-10-30T06:43:31.741Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:31.755Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:31.755Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:43:32.639Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:43:32.641Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:32.643Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:32.643Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:32.744Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:43:32.745Z||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-10-30T06:43:32.745Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:32.797Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:32.798Z||pool-54-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:43:33.644Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:43:33.645Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:33.647Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:33.647Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-30T06:43:33.747Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:43:33.748Z||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-10-30T06:43:33.748Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:33.758Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:33.758Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:43:34.648Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:43:34.649Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:34.651Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:34.651Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:34.751Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:43:34.752Z||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-10-30T06:43:34.752Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:34.765Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:34.766Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:43:35.652Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:43:35.652Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:35.654Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:35.654Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:35.755Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:43:35.756Z||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-10-30T06:43:35.756Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:35.782Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:35.783Z||pool-57-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:43:36.655Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:43:36.656Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:36.658Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:36.658Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:43:36.758Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:43:36.759Z||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-10-30T06:43:36.759Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:36.771Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:36.772Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:43:37.660Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7671a422-e575-40b0-90af-065da675c6a4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cd1e2d61-36c9-47d9-94d3-30a842c0c888",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "16393578-8037-4a25-b34a-0a630ff982ba",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "013d41ae-cfb1-4033-b425-477b3d0700c8",
      "resourceInvariantUUID": "0e2bd720-5048-4721-b7e4-f35ec0f50da7",
      "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": "ZDk4ZTkxOGJmNzQ0ZTU2NGVmNWM3ODJlZmVkZGU5ZTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b48ec6dc-084e-40f2-9d0f-79eabbd62fae",
          "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": "c74ef765-372e-4c37-9eea-5b169609aae2",
          "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": "281c723f-2b6e-474c-9ac8-926cbb9b9b9b",
            "generatedFromUUID": "c74ef765-372e-4c37-9eea-5b169609aae2"
          },
          "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": "281c723f-2b6e-474c-9ac8-926cbb9b9b9b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NDgwNmY3NWE2OWRmNDg5YjBlNDcxYTBmYzkwMmQwODI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a9f273d-96c7-4c7d-bf9a-2ac0955b9cfa"
    }
  ],
  "workloadContext": "Production"
}
2021-10-30T06:43:37.661Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T06:43:37.661Z|5a1b9800-f282-4534-add2-37b8d0382573|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7671a422-e575-40b0-90af-065da675c6a4 ASDC
2021-10-30T06:43:37.662Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a9d4935b-ce90-4a09-b681-09c04a31fd87
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:7671a422-e575-40b0-90af-065da675c6a4
ServiceInvariantUUID:cd1e2d61-36c9-47d9-94d3-30a842c0c888
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:3a9f273d-96c7-4c7d-bf9a-2ac0955b9cfa
ArtifactChecksum:NDgwNmY3NWE2OWRmNDg5YjBlNDcxYTBmYzkwMmQwODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:16393578-8037-4a25-b34a-0a630ff982ba
ResourceInvariantUUID:0e2bd720-5048-4721-b7e4-f35ec0f50da7
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:013d41ae-cfb1-4033-b425-477b3d0700c8
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:b48ec6dc-084e-40f2-9d0f-79eabbd62fae
ArtifactChecksum:ZDk4ZTkxOGJmNzQ0ZTU2NGVmNWM3ODJlZmVkZGU5ZTQ=
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:c74ef765-372e-4c37-9eea-5b169609aae2
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:281c723f-2b6e-474c-9ac8-926cbb9b9b9b
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:281c723f-2b6e-474c-9ac8-926cbb9b9b9b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-30T06:43:37.663Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7671a422-e575-40b0-90af-065da675c6a4 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-10-30T06:43:37.692Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:43:37.693Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:43:37.693Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:43:37.693Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3a9f273d-96c7-4c7d-bf9a-2ac0955b9cfa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-30T06:43:37.694Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:43:37.694Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:37.849Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:43:37.853Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3a9f273d-96c7-4c7d-bf9a-2ac0955b9cfa 78783
2021-10-30T06:43:37.853Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:37.853Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:37.853Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:43:37.854Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:37.855Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:37.855Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576217853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:43:37.956Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:43:37.957Z||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-10-30T06:43:37.957Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:37.969Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:37.970Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:43:38.856Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:43:38.857Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:43:38.857Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3a9f273d-96c7-4c7d-bf9a-2ac0955b9cfa, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-30T06:43:38.857Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-30T06:43:38.858Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-30T06:43:38.858Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-30T06:43:39.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:43:39.089Z||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-10-30T06:43:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:39.091Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18202713623621300357/Definitions/service-BasicVmMacro-template.yml
2021-10-30T06:43:39.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:39.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576139694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "policy-id",
  "timestamp": 1635576138645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "aai-ml",
  "timestamp": 1635576145756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576139694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "policy-id",
  "timestamp": 1635576138645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "aai-ml",
  "timestamp": 1635576145756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576139694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "policy-id",
  "timestamp": 1635576138645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "cds",
  "timestamp": 1635576147100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576147105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "aai-ml",
  "timestamp": 1635576145756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576139694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "policy-id",
  "timestamp": 1635576138645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:43:39.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "cds",
  "timestamp": 1635576147100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576147105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "aai-ml",
  "timestamp": 1635576145756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576139694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "policy-id",
  "timestamp": 1635576138645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "cds",
  "timestamp": 1635576147100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576147105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:43:39.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "aai-ml",
  "timestamp": 1635576145756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576139694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "policy-id",
  "timestamp": 1635576138645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "cds",
  "timestamp": 1635576147100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576147105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:43:39.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "aai-ml",
  "timestamp": 1635576145756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576139694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "policy-id",
  "timestamp": 1635576138645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "cds",
  "timestamp": 1635576147100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576147105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576151515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "aai-ml",
  "timestamp": 1635576145756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576139694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "policy-id",
  "timestamp": 1635576138645,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:43:39.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "dcae-sch",
  "timestamp": 1635576152082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:43:39.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "cds",
  "timestamp": 1635576147100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576147105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-30T06:43:39.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576151515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "aai-ml",
  "timestamp": 1635576145756,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:43:39.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "policy-id",
  "timestamp": 1635576153596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:43:39.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:43:39.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "dcae-sch",
  "timestamp": 1635576152082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.156Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "cds",
  "timestamp": 1635576147100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576147105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576151515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "aai-ml",
  "timestamp": 1635576154532,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:43:39.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:43:39.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "policy-id",
  "timestamp": 1635576154604,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:43:39.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:43:39.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "dcae-sch",
  "timestamp": 1635576152082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "cds",
  "timestamp": 1635576147100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:43:39.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576147105,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:43:39.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576151515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "policy-id",
  "timestamp": 1635576155612,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T06:43:39.177Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9af13eb-178c-4ad6-9218-1b97181ba62b
2021-10-30T06:43:39.177Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af13eb-178c-4ad6-9218-1b97181ba62b 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-10-30T06:43:39.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "dcae-sch",
  "timestamp": 1635576152082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576155925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:43:39.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:43:39.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "cds",
  "timestamp": 1635576155939,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:43:39.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:43:39.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576151515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "dcae-sch",
  "timestamp": 1635576152082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "cds",
  "timestamp": 1635576156944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-30T06:43:39.190Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9af13eb-178c-4ad6-9218-1b97181ba62b
2021-10-30T06:43:39.190Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af13eb-178c-4ad6-9218-1b97181ba62b 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-10-30T06:43:39.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "clamp",
  "timestamp": 1635576156383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.196Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576157009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:43:39.197Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:43:39.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576151515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "dcae-sch",
  "timestamp": 1635576152082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "clamp",
  "timestamp": 1635576156383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576158065,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:43:39.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:43:39.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576151515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:43:39.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:43:39.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "dcae-sch",
  "timestamp": 1635576152082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:43:39.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
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-10-30T06:43:40.321Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T06:43:40.321Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T06:43:40.321Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-30T06:43:40.321Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-30T06:43:40.322Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.322Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.322Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.322Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.322Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.322Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.322Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.322Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.322Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.322Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T06:43:40.322Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:40.322Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.323Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-30T06:43:40.323Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T06:43:40.323Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:43:40.323Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:40.323Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.323Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-30T06:43:40.324Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T06:43:40.324Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:43:40.324Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:40.324Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.324Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:40.324Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-30T06:43:40.324Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-30T06:43:40.325Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-30T06:43:40.325Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-30T06:43:40.325Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-30T06:43:40.325Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-30T06:43:40.325Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:40.325Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.325Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:40.326Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-30T06:43:40.326Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:43:40.326Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:40.326Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-30T06:43:40.326Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:43:40.326Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:40.326Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-30T06:43:40.327Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:43:40.327Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:40.327Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-30T06:43:40.327Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-30T06:43:40.327Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-30T06:43:40.327Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cc5f15ad-cabd-499b-8ba3-4f6907722cd6
2021-10-30T06:43:40.328Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:40.328Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.328Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:40.328Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.328Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:40.328Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.328Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:40.328Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.329Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:7671a422-e575-40b0-90af-065da675c6a4
Model Version:NULL
Model InvariantUuid:cd1e2d61-36c9-47d9-94d3-30a842c0c888
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:cfea6ede-ba16-40b3-89de-0afc7bf84190
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0e2bd720-5048-4721-b7e4-f35ec0f50da7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:16393578-8037-4a25-b34a-0a630ff982ba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0e0d3c2a-e057-4924-a531-3c86259dee75
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:4a6f2fb1-7f15-447d-a3d5-dee9ba0c6d51
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cc5f15ad-cabd-499b-8ba3-4f6907722cd6
ModelInvariantUuid:292b132b-1fcb-415d-a2f2-7e37e79d543e
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:740998bd-ba29-4d9c-a8ac-1505f8a85482
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:adb51d6a-2ce1-4f35-abba-03f3b7411a63
ModelInvariantUuid:b52407ea-87b6-4c5c-8322-a33d17b011e0
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a649dcfc-be76-4a73-b7ae-c803339b53b3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-30T06:43:40.335Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 013d41ae-cfb1-4033-b425-477b3d0700c8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:43:40.338Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2021-10-30T06:43:40.338Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 013d41ae-cfb1-4033-b425-477b3d0700c8
2021-10-30T06:43:40.339Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b48ec6dc-084e-40f2-9d0f-79eabbd62fae from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-30T06:43:40.339Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:43:40.339Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.494Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:43:40.494Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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 b48ec6dc-084e-40f2-9d0f-79eabbd62fae 792
2021-10-30T06:43:40.494Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.494Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:40.495Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:43:40.495Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:40.496Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:40.496Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576220494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:43:40.596Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:43:40.597Z||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-10-30T06:43:40.597Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:40.619Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:40.620Z||pool-60-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:43:41.497Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0e0d3c2a-e057-4924-a531-3c86259dee75",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4a6f2fb1-7f15-447d-a3d5-dee9ba0c6d51",
    "vfModuleModelCustomizationUUID": "33c7aae8-e86a-4d32-aa96-159e2aa882e5",
    "isBase": true,
    "artifacts": [
      "c74ef765-372e-4c37-9eea-5b169609aae2",
      "281c723f-2b6e-474c-9ac8-926cbb9b9b9b"
    ],
    "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-10-30T06:43:41.501Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a6f2fb1-7f15-447d-a3d5-dee9ba0c6d51
VfModuleModelInvariantUUID:0e0d3c2a-e057-4924-a531-3c86259dee75
VfModuleModelDescription:NULL
Artifacts UUID List:{
c74ef765-372e-4c37-9eea-5b169609aae2
,
281c723f-2b6e-474c-9ac8-926cbb9b9b9b

}
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-10-30T06:43:41.502Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0e0d3c2a-e057-4924-a531-3c86259dee75",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4a6f2fb1-7f15-447d-a3d5-dee9ba0c6d51",
    "vfModuleModelCustomizationUUID": "33c7aae8-e86a-4d32-aa96-159e2aa882e5",
    "isBase": true,
    "artifacts": [
      "c74ef765-372e-4c37-9eea-5b169609aae2",
      "281c723f-2b6e-474c-9ac8-926cbb9b9b9b"
    ],
    "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-10-30T06:43:41.503Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a6f2fb1-7f15-447d-a3d5-dee9ba0c6d51
VfModuleModelInvariantUUID:0e0d3c2a-e057-4924-a531-3c86259dee75
VfModuleModelDescription:NULL
Artifacts UUID List:{
c74ef765-372e-4c37-9eea-5b169609aae2
,
281c723f-2b6e-474c-9ac8-926cbb9b9b9b

}
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-10-30T06:43:41.503Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c74ef765-372e-4c37-9eea-5b169609aae2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-30T06:43:41.503Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:43:41.503Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:41.780Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:43:41.780Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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 c74ef765-372e-4c37-9eea-5b169609aae2 5033
2021-10-30T06:43:41.780Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:41.781Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:41.781Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:43:41.781Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:41.792Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:41.792Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576221780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:43:41.883Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-10-30T06:43:41.884Z||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-10-30T06:43:41.884Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:41.894Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:41.894Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:43:42.793Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 281c723f-2b6e-474c-9ac8-926cbb9b9b9b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-30T06:43:42.794Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:43:42.794Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:43.590Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:43:43.591Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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 281c723f-2b6e-474c-9ac8-926cbb9b9b9b 903
2021-10-30T06:43:43.592Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:43.592Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:43.592Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:43:43.592Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:43.594Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:43.594Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576223591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:43:43.695Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:43:43.696Z||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-10-30T06:43:43.696Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:43.713Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:43.714Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:43:44.595Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7671a422-e575-40b0-90af-065da675c6a4
2021-10-30T06:43:44.595Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 013d41ae-cfb1-4033-b425-477b3d0700c8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:43:44.610Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b0b4a36, org.onap.sdc.toscaparser.api.parameters.Input@117b4367, org.onap.sdc.toscaparser.api.parameters.Input@2eb3eb58, org.onap.sdc.toscaparser.api.parameters.Input@32aad32c, org.onap.sdc.toscaparser.api.parameters.Input@531165b5]
2021-10-30T06:43:44.612Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.612Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:44.613Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-30T06:43:44.613Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 16393578-8037-4a25-b34a-0a630ff982ba
2021-10-30T06:43:44.613Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 16393578-8037-4a25-b34a-0a630ff982ba matches Tosca VF Customization UUID: 16393578-8037-4a25-b34a-0a630ff982ba
2021-10-30T06:43:44.613Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 16393578-8037-4a25-b34a-0a630ff982ba  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-30T06:43:44.615Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.616Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:44.617Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 16393578-8037-4a25-b34a-0a630ff982ba: {\"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-10-30T06:43:44.618Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4db5200c
2021-10-30T06:43:44.618Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.618Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:44.619Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33c7aae8-e86a-4d32-aa96-159e2aa882e5
2021-10-30T06:43:44.619Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33c7aae8-e86a-4d32-aa96-159e2aa882e5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-30T06:43:44.621Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.621Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-30T06:43:44.623Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:43:44.623Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.624Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-30T06:43:44.624Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:43:44.624Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.624Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-30T06:43:44.625Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-30T06:43:44.625Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-30T06:43:44.625Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cc5f15ad-cabd-499b-8ba3-4f6907722cd6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-30T06:43:44.628Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.628Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-30T06:43:44.629Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:43:44.629Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.629Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-30T06:43:44.629Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=16393578-8037-4a25-b34a-0a630ff982ba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:43:44.631Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.631Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:44.631Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7671a422-e575-40b0-90af-065da675c6a4: basic_vm_macro
2021-10-30T06:43:44.632Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.632Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:44.632Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.632Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:44.633Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.633Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:44.633Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.633Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:44.634Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:43:44.634Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:44.634Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T06:43:44.723Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 013d41ae-cfb1-4033-b425-477b3d0700c8 1 ASDC deployResourceStructure
2021-10-30T06:43:44.723Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:44.724Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:44.724Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:43:44.724Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:44.726Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:44.726Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576224723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:43:44.826Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:43:44.827Z||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-10-30T06:43:44.827Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:44.837Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:44.837Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:43:45.727Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:45.727Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:45.727Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:43:45.728Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:45.731Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:45.731Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576225726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:43:45.831Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:43:45.832Z||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-10-30T06:43:45.832Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:45.843Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:45.844Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:43:46.733Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:46.733Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:46.733Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:43:46.734Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:46.736Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:46.737Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576226732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-30T06:43:46.839Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-30T06:43:46.840Z||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-10-30T06:43:46.840Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:46.850Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:46.851Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:43:47.737Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:47.737Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:47.738Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:43:47.738Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:43:47.741Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:43:47.741Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576227737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:43:47.841Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:43:47.842Z||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-10-30T06:43:47.842Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:43:47.852Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:43:47.852Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:43:48.742Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9d4935b-ce90-4a09-b681-09c04a31fd87
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:43:48.752Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9d4935b-ce90-4a09-b681-09c04a31fd87
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:43:48.754Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:43:48.754Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-30T06:43:48.754Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-30T06:43:48.755Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-30T06:43:48.755Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:43:48.755Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:43:48.755Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:43:48.755Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:43:48.755Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:43:48.756Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:43:48.756Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:43:48.761Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-30T06:44:18.762Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9d4935b-ce90-4a09-b681-09c04a31fd87 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-10-30T06:44:18.779Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9d4935b-ce90-4a09-b681-09c04a31fd87 and serviceModelVersionId: 7671a422-e575-40b0-90af-065da675c6a4
2021-10-30T06:44:18.779Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd1e2d61-36c9-47d9-94d3-30a842c0c888
2021-10-30T06:44:18.782Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd1e2d61-36c9-47d9-94d3-30a842c0c888/model-vers/model-ver/7671a422-e575-40b0-90af-065da675c6a4?depth=0
2021-10-30T06:44:18.790Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-30T06:44:18.850Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd1e2d61-36c9-47d9-94d3-30a842c0c888/model-vers/model-ver/7671a422-e575-40b0-90af-065da675c6a4?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-10-30T06:44:18.852Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd1e2d61-36c9-47d9-94d3-30a842c0c888/model-vers/model-ver/7671a422-e575-40b0-90af-065da675c6a4?depth=0|INFO|500||Invoke
2021-10-30T06:44:18.878Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd1e2d61-36c9-47d9-94d3-30a842c0c888/model-vers/model-ver/7671a422-e575-40b0-90af-065da675c6a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-30T06:44:18.990Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd1e2d61-36c9-47d9-94d3-30a842c0c888/model-vers/model-ver/7671a422-e575-40b0-90af-065da675c6a4?depth=0|INFO|500||InvokeReturn
2021-10-30T06:44:18.992Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd1e2d61-36c9-47d9-94d3-30a842c0c888/model-vers/model-ver/7671a422-e575-40b0-90af-065da675c6a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211030-06:44:18:880-3361], vertex-id=[249864], Content-Length=[0], Date=[Sat, 30 Oct 2021 06:44:18 GMT], Content-Type=[application/json]}
2021-10-30T06:44:18.994Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-10-30T06:44:18.994Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-30T06:44:18.994Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:44:19.001Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:44:19.002Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9d4935b-ce90-4a09-b681-09c04a31fd87 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-30T06:44:19.002Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-30T06:44:19.003Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:19.006Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:19.006Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576259002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:44:19.108Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:44:19.111Z||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-10-30T06:44:19.111Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:19.123Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:19.124Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-30T06:44:20.026Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:44:20.027Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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-10-30T06:44:20.027Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:25.025Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:25.026Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:44:25.026Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"19da10f4-8a6a-4eb4-a6b3-93fee4905547","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d9500813-2a70-4f31-8e04-a078218d06fe","serviceDescription":"service","serviceInvariantUUID":"3dbb58db-f73b-4468-886d-e7aba2df8d2c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e27528c-1328-411c-abcd-1c8252748c9a","resourceInvariantUUID":"3a54a7c1-c18d-4766-8c3e-38beeffedda2","resourceCustomizationUUID":"4527b1af-53e1-4587-93c6-caa147968109","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":"ZTcyYmE3YThlMjhjZjA3MmI5ODk1Zjk1NmIwMDkwY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23eadc59-47bf-4d23-800e-2b2f393007b4","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":"4529792c-ed0b-4882-8bb1-21f0a49d9f62","artifactVersion":"2","generatedFromUUID":"df2c4a2d-560c-440b-aa4c-ddaea000a9ab"},{"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":"df2c4a2d-560c-440b-aa4c-ddaea000a9ab","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":"MWIzMTg3OWIwMTQzM2IxZjU0M2UyMDEzNjVhMGY4MTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ec9489b-5313-45e7-8175-2f5bf70bf21f","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":"65f9e96d-cf01-4418-a4d5-3c9d87a3f1ea","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":"df85a042-9118-479d-8f32-c023283b84da","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":"8b523649-048c-4834-a089-ec52c71c18b2","artifactVersion":"2","generatedFromUUID":"65f9e96d-cf01-4418-a4d5-3c9d87a3f1ea"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODIzZTI5NTZiMGJjNmZiM2FiYzUwYTZiMDk3NTM0ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25b8c7d3-8cc8-463f-826e-384deb68c1d8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDllMWE2NzlmM2Q1NTRhODdhOGIyZWMxNDVhMDE1MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41ef240e-aa17-48e3-80b6-22cff7ffed29","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T06:44:25.029Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:44:25.029Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:25.033Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:25.033Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:44:25.134Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:25.134Z||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-10-30T06:44:25.134Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:25.147Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:25.147Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:26.033Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:44:26.034Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:26.036Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:26.036Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-30T06:44:26.136Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:26.137Z||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-10-30T06:44:26.137Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:26.147Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:26.147Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:27.037Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:44:27.038Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:27.040Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:27.040Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-30T06:44:27.140Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:27.141Z||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-10-30T06:44:27.141Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:27.178Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:27.178Z||pool-70-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:28.041Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:44:28.042Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:28.044Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:28.044Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:44:28.144Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:44:28.145Z||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-10-30T06:44:28.145Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:28.158Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:28.159Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:29.045Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:44:29.046Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:29.048Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:29.048Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:44:29.148Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:29.149Z||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-10-30T06:44:29.149Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:29.167Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:29.167Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:44:30.049Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:44:30.049Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:30.054Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:30.054Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:44:30.154Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:30.155Z||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-10-30T06:44:30.156Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:30.167Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:30.167Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:31.055Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:44:31.056Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:31.058Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:31.059Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-30T06:44:31.158Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:44:31.159Z||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-10-30T06:44:31.159Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:31.173Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:31.173Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:32.059Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:44:32.060Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:32.062Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:32.062Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:44:32.162Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:32.163Z||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-10-30T06:44:32.163Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:32.175Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:32.177Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:33.063Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:44:33.064Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:33.066Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:33.066Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:44:33.166Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:33.167Z||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-10-30T06:44:33.167Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:33.178Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:33.178Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:44:34.067Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d9500813-2a70-4f31-8e04-a078218d06fe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3dbb58db-f73b-4468-886d-e7aba2df8d2c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "4527b1af-53e1-4587-93c6-caa147968109",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8e27528c-1328-411c-abcd-1c8252748c9a",
      "resourceInvariantUUID": "3a54a7c1-c18d-4766-8c3e-38beeffedda2",
      "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": "4529792c-ed0b-4882-8bb1-21f0a49d9f62",
          "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": "df2c4a2d-560c-440b-aa4c-ddaea000a9ab",
          "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": "MWIzMTg3OWIwMTQzM2IxZjU0M2UyMDEzNjVhMGY4MTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7ec9489b-5313-45e7-8175-2f5bf70bf21f",
          "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": "65f9e96d-cf01-4418-a4d5-3c9d87a3f1ea",
          "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": "8b523649-048c-4834-a089-ec52c71c18b2",
            "generatedFromUUID": "65f9e96d-cf01-4418-a4d5-3c9d87a3f1ea"
          },
          "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": "8b523649-048c-4834-a089-ec52c71c18b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDllMWE2NzlmM2Q1NTRhODdhOGIyZWMxNDVhMDE1MjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "41ef240e-aa17-48e3-80b6-22cff7ffed29"
    }
  ],
  "workloadContext": "Production"
}
2021-10-30T06:44:34.068Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T06:44:34.068Z|a9d4935b-ce90-4a09-b681-09c04a31fd87|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d9500813-2a70-4f31-8e04-a078218d06fe ASDC
2021-10-30T06:44:34.069Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:19da10f4-8a6a-4eb4-a6b3-93fee4905547
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d9500813-2a70-4f31-8e04-a078218d06fe
ServiceInvariantUUID:3dbb58db-f73b-4468-886d-e7aba2df8d2c
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:41ef240e-aa17-48e3-80b6-22cff7ffed29
ArtifactChecksum:ZDllMWE2NzlmM2Q1NTRhODdhOGIyZWMxNDVhMDE1MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:4527b1af-53e1-4587-93c6-caa147968109
ResourceInvariantUUID:3a54a7c1-c18d-4766-8c3e-38beeffedda2
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:8e27528c-1328-411c-abcd-1c8252748c9a
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:4529792c-ed0b-4882-8bb1-21f0a49d9f62
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:df2c4a2d-560c-440b-aa4c-ddaea000a9ab
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:7ec9489b-5313-45e7-8175-2f5bf70bf21f
ArtifactChecksum:MWIzMTg3OWIwMTQzM2IxZjU0M2UyMDEzNjVhMGY4MTk=
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:65f9e96d-cf01-4418-a4d5-3c9d87a3f1ea
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:8b523649-048c-4834-a089-ec52c71c18b2
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:8b523649-048c-4834-a089-ec52c71c18b2
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-30T06:44:34.070Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9500813-2a70-4f31-8e04-a078218d06fe 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-10-30T06:44:34.099Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:44:34.100Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:44:34.100Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:44:34.100Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 41ef240e-aa17-48e3-80b6-22cff7ffed29 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-30T06:44:34.100Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:44:34.101Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:34.239Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:44:34.242Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 41ef240e-aa17-48e3-80b6-22cff7ffed29 68936
2021-10-30T06:44:34.243Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:34.243Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:34.243Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:44:34.243Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:34.246Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:34.246Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576274243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:44:34.346Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:34.347Z||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-10-30T06:44:34.347Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:34.368Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:34.368Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:35.247Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:44:35.248Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:44:35.248Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 41ef240e-aa17-48e3-80b6-22cff7ffed29, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-30T06:44:35.249Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-30T06:44:35.249Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-30T06:44:35.249Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-30T06:44:35.390Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17549438740214261286/Definitions/service-BasicCnf-template.yml
2021-10-30T06:44:36.461Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T06:44:36.462Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T06:44:36.462Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-30T06:44:36.462Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-30T06:44:36.462Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:36.462Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:36.462Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:36.462Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:36.462Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T06:44:36.463Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:36.463Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:36.463Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-30T06:44:36.463Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T06:44:36.463Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:44:36.463Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:36.464Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:44:36.464Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-30T06:44:36.464Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T06:44:36.464Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:44:36.464Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:36.464Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:44:36.465Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:36.465Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-30T06:44:36.465Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-30T06:44:36.465Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-30T06:44:36.465Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-30T06:44:36.465Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:36.465Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:36.466Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:36.466Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-30T06:44:36.466Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:44:36.466Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:36.466Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-30T06:44:36.466Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:44:36.466Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:36.467Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-30T06:44:36.467Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:44:36.467Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:36.467Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-30T06:44:36.467Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-30T06:44:36.467Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5e2a9377-cf72-4383-93ca-edf3084339a4
2021-10-30T06:44:36.467Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:36.467Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:44:36.468Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:36.468Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:44:36.468Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:36.468Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:44:36.468Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:36.468Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:44:36.468Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d9500813-2a70-4f31-8e04-a078218d06fe
Model Version:NULL
Model InvariantUuid:3dbb58db-f73b-4468-886d-e7aba2df8d2c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:7fdb92d5-f618-4e9c-86ed-70719e6c9eae
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3a54a7c1-c18d-4766-8c3e-38beeffedda2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4527b1af-53e1-4587-93c6-caa147968109
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4f84fdf1-027a-4ab3-8423-66c8b7751194
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:96a80c58-b7b1-4793-8bbf-2fcfc7a5b105
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5e2a9377-cf72-4383-93ca-edf3084339a4
ModelInvariantUuid:acae6a52-60d9-4ca0-b6b5-25f4915e2de4
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0741a07b-bc57-4ae3-8d2e-eb8971abcc46
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:bd92a407-7a48-4e55-bb15-a1bd3ed86713
ModelInvariantUuid:8c9e7261-92b7-4175-8bf5-4f43bc06f84e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4299c080-4137-4387-8975-35082dfe2a19
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-30T06:44:36.473Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e27528c-1328-411c-abcd-1c8252748c9a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:44:36.477Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||basic_cnf 0
2021-10-30T06:44:36.477Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e27528c-1328-411c-abcd-1c8252748c9a
2021-10-30T06:44:36.477Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4529792c-ed0b-4882-8bb1-21f0a49d9f62 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-30T06:44:36.477Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:44:36.478Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:36.532Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:44:36.533Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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 4529792c-ed0b-4882-8bb1-21f0a49d9f62 12
2021-10-30T06:44:36.533Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:36.533Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:36.533Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:44:36.533Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:36.535Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:36.535Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576276533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:44:36.636Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:44:36.636Z||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-10-30T06:44:36.637Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:36.679Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:36.679Z||pool-78-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:37.536Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: df2c4a2d-560c-440b-aa4c-ddaea000a9ab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-30T06:44:37.536Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:44:37.537Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:37.603Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:44:37.603Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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 df2c4a2d-560c-440b-aa4c-ddaea000a9ab 2688
2021-10-30T06:44:37.603Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:37.603Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:37.603Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:44:37.603Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:37.605Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:37.605Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576277603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:44:37.705Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:37.706Z||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-10-30T06:44:37.706Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:37.718Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:37.719Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:38.611Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7ec9489b-5313-45e7-8175-2f5bf70bf21f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-30T06:44:38.611Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:44:38.611Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:38.660Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:44:38.660Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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 7ec9489b-5313-45e7-8175-2f5bf70bf21f 828
2021-10-30T06:44:38.661Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:38.661Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:38.661Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:44:38.661Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:38.664Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:38.664Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576278661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:44:38.764Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:38.764Z||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-10-30T06:44:38.765Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:38.777Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:38.778Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:44:39.088Z||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-10-30T06:44:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:39.121Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:39.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:44:39.122Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "clamp",
  "timestamp": 1635576156383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:44:39.123Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:44:39.666Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4f84fdf1-027a-4ab3-8423-66c8b7751194",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96a80c58-b7b1-4793-8bbf-2fcfc7a5b105",
    "vfModuleModelCustomizationUUID": "55680022-8064-4e70-b385-3bca7673ad17",
    "isBase": true,
    "artifacts": [
      "65f9e96d-cf01-4418-a4d5-3c9d87a3f1ea",
      "df2c4a2d-560c-440b-aa4c-ddaea000a9ab",
      "8b523649-048c-4834-a089-ec52c71c18b2"
    ],
    "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-10-30T06:44:39.671Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96a80c58-b7b1-4793-8bbf-2fcfc7a5b105
VfModuleModelInvariantUUID:4f84fdf1-027a-4ab3-8423-66c8b7751194
VfModuleModelDescription:NULL
Artifacts UUID List:{
65f9e96d-cf01-4418-a4d5-3c9d87a3f1ea
,
df2c4a2d-560c-440b-aa4c-ddaea000a9ab
,
8b523649-048c-4834-a089-ec52c71c18b2

}
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-10-30T06:44:39.677Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4f84fdf1-027a-4ab3-8423-66c8b7751194",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96a80c58-b7b1-4793-8bbf-2fcfc7a5b105",
    "vfModuleModelCustomizationUUID": "55680022-8064-4e70-b385-3bca7673ad17",
    "isBase": true,
    "artifacts": [
      "65f9e96d-cf01-4418-a4d5-3c9d87a3f1ea",
      "df2c4a2d-560c-440b-aa4c-ddaea000a9ab",
      "8b523649-048c-4834-a089-ec52c71c18b2"
    ],
    "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-10-30T06:44:39.677Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96a80c58-b7b1-4793-8bbf-2fcfc7a5b105
VfModuleModelInvariantUUID:4f84fdf1-027a-4ab3-8423-66c8b7751194
VfModuleModelDescription:NULL
Artifacts UUID List:{
65f9e96d-cf01-4418-a4d5-3c9d87a3f1ea
,
df2c4a2d-560c-440b-aa4c-ddaea000a9ab
,
8b523649-048c-4834-a089-ec52c71c18b2

}
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-10-30T06:44:39.677Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 65f9e96d-cf01-4418-a4d5-3c9d87a3f1ea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-30T06:44:39.677Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:44:39.678Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:39.771Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:44:39.771Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 65f9e96d-cf01-4418-a4d5-3c9d87a3f1ea 1164
2021-10-30T06:44:39.771Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:39.771Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:39.771Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:44:39.772Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:39.773Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:39.773Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576279771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:44:39.873Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:39.875Z||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-10-30T06:44:39.875Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:39.888Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:39.888Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:44:40.774Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8b523649-048c-4834-a089-ec52c71c18b2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-30T06:44:40.774Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:44:40.774Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:40.897Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:44:40.897Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8b523649-048c-4834-a089-ec52c71c18b2 200
2021-10-30T06:44:40.898Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:40.898Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:40.898Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:44:40.898Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:40.900Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:40.900Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576280898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:44:41.000Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:41.001Z||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-10-30T06:44:41.001Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:41.013Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:41.013Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:41.900Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d9500813-2a70-4f31-8e04-a078218d06fe
2021-10-30T06:44:41.901Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 8e27528c-1328-411c-abcd-1c8252748c9a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2021-10-30T06:44:41.982Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:44:41.986Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@162f2e64, org.onap.sdc.toscaparser.api.parameters.Input@79f2fa2e, org.onap.sdc.toscaparser.api.parameters.Input@7f64461e, org.onap.sdc.toscaparser.api.parameters.Input@168084, org.onap.sdc.toscaparser.api.parameters.Input@6fa5c2ec]
2021-10-30T06:44:41.988Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:41.988Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:44:41.988Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-30T06:44:41.988Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 4527b1af-53e1-4587-93c6-caa147968109
2021-10-30T06:44:41.989Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4527b1af-53e1-4587-93c6-caa147968109 matches Tosca VF Customization UUID: 4527b1af-53e1-4587-93c6-caa147968109
2021-10-30T06:44:41.989Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 4527b1af-53e1-4587-93c6-caa147968109  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-30T06:44:41.991Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:41.991Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:44:41.992Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 4527b1af-53e1-4587-93c6-caa147968109: {\"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-10-30T06:44:41.992Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68c72d81
2021-10-30T06:44:41.992Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:41.992Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:41.992Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55680022-8064-4e70-b385-3bca7673ad17
2021-10-30T06:44:41.992Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55680022-8064-4e70-b385-3bca7673ad17
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-30T06:44:41.994Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:41.995Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-30T06:44:41.995Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:44:41.995Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:41.995Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-30T06:44:41.995Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:44:41.996Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:41.996Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-30T06:44:41.996Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-30T06:44:41.996Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5e2a9377-cf72-4383-93ca-edf3084339a4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-30T06:44:41.999Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:41.999Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-30T06:44:41.999Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:44:42.000Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:42.000Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-30T06:44:42.000Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4527b1af-53e1-4587-93c6-caa147968109
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:44:42.003Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:42.003Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:44:42.004Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d9500813-2a70-4f31-8e04-a078218d06fe: basic_cnf
2021-10-30T06:44:42.004Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:42.004Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:44:42.004Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:42.004Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:44:42.005Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:42.005Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:44:42.005Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:42.005Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:42.006Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:44:42.006Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:44:42.006Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T06:44:42.071Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 8e27528c-1328-411c-abcd-1c8252748c9a 1 ASDC deployResourceStructure
2021-10-30T06:44:42.072Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:42.072Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:42.072Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-30T06:44:42.072Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:42.074Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:42.074Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576282071,
  "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-10-30T06:44:42.174Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:44:42.175Z||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-10-30T06:44:42.176Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:42.193Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:42.194Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:43.075Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:43.076Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:43.076Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-30T06:44:43.076Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:43.078Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:43.078Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576283075,
  "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-10-30T06:44:43.178Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:43.179Z||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-10-30T06:44:43.179Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:43.195Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:43.195Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:44.079Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:44.079Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:44.079Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:44:44.080Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:44.081Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:44.081Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576284079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:44:44.182Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:44.183Z||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-10-30T06:44:44.183Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:44.211Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:44.212Z||pool-85-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:44:45.083Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:45.083Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:45.084Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:44:45.084Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:45.086Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:45.086Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576285083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:44:45.187Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:44:45.187Z||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-10-30T06:44:45.188Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:45.201Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:45.202Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:44:46.089Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:46.090Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:46.090Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:44:46.090Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:46.092Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:46.092Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576286089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-30T06:44:46.192Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:46.193Z||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-10-30T06:44:46.193Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:46.205Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:46.206Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:44:47.093Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:47.093Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:47.093Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:44:47.093Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:44:47.095Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:44:47.095Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576287092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:44:47.195Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:44:47.196Z||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-10-30T06:44:47.197Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:44:47.209Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:44:47.209Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:44:48.096Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19da10f4-8a6a-4eb4-a6b3-93fee4905547
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:44:48.109Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19da10f4-8a6a-4eb4-a6b3-93fee4905547
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:44:48.111Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:44:48.111Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-30T06:44:48.112Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-30T06:44:48.112Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-30T06:44:48.112Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:44:48.112Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:44:48.112Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:44:48.112Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:44:48.112Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:44:48.112Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:44:48.112Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:44:48.116Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-30T06:45:18.116Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19da10f4-8a6a-4eb4-a6b3-93fee4905547 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-10-30T06:45:18.123Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19da10f4-8a6a-4eb4-a6b3-93fee4905547 and serviceModelVersionId: d9500813-2a70-4f31-8e04-a078218d06fe
2021-10-30T06:45:18.123Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3dbb58db-f73b-4468-886d-e7aba2df8d2c
2021-10-30T06:45:18.123Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3dbb58db-f73b-4468-886d-e7aba2df8d2c/model-vers/model-ver/d9500813-2a70-4f31-8e04-a078218d06fe?depth=0
2021-10-30T06:45:18.127Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-30T06:45:18.179Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dbb58db-f73b-4468-886d-e7aba2df8d2c/model-vers/model-ver/d9500813-2a70-4f31-8e04-a078218d06fe?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-10-30T06:45:18.180Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dbb58db-f73b-4468-886d-e7aba2df8d2c/model-vers/model-ver/d9500813-2a70-4f31-8e04-a078218d06fe?depth=0|INFO|500||Invoke
2021-10-30T06:45:18.199Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dbb58db-f73b-4468-886d-e7aba2df8d2c/model-vers/model-ver/d9500813-2a70-4f31-8e04-a078218d06fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-30T06:45:18.293Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dbb58db-f73b-4468-886d-e7aba2df8d2c/model-vers/model-ver/d9500813-2a70-4f31-8e04-a078218d06fe?depth=0|INFO|500||InvokeReturn
2021-10-30T06:45:18.293Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dbb58db-f73b-4468-886d-e7aba2df8d2c/model-vers/model-ver/d9500813-2a70-4f31-8e04-a078218d06fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211030-06:45:18:197-10036], vertex-id=[233496], Content-Length=[0], Date=[Sat, 30 Oct 2021 06:45:18 GMT], Content-Type=[application/json]}
2021-10-30T06:45:18.294Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-10-30T06:45:18.295Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-30T06:45:18.295Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:45:18.298Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|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-10-30T06:45:18.299Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19da10f4-8a6a-4eb4-a6b3-93fee4905547 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-30T06:45:18.299Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-30T06:45:18.299Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:18.301Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:18.301Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576318299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:45:18.401Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:45:18.403Z||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-10-30T06:45:18.403Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:18.417Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:18.417Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-30T06:45:19.314Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:45:19.314Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9af13eb-178c-4ad6-9218-1b97181ba62b","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"6631b9b8-1644-4ab2-bad7-0b3e06d183fa","serviceDescription":"service","serviceInvariantUUID":"0739a724-78ca-4f5d-9132-b83322bf27ac","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"660d234f-e373-4e4d-9476-02960b1dd5a6","resourceInvariantUUID":"efd6207e-712f-48a5-b27c-367bd9db834f","resourceCustomizationUUID":"b0452eaf-70df-46a5-9d68-89b723087a7b","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":"e245ee48-4a31-4078-a4b2-1e71cbf7249a","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":"MWE4MWQxZTI1NDRjZjg2MTBlMGFkZTE1ZDc0MGU1NTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fb0b83ca-7074-45bf-9a6b-789cc4ba208b","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":"ZTBiNTllY2ExMjRlYThmNDM5NTMzYjk2Y2NjOTVhMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"949d38bd-a3bc-440f-b015-183baaeb7a03","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":"cb9bf561-3fce-4f37-9707-d18d0edfc31f","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":"7dc24e3b-df72-4a3a-ac40-707dfb12bcaf","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":"6a8f45b6-3c35-4367-82c7-b50200598a29","artifactVersion":"2","generatedFromUUID":"cb9bf561-3fce-4f37-9707-d18d0edfc31f"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTUxNTY1NzFlODExZmRiYTIyY2JkYTAzYWYzZmNlODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1d427b0-1baa-4ccc-b48f-b89a3b569c0e","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OTEwODg4MjNlMGNiMzdkMjY3ZGE5NTYyODdhMzRmNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f477a44-9095-4ca3-a112-242af87a4171","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T06:45:19.314Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:45:19.315Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:19.317Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:19.318Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:45:19.417Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:45:19.418Z||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-10-30T06:45:19.418Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:19.428Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:19.428Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:45:20.318Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:45:20.319Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:20.321Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:20.323Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:45:20.421Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-30T06:45:20.423Z||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-10-30T06:45:20.423Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:20.434Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:20.435Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:21.323Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:45:21.324Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:21.339Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:21.340Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:45:21.426Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2021-10-30T06:45:21.427Z||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-10-30T06:45:21.427Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:21.439Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:21.439Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:22.340Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:45:22.341Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:22.343Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:22.343Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:45:22.443Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:45:22.444Z||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-10-30T06:45:22.444Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:22.456Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:22.457Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:23.344Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:45:23.345Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:23.347Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:23.347Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:45:23.447Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:45:23.448Z||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-10-30T06:45:23.448Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:23.473Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:23.474Z||pool-94-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:24.348Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:45:24.349Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:24.351Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:24.351Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-30T06:45:24.451Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:45:24.451Z||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-10-30T06:45:24.452Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:24.462Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:24.463Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:25.351Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:45:25.352Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:25.355Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:25.355Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:45:25.455Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:45:25.456Z||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-10-30T06:45:25.456Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:25.467Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:25.468Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:26.356Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:45:26.357Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:26.359Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:26.359Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:45:26.459Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:45:26.460Z||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-10-30T06:45:26.460Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:26.475Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:26.475Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:27.360Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "6631b9b8-1644-4ab2-bad7-0b3e06d183fa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0739a724-78ca-4f5d-9132-b83322bf27ac",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "b0452eaf-70df-46a5-9d68-89b723087a7b",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "660d234f-e373-4e4d-9476-02960b1dd5a6",
      "resourceInvariantUUID": "efd6207e-712f-48a5-b27c-367bd9db834f",
      "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": "ZTBiNTllY2ExMjRlYThmNDM5NTMzYjk2Y2NjOTVhMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "949d38bd-a3bc-440f-b015-183baaeb7a03",
          "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": "cb9bf561-3fce-4f37-9707-d18d0edfc31f",
          "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": "6a8f45b6-3c35-4367-82c7-b50200598a29",
            "generatedFromUUID": "cb9bf561-3fce-4f37-9707-d18d0edfc31f"
          },
          "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": "6a8f45b6-3c35-4367-82c7-b50200598a29",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "OTEwODg4MjNlMGNiMzdkMjY3ZGE5NTYyODdhMzRmNmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2f477a44-9095-4ca3-a112-242af87a4171"
    }
  ],
  "workloadContext": "Production"
}
2021-10-30T06:45:27.360Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T06:45:27.361Z|19da10f4-8a6a-4eb4-a6b3-93fee4905547|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6631b9b8-1644-4ab2-bad7-0b3e06d183fa ASDC
2021-10-30T06:45:27.361Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a9af13eb-178c-4ad6-9218-1b97181ba62b
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:6631b9b8-1644-4ab2-bad7-0b3e06d183fa
ServiceInvariantUUID:0739a724-78ca-4f5d-9132-b83322bf27ac
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:2f477a44-9095-4ca3-a112-242af87a4171
ArtifactChecksum:OTEwODg4MjNlMGNiMzdkMjY3ZGE5NTYyODdhMzRmNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:b0452eaf-70df-46a5-9d68-89b723087a7b
ResourceInvariantUUID:efd6207e-712f-48a5-b27c-367bd9db834f
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:660d234f-e373-4e4d-9476-02960b1dd5a6
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:949d38bd-a3bc-440f-b015-183baaeb7a03
ArtifactChecksum:ZTBiNTllY2ExMjRlYThmNDM5NTMzYjk2Y2NjOTVhMzA=
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:cb9bf561-3fce-4f37-9707-d18d0edfc31f
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:6a8f45b6-3c35-4367-82c7-b50200598a29
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:6a8f45b6-3c35-4367-82c7-b50200598a29
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-30T06:45:27.362Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6631b9b8-1644-4ab2-bad7-0b3e06d183fa 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-10-30T06:45:27.393Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:45:27.394Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:45:27.394Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:45:27.394Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2f477a44-9095-4ca3-a112-242af87a4171 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-30T06:45:27.394Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:45:27.394Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-30T06:45:27.971Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:45:27.974Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2f477a44-9095-4ca3-a112-242af87a4171 73656
2021-10-30T06:45:27.974Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-30T06:45:27.975Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-30T06:45:27.975Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:45:27.975Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:27.977Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:27.977Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576327974,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:45:28.077Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:45:28.078Z||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-10-30T06:45:28.078Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:28.103Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:28.104Z||pool-98-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:28.978Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:45:28.979Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T06:45:28.979Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2f477a44-9095-4ca3-a112-242af87a4171, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-30T06:45:28.979Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-30T06:45:28.980Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-30T06:45:28.980Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-30T06:45:29.081Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7308756037245229219/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-10-30T06:45:30.127Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T06:45:30.127Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T06:45:30.127Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-30T06:45:30.127Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-30T06:45:30.128Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||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-10-30T06:45:30.128Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-30T06:45:30.128Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-Basicclamp-csar.csar
2021-10-30T06:45:30.128Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-Basicclamp-csar.csar
2021-10-30T06:45:30.128Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-Basicclamp-csar.csar
2021-10-30T06:45:30.128Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-30T06:45:30.128Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-30T06:45:30.128Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-Basicclamp-csar.csar
2021-10-30T06:45:30.128Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-Basicclamp-csar.csar
2021-10-30T06:45:30.128Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T06:45:30.128Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:30.129Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:30.129Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-30T06:45:30.129Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T06:45:30.129Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:45:30.129Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:30.129Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:30.129Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-30T06:45:30.130Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T06:45:30.130Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:45:30.130Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:30.130Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:30.130Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:30.130Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-30T06:45:30.130Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-30T06:45:30.130Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-30T06:45:30.131Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-30T06:45:30.131Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-30T06:45:30.131Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-30T06:45:30.131Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:30.131Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T06:45:30.131Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:30.131Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-30T06:45:30.131Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:45:30.132Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:30.132Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-30T06:45:30.132Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:45:30.132Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:30.132Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-30T06:45:30.132Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:45:30.132Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:30.133Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-30T06:45:30.133Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-30T06:45:30.133Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-30T06:45:30.133Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4c01da12-a613-4dc0-81b6-257e6e4ebffb
2021-10-30T06:45:30.133Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:30.133Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:30.133Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:30.133Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:30.133Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:30.134Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:30.134Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:30.134Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:30.134Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:6631b9b8-1644-4ab2-bad7-0b3e06d183fa
Model Version:NULL
Model InvariantUuid:0739a724-78ca-4f5d-9132-b83322bf27ac
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:42506d2b-d2eb-4f1d-bc62-46daf98b57cf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:efd6207e-712f-48a5-b27c-367bd9db834f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b0452eaf-70df-46a5-9d68-89b723087a7b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6eff29fb-4ebd-46af-8d0c-ca815b18247b
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:20b2d5e4-0637-4954-80cf-3211b4a3c0bb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4c01da12-a613-4dc0-81b6-257e6e4ebffb
ModelInvariantUuid:8df18093-d9ce-4ffd-8d17-65da60b9ef5f
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:e2decd55-0226-4664-af32-5ee0cfbabf99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c248201f-ca6a-4ec9-890f-85b3e61ccc12
ModelInvariantUuid:bd501bc9-6968-477f-b44d-1315d160f2d1
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:2ca5c4e8-023b-47e4-b5f5-0815bfe2566b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-30T06:45:30.141Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 660d234f-e373-4e4d-9476-02960b1dd5a6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:45:30.144Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||basicclamp 0
2021-10-30T06:45:30.144Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 660d234f-e373-4e4d-9476-02960b1dd5a6
2021-10-30T06:45:30.144Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 949d38bd-a3bc-440f-b015-183baaeb7a03 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-30T06:45:30.144Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:45:30.145Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-30T06:45:30.720Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:45:30.720Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 949d38bd-a3bc-440f-b015-183baaeb7a03 790
2021-10-30T06:45:30.722Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||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-10-30T06:45:30.722Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||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-10-30T06:45:30.722Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:45:30.722Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:30.724Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:30.724Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576330721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:45:30.824Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:45:30.826Z||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-10-30T06:45:30.826Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:30.852Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:30.853Z||pool-99-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:45:31.725Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6eff29fb-4ebd-46af-8d0c-ca815b18247b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20b2d5e4-0637-4954-80cf-3211b4a3c0bb",
    "vfModuleModelCustomizationUUID": "90a9be1f-5486-44d1-9336-ac7beee9c37f",
    "isBase": true,
    "artifacts": [
      "cb9bf561-3fce-4f37-9707-d18d0edfc31f",
      "6a8f45b6-3c35-4367-82c7-b50200598a29"
    ],
    "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-10-30T06:45:31.730Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20b2d5e4-0637-4954-80cf-3211b4a3c0bb
VfModuleModelInvariantUUID:6eff29fb-4ebd-46af-8d0c-ca815b18247b
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb9bf561-3fce-4f37-9707-d18d0edfc31f
,
6a8f45b6-3c35-4367-82c7-b50200598a29

}
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-10-30T06:45:31.733Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6eff29fb-4ebd-46af-8d0c-ca815b18247b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20b2d5e4-0637-4954-80cf-3211b4a3c0bb",
    "vfModuleModelCustomizationUUID": "90a9be1f-5486-44d1-9336-ac7beee9c37f",
    "isBase": true,
    "artifacts": [
      "cb9bf561-3fce-4f37-9707-d18d0edfc31f",
      "6a8f45b6-3c35-4367-82c7-b50200598a29"
    ],
    "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-10-30T06:45:31.733Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20b2d5e4-0637-4954-80cf-3211b4a3c0bb
VfModuleModelInvariantUUID:6eff29fb-4ebd-46af-8d0c-ca815b18247b
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb9bf561-3fce-4f37-9707-d18d0edfc31f
,
6a8f45b6-3c35-4367-82c7-b50200598a29

}
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-10-30T06:45:31.733Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cb9bf561-3fce-4f37-9707-d18d0edfc31f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-30T06:45:31.733Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:45:31.733Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-30T06:45:31.900Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:45:31.901Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml cb9bf561-3fce-4f37-9707-d18d0edfc31f 5033
2021-10-30T06:45:31.901Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||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-10-30T06:45:31.901Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||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-10-30T06:45:31.901Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:45:31.902Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:31.904Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:31.904Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576331901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:45:32.004Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:45:32.005Z||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-10-30T06:45:32.005Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:32.018Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:32.018Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:32.906Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6a8f45b6-3c35-4367-82c7-b50200598a29 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-30T06:45:32.907Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T06:45:32.907Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-30T06:45:32.997Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T06:45:32.998Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 6a8f45b6-3c35-4367-82c7-b50200598a29 909
2021-10-30T06:45:32.998Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||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-10-30T06:45:32.998Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||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-10-30T06:45:32.999Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:45:32.999Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:33.003Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:33.003Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576332998,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:45:33.103Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:45:33.104Z||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-10-30T06:45:33.104Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:33.114Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:33.114Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:34.004Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6631b9b8-1644-4ab2-bad7-0b3e06d183fa
2021-10-30T06:45:34.006Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 660d234f-e373-4e4d-9476-02960b1dd5a6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:45:34.025Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@352c8f65, org.onap.sdc.toscaparser.api.parameters.Input@6fc87188, org.onap.sdc.toscaparser.api.parameters.Input@4e1f7922, org.onap.sdc.toscaparser.api.parameters.Input@1c63f6d4, org.onap.sdc.toscaparser.api.parameters.Input@4de5159a]
2021-10-30T06:45:34.028Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.028Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:34.028Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-30T06:45:34.028Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b0452eaf-70df-46a5-9d68-89b723087a7b
2021-10-30T06:45:34.028Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0452eaf-70df-46a5-9d68-89b723087a7b matches Tosca VF Customization UUID: b0452eaf-70df-46a5-9d68-89b723087a7b
2021-10-30T06:45:34.028Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b0452eaf-70df-46a5-9d68-89b723087a7b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-30T06:45:34.031Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.031Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:34.031Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b0452eaf-70df-46a5-9d68-89b723087a7b: {\"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-10-30T06:45:34.032Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57b853ea
2021-10-30T06:45:34.032Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.032Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T06:45:34.032Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90a9be1f-5486-44d1-9336-ac7beee9c37f
2021-10-30T06:45:34.032Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90a9be1f-5486-44d1-9336-ac7beee9c37f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-30T06:45:34.034Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.035Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-30T06:45:34.035Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:45:34.035Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.035Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-30T06:45:34.036Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:45:34.036Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.036Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-30T06:45:34.036Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-30T06:45:34.037Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-30T06:45:34.037Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4c01da12-a613-4dc0-81b6-257e6e4ebffb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-30T06:45:34.039Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.039Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-30T06:45:34.040Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T06:45:34.040Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.040Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-30T06:45:34.040Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=b0452eaf-70df-46a5-9d68-89b723087a7b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:45:34.042Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.042Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:34.042Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6631b9b8-1644-4ab2-bad7-0b3e06d183fa: basicclamp
2021-10-30T06:45:34.042Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.043Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:34.043Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.043Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:34.044Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.044Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:34.044Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.044Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:34.044Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:45:34.044Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:45:34.044Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T06:45:34.123Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 660d234f-e373-4e4d-9476-02960b1dd5a6 1 ASDC deployResourceStructure
2021-10-30T06:45:34.124Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||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-10-30T06:45:34.124Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||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-10-30T06:45:34.124Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:45:34.125Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:34.126Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:34.126Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576334124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:45:34.226Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:45:34.228Z||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-10-30T06:45:34.228Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:34.238Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:34.238Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:35.128Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||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-10-30T06:45:35.128Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||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-10-30T06:45:35.129Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:45:35.129Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:35.133Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:35.133Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576335127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:45:35.232Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:45:35.234Z||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-10-30T06:45:35.234Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:35.245Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:35.246Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:36.137Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||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-10-30T06:45:36.138Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||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-10-30T06:45:36.138Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:45:36.138Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:36.142Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:36.142Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576336135,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-30T06:45:36.242Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:45:36.244Z||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-10-30T06:45:36.244Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:36.254Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:36.255Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:37.144Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-30T06:45:37.144Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-30T06:45:37.144Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:45:37.144Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:45:37.147Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:45:37.147Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576337143,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:45:37.247Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:45:37.248Z||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-10-30T06:45:37.248Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:37.257Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:37.258Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:45:38.148Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9af13eb-178c-4ad6-9218-1b97181ba62b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:45:38.168Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9af13eb-178c-4ad6-9218-1b97181ba62b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:45:38.170Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:45:38.170Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:45:38.170Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:45:39.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:45:39.089Z||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-10-30T06:45:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:45:39.126Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:45:39.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576159084,
  "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-10-30T06:45:39.133Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9af13eb-178c-4ad6-9218-1b97181ba62b
2021-10-30T06:45:39.133Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af13eb-178c-4ad6-9218-1b97181ba62b 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-10-30T06:45:39.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576151515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:45:39.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "dcae-sch",
  "timestamp": 1635576152082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:45:39.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "clamp",
  "timestamp": 1635576156383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:45:39.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576160088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:45:39.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:45:39.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576160482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:45:39.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:45:39.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "clamp",
  "timestamp": 1635576156383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:45:39.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "clamp",
  "timestamp": 1635576156383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:45:39.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "dcae-sch",
  "timestamp": 1635576162735,
  "artifactURL": "/sdc/v1/catalog/services/6631b9b8-1644-4ab2-bad7-0b3e06d183fa/resourceInstances/basicclamp0/artifacts/e245ee48-4a31-4078-a4b2-1e71cbf7249a",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:45:39.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:45:39.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576163017,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:45:39.144Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:45:39.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "clamp",
  "timestamp": 1635576156383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:45:39.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576164021,
  "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-10-30T06:45:39.148Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9af13eb-178c-4ad6-9218-1b97181ba62b
2021-10-30T06:45:39.148Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af13eb-178c-4ad6-9218-1b97181ba62b 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-10-30T06:45:39.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "clamp",
  "timestamp": 1635576156383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:45:39.160Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "dcae-sch",
  "timestamp": 1635576164157,
  "artifactURL": "/sdc/v1/catalog/services/6631b9b8-1644-4ab2-bad7-0b3e06d183fa/resourceInstances/basicclamp0/artifacts/e245ee48-4a31-4078-a4b2-1e71cbf7249a",
  "status": "DEPLOY_OK"
}
2021-10-30T06:45:39.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:45:39.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "dcae-sch",
  "timestamp": 1635576165162,
  "artifactURL": "/sdc/v1/catalog/services/6631b9b8-1644-4ab2-bad7-0b3e06d183fa/resourceInstances/basicclamp0/artifacts/e245ee48-4a31-4078-a4b2-1e71cbf7249a",
  "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-10-30T06:45:39.165Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of a9af13eb-178c-4ad6-9218-1b97181ba62b
2021-10-30T06:45:39.165Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af13eb-178c-4ad6-9218-1b97181ba62b 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-10-30T06:45:39.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "aai-ml",
  "timestamp": 1635576167274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:45:39.181Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:45:39.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "aai-ml",
  "timestamp": 1635576168279,
  "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-10-30T06:45:39.185Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9af13eb-178c-4ad6-9218-1b97181ba62b
2021-10-30T06:45:39.186Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af13eb-178c-4ad6-9218-1b97181ba62b 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-10-30T06:45:39.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "clamp",
  "timestamp": 1635576171697,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:45:39.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:45:39.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "clamp",
  "timestamp": 1635576172701,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:45:39.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:45:39.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "clamp",
  "timestamp": 1635576175565,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:45:39.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:45:39.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "clamp",
  "timestamp": 1635576176568,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:45:39.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:45:39.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "clamp",
  "timestamp": 1635576177571,
  "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-10-30T06:45:39.209Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9af13eb-178c-4ad6-9218-1b97181ba62b
2021-10-30T06:45:39.210Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9af13eb-178c-4ad6-9218-1b97181ba62b 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-10-30T06:45:39.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a1b9800-f282-4534-add2-37b8d0382573",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576208609,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:45:39.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:45:39.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:45:39.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:45:39.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:45:39.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:45:39.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-30T06:45:39.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:45:39.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:45:39.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635575979086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:45:39.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:45:39.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-30T06:45:39.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576217853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:45:39.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:46:08.171Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9af13eb-178c-4ad6-9218-1b97181ba62b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:46:08.340Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9af13eb-178c-4ad6-9218-1b97181ba62b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:46:08.348Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:46:08.349Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-30T06:46:08.349Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-30T06:46:08.349Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-30T06:46:08.349Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:46:08.349Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:46:08.349Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:46:08.349Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:46:08.349Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:46:08.349Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:46:08.349Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:46:08.349Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-10-30T06:46:08.365Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-30T06:46:38.366Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9af13eb-178c-4ad6-9218-1b97181ba62b 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-10-30T06:46:38.377Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9af13eb-178c-4ad6-9218-1b97181ba62b and serviceModelVersionId: 6631b9b8-1644-4ab2-bad7-0b3e06d183fa
2021-10-30T06:46:38.377Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0739a724-78ca-4f5d-9132-b83322bf27ac
2021-10-30T06:46:38.378Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0739a724-78ca-4f5d-9132-b83322bf27ac/model-vers/model-ver/6631b9b8-1644-4ab2-bad7-0b3e06d183fa?depth=0
2021-10-30T06:46:38.384Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-30T06:46:38.444Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0739a724-78ca-4f5d-9132-b83322bf27ac/model-vers/model-ver/6631b9b8-1644-4ab2-bad7-0b3e06d183fa?depth=0|INFO|500||Invoke
2021-10-30T06:46:38.444Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0739a724-78ca-4f5d-9132-b83322bf27ac/model-vers/model-ver/6631b9b8-1644-4ab2-bad7-0b3e06d183fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0739a724-78ca-4f5d-9132-b83322bf27ac/model-vers/model-ver/6631b9b8-1644-4ab2-bad7-0b3e06d183fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9af13eb-178c-4ad6-9218-1b97181ba62b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e62f3141-9add-421e-bb91-20f312132adf], X-ECOMP-RequestID=[a9af13eb-178c-4ad6-9218-1b97181ba62b], X-TransactionId=[], X-ONAP-RequestID=[a9af13eb-178c-4ad6-9218-1b97181ba62b], Content-Type=[application/merge-patch+json]}
2021-10-30T06:46:38.478Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0739a724-78ca-4f5d-9132-b83322bf27ac/model-vers/model-ver/6631b9b8-1644-4ab2-bad7-0b3e06d183fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-30T06:46:38.573Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0739a724-78ca-4f5d-9132-b83322bf27ac/model-vers/model-ver/6631b9b8-1644-4ab2-bad7-0b3e06d183fa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0739a724-78ca-4f5d-9132-b83322bf27ac/model-vers/model-ver/6631b9b8-1644-4ab2-bad7-0b3e06d183fa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211030-06:46:38:475-91677], vertex-id=[434216], Content-Length=[0], Date=[Sat, 30 Oct 2021 06:46:38 GMT], Content-Type=[application/json]}
2021-10-30T06:46:38.574Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0739a724-78ca-4f5d-9132-b83322bf27ac/model-vers/model-ver/6631b9b8-1644-4ab2-bad7-0b3e06d183fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-30T06:46:38.574Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0739a724-78ca-4f5d-9132-b83322bf27ac/model-vers/model-ver/6631b9b8-1644-4ab2-bad7-0b3e06d183fa?depth=0|INFO|500||InvokeReturn
2021-10-30T06:46:38.575Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-30T06:46:38.575Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:46:38.580Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-10-30T06:46:38.580Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9af13eb-178c-4ad6-9218-1b97181ba62b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-30T06:46:38.580Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-30T06:46:38.581Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:46:38.582Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:46:38.582Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576398580,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:46:38.683Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:46:38.684Z||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-10-30T06:46:38.684Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:46:38.696Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:46:38.697Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:46:39.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:46:39.087Z||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-10-30T06:46:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:46:39.107Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:46:39.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576220494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:46:39.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:46:39.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576221780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576223591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576224723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576225726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576226732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:46:39.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576227737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9d4935b-ce90-4a09-b681-09c04a31fd87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576259002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:46:39.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:46:39.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576274243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:46:39.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:46:39.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576276533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:46:39.113Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:46:39.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576277603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:46:39.113Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:46:39.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:46:39.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576278661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:46:39.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-30T06:46:39.596Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:46:39.596Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-10-30T06:46:39.599Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:46:49.962Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:46:49.964Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:46:49.965Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-10-30T06:46:49.965Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:46:59.525Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:46:59.527Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:46:59.529Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-10-30T06:46:59.530Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:47:09.096Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:47:09.097Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:47:09.097Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-10-30T06:47:09.097Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:47:18.651Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:47:18.652Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:47:18.653Z||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-10-30T06:47:18.653Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:47:28.211Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:47:28.212Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:47:28.213Z||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-10-30T06:47:28.213Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:47:37.758Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:47:39.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:47:39.086Z||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-10-30T06:47:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:47:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:47:39.087Z||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-10-30T06:47:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:47:39.111Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:47:39.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576279771,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:47:39.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576280898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:47:39.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576282071,
  "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-10-30T06:47:39.114Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576283075,
  "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-10-30T06:47:39.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576284079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:47:39.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576285083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:47:39.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576286089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-30T06:47:39.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576287092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:47:39.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19da10f4-8a6a-4eb4-a6b3-93fee4905547",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576318299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:47:39.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:47:39.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:47:39.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:47:39.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:47:39.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-30T06:47:39.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:47:39.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:47:39.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:47:39.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:47:39.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:47:39.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-30T06:47:39.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:47:39.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:47:39.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:47:39.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576260026,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:47:39.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:47:39.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576327974,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:47:39.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576330721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:47:39.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576331901,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:47:39.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576332998,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:47:39.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576334124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-30T06:47:39.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576335127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:47:39.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576336135,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-30T06:47:39.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:39.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T06:47:39.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576337143,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:47:39.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:47:48.631Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:48:39.086Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:48:39.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:48:39.089Z||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-10-30T06:48:39.089Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-10-30T06:48:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:48:39.089Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:48:39.620Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:48:39.621Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T06:48:39.621Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9af13eb-178c-4ad6-9218-1b97181ba62b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576398580,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:48:39.624Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:48:48.651Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:49:39.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:49:39.086Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:49:39.088Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-10-30T06:49:39.088Z||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-10-30T06:49:39.088Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:49:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:49:48.642Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:49:48.642Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:50:39.086Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:50:39.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:50:39.089Z||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-10-30T06:50:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:50:39.091Z||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-10-30T06:50:39.096Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:50:48.644Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:50:48.669Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:51:39.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:51:39.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:51:39.088Z||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-10-30T06:51:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:51:39.090Z||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-10-30T06:51:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:51:48.635Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:51:48.658Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:52:39.086Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:52:39.090Z||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-10-30T06:52:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:52:39.090Z||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-10-30T06:52:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:52:39.738Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:39.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "clamp",
  "timestamp": 1635576726384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576721515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576727104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "clamp",
  "timestamp": 1635576726384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576721515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576727104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "clamp",
  "timestamp": 1635576726384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576721515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576727104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "dcae-sch",
  "timestamp": 1635576732082,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "cds",
  "timestamp": 1635576732100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "clamp",
  "timestamp": 1635576726384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576721515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576727104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "dcae-sch",
  "timestamp": 1635576732082,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "cds",
  "timestamp": 1635576732100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "clamp",
  "timestamp": 1635576726384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576727104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576721515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "dcae-sch",
  "timestamp": 1635576732082,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "cds",
  "timestamp": 1635576732100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "clamp",
  "timestamp": 1635576726384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.747Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:39.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576727104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576721515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"76699e0a-7d52-4960-b51c-ac7ee43e13aa","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0d6d8fef-f11f-4223-80a9-13b6429be415","serviceDescription":"service","serviceInvariantUUID":"14640539-82e3-4ad9-825c-679c99003f5b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b15fa91a-20ca-4787-bc56-37af16923510","resourceInvariantUUID":"7778ad08-8240-4316-b886-e5096634f7e8","resourceCustomizationUUID":"25e98156-bd9e-432e-b516-acd8aaca74c7","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":"YjA4ZTI3MTdhMjM4YjM5ZTc3OWEyMmJlNzJlZWJiM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f6f998a-0545-4843-9d95-5ec47cc9a661","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":"856d0031-28d9-4bb9-992a-ecfcb423548f","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":"af2fb29e-d131-4402-ab93-ade7f9a17c42","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":"OTI5N2E1MWE4YWI4ZmZmYzhiNjAyZDNhOGYyZGM2NTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e4271293-647e-43d8-9807-f16bd896c005","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":"cdfd9130-84c3-4921-90fd-d6bcea9e4b1a","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":"f6f688ef-4d89-4f7b-8e46-8adf1e38e01e","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":"7c9ad538-5dac-4d3b-a8ab-441dfaf84760","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":"MzlmMTNkYWRkYWJmNDIzZjNmZjUwMmNiOGIzNmYzYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc45fe44-0757-4626-b3de-2fdf2b342f30","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2NkZGZmNzE0NjZhMGNiYmExMmQ1MjBmZWRkNTNiOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0150fd51-2569-41a2-b5c1-737dc1328ce4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T06:52:39.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "dcae-sch",
  "timestamp": 1635576732082,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "cds",
  "timestamp": 1635576732100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576727104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "clamp",
  "timestamp": 1635576726384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576721515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "dcae-sch",
  "timestamp": 1635576732082,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "cds",
  "timestamp": 1635576732100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "clamp",
  "timestamp": 1635576726384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.750Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:52:39.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576727104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.751Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:52:39.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576721515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "dcae-sch",
  "timestamp": 1635576732082,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "cds",
  "timestamp": 1635576732100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "clamp",
  "timestamp": 1635576726384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:52:39.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576727104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:52:39.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576721515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:52:39.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "dcae-sch",
  "timestamp": 1635576732082,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "cds",
  "timestamp": 1635576732100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "policy-id",
  "timestamp": 1635576738645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "dcae-sch",
  "timestamp": 1635576732082,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "cds",
  "timestamp": 1635576732100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576739991,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:52:39.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:52:39.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "policy-id",
  "timestamp": 1635576738645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576739695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "dcae-sch",
  "timestamp": 1635576732082,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "cds",
  "timestamp": 1635576732100,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.755Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "policy-id",
  "timestamp": 1635576738645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.755Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576739695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "cds",
  "timestamp": 1635576742016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576742184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576739695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "policy-id",
  "timestamp": 1635576738645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576743190,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:52:39.780Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76699e0a-7d52-4960-b51c-ac7ee43e13aa
2021-10-30T06:52:39.780Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76699e0a-7d52-4960-b51c-ac7ee43e13aa 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-10-30T06:52:39.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "cds",
  "timestamp": 1635576743318,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-30T06:52:39.794Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76699e0a-7d52-4960-b51c-ac7ee43e13aa
2021-10-30T06:52:39.794Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76699e0a-7d52-4960-b51c-ac7ee43e13aa 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-10-30T06:52:39.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "policy-id",
  "timestamp": 1635576738645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576739695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "clamp",
  "timestamp": 1635576743590,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:52:39.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:52:39.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "policy-id",
  "timestamp": 1635576738645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576739695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "clamp",
  "timestamp": 1635576744617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:52:39.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:52:39.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "policy-id",
  "timestamp": 1635576738645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576739695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "clamp",
  "timestamp": 1635576745620,
  "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-10-30T06:52:39.816Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 76699e0a-7d52-4960-b51c-ac7ee43e13aa
2021-10-30T06:52:39.816Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76699e0a-7d52-4960-b51c-ac7ee43e13aa 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-10-30T06:52:39.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "policy-id",
  "timestamp": 1635576738645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576739695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:52:39.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "aai-ml",
  "timestamp": 1635576745755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "policy-id",
  "timestamp": 1635576738645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:52:39.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576739695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "aai-ml",
  "timestamp": 1635576745755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576739695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "aai-ml",
  "timestamp": 1635576745755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "policy-id",
  "timestamp": 1635576748872,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:52:39.829Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:52:39.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "aai-ml",
  "timestamp": 1635576745755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576749705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:52:39.829Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:52:39.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "policy-id",
  "timestamp": 1635576749876,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:52:39.830Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:52:39.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "aai-ml",
  "timestamp": 1635576745755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576750861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:52:39.830Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:52:39.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "policy-id",
  "timestamp": 1635576750880,
  "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-10-30T06:52:39.835Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76699e0a-7d52-4960-b51c-ac7ee43e13aa
2021-10-30T06:52:39.836Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76699e0a-7d52-4960-b51c-ac7ee43e13aa 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-10-30T06:52:39.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "aai-ml",
  "timestamp": 1635576745755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576751869,
  "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-10-30T06:52:39.849Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 76699e0a-7d52-4960-b51c-ac7ee43e13aa
2021-10-30T06:52:39.849Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76699e0a-7d52-4960-b51c-ac7ee43e13aa 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-10-30T06:52:39.855Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:52:39.856Z||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-10-30T06:52:39.856Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:52:39.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "aai-ml",
  "timestamp": 1635576745755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "aai-ml",
  "timestamp": 1635576745755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:39.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "aai-ml",
  "timestamp": 1635576745755,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:52:39.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:52:39.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:52:39.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "aai-ml",
  "timestamp": 1635576755539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:52:39.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:52:39.866Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:39.866Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:52:40.755Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:52:40.756Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:52:40.757Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:52:40.758Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:40.858Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:52:40.859Z||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-10-30T06:52:40.859Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:52:40.899Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:40.900Z||pool-108-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:52:41.758Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:52:41.759Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:52:41.761Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:52:41.761Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:41.861Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:52:41.862Z||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-10-30T06:52:41.862Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:52:41.889Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:41.889Z||pool-109-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:52:42.762Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:52:42.762Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:52:42.764Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:52:42.764Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:42.864Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:52:42.865Z||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-10-30T06:52:42.865Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:52:42.893Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:42.894Z||pool-110-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:52:43.765Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:52:43.765Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:52:43.767Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:52:43.767Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:43.867Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:52:43.868Z||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-10-30T06:52:43.868Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:52:43.899Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:43.899Z||pool-111-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:52:44.768Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:52:44.769Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:52:44.771Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:52:44.771Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:44.871Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:52:44.872Z||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-10-30T06:52:44.872Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:52:44.909Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:44.909Z||pool-112-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:52:45.773Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:52:45.773Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:52:45.776Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:52:45.776Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:45.876Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:52:45.877Z||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-10-30T06:52:45.877Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:52:45.890Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:45.890Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:52:46.777Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:52:46.777Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:52:46.779Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:52:46.779Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:52:46.880Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:52:46.880Z||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-10-30T06:52:46.881Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:52:46.903Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:46.903Z||pool-114-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:52:47.785Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:52:47.785Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:52:47.787Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:52:47.787Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:52:47.888Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:52:47.888Z||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-10-30T06:52:47.889Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:52:47.918Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:47.919Z||pool-115-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:52:48.796Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0d6d8fef-f11f-4223-80a9-13b6429be415",
  "serviceDescription": "service",
  "serviceInvariantUUID": "14640539-82e3-4ad9-825c-679c99003f5b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "25e98156-bd9e-432e-b516-acd8aaca74c7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b15fa91a-20ca-4787-bc56-37af16923510",
      "resourceInvariantUUID": "7778ad08-8240-4316-b886-e5096634f7e8",
      "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": "M2NkZGZmNzE0NjZhMGNiYmExMmQ1MjBmZWRkNTNiOGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0150fd51-2569-41a2-b5c1-737dc1328ce4"
    }
  ],
  "workloadContext": "Production"
}
2021-10-30T06:52:48.797Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T06:52:48.797Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0d6d8fef-f11f-4223-80a9-13b6429be415 ASDC
2021-10-30T06:52:48.798Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:76699e0a-7d52-4960-b51c-ac7ee43e13aa
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0d6d8fef-f11f-4223-80a9-13b6429be415
ServiceInvariantUUID:14640539-82e3-4ad9-825c-679c99003f5b
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:0150fd51-2569-41a2-b5c1-737dc1328ce4
ArtifactChecksum:M2NkZGZmNzE0NjZhMGNiYmExMmQ1MjBmZWRkNTNiOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:25e98156-bd9e-432e-b516-acd8aaca74c7
ResourceInvariantUUID:7778ad08-8240-4316-b886-e5096634f7e8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:b15fa91a-20ca-4787-bc56-37af16923510
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-30T06:52:48.798Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d6d8fef-f11f-4223-80a9-13b6429be415 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-10-30T06:52:48.825Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:52:48.826Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-30T06:52:48.826Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-30T06:52:48.826Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0150fd51-2569-41a2-b5c1-737dc1328ce4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-30T06:52:48.826Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-30T06:52:48.826Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-30T06:52:49.219Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-30T06:52:49.233Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0150fd51-2569-41a2-b5c1-737dc1328ce4 105635
2021-10-30T06:52:49.233Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-30T06:52:49.233Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-30T06:52:49.233Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:52:49.233Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:52:49.235Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:52:49.235Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576769233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:52:49.336Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:52:49.336Z||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-10-30T06:52:49.336Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:52:49.346Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:49.346Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:52:50.236Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:52:50.237Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-30T06:52:50.237Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0150fd51-2569-41a2-b5c1-737dc1328ce4, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-30T06:52:50.237Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-30T06:52:50.238Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-30T06:52:50.239Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-30T06:52:50.390Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6090086192285535997/Definitions/service-TestPnfMacro-template.yml
2021-10-30T06:52:51.117Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T06:52:51.118Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-30T06:52:51.118Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-30T06:52:51.118Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-30T06:52:51.118Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||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-10-30T06:52:51.118Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||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-10-30T06:52:51.118Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||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-10-30T06:52:51.118Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||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-10-30T06:52:51.118Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|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-TestPnfMacro-csar.csar
2021-10-30T06:52:51.118Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|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-TestPnfMacro-csar.csar
2021-10-30T06:52:51.118Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|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-TestPnfMacro-csar.csar
2021-10-30T06:52:51.118Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-30T06:52:51.118Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:52:51.119Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:52:51.119Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-30T06:52:51.119Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-30T06:52:51.119Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:52:51.119Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:52:51.119Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:52:51.120Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-30T06:52:51.120Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-30T06:52:51.120Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:52:51.120Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:52:51.120Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:52:51.120Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:52:51.120Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:52:51.120Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:52:51.120Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:52:51.121Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:52:51.121Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:52:51.121Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:52:51.121Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:52:51.121Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:0d6d8fef-f11f-4223-80a9-13b6429be415
Model Version:NULL
Model InvariantUuid:14640539-82e3-4ad9-825c-679c99003f5b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-30T06:52:51.128Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: b15fa91a-20ca-4787-bc56-37af16923510
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:52:51.133Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||test-pnf 0
2021-10-30T06:52:51.133Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b15fa91a-20ca-4787-bc56-37af16923510
2021-10-30T06:52:51.134Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 0d6d8fef-f11f-4223-80a9-13b6429be415
2021-10-30T06:52:51.134Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0d6d8fef-f11f-4223-80a9-13b6429be415
2021-10-30T06:52:51.134Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b15fa91a-20ca-4787-bc56-37af16923510 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:52:51.139Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ff4c303, org.onap.sdc.toscaparser.api.parameters.Input@36deb525, org.onap.sdc.toscaparser.api.parameters.Input@141946b6, org.onap.sdc.toscaparser.api.parameters.Input@7574ea0a, org.onap.sdc.toscaparser.api.parameters.Input@4ca1d37c]
2021-10-30T06:52:51.139Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:52:51.139Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:52:51.140Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0d6d8fef-f11f-4223-80a9-13b6429be415: test-pnf
2021-10-30T06:52:51.140Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||Processing PNF resource: b15fa91a-20ca-4787-bc56-37af16923510
2021-10-30T06:52:51.140Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:52:51.140Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:52:51.140Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||Resource customization UUID: 25e98156-bd9e-432e-b516-acd8aaca74c7 is the same as notified resource customizationUUID: 25e98156-bd9e-432e-b516-acd8aaca74c7
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-30T06:52:51.198Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b15fa91a-20ca-4787-bc56-37af16923510 0 ASDC deployResourceStructure
2021-10-30T06:52:51.198Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-30T06:52:51.198Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-30T06:52:51.198Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:52:51.199Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:52:51.200Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:52:51.200Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576771198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:52:51.300Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:52:51.302Z||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-10-30T06:52:51.303Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:52:51.316Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:52:51.316Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:52:52.201Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76699e0a-7d52-4960-b51c-ac7ee43e13aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:52:52.212Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76699e0a-7d52-4960-b51c-ac7ee43e13aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:52:52.215Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:52:52.215Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:52:52.215Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:53:22.217Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76699e0a-7d52-4960-b51c-ac7ee43e13aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:53:22.230Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76699e0a-7d52-4960-b51c-ac7ee43e13aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:53:22.232Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:53:22.232Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:53:22.233Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:53:39.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:53:39.093Z||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-10-30T06:53:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:53:39.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:53:39.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:53:39.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:53:39.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:53:52.233Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76699e0a-7d52-4960-b51c-ac7ee43e13aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:53:52.259Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76699e0a-7d52-4960-b51c-ac7ee43e13aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:53:52.261Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:53:52.261Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:53:52.261Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:54:22.262Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76699e0a-7d52-4960-b51c-ac7ee43e13aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:54:22.273Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76699e0a-7d52-4960-b51c-ac7ee43e13aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:54:22.277Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:54:22.277Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:54:22.277Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:54:39.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:54:39.093Z||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-10-30T06:54:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:54:39.135Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:54:39.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:54:39.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "aai-ml",
  "timestamp": 1635576760674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:54:39.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:54:39.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:54:39.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:54:39.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:54:39.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:54:39.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "aai-ml",
  "timestamp": 1635576761678,
  "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-10-30T06:54:39.157Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 76699e0a-7d52-4960-b51c-ac7ee43e13aa
2021-10-30T06:54:39.157Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76699e0a-7d52-4960-b51c-ac7ee43e13aa 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-10-30T06:54:39.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:54:39.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:54:39.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:54:39.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:54:39.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:54:39.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:54:39.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:54:39.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:54:39.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:54:39.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:54:39.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:54:39.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:54:39.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:54:39.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:54:39.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:54:39.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:54:39.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:54:39.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:54:39.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:54:39.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576759085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:54:39.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:54:39.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:54:39.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576769233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:54:39.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:54:39.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:54:39.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576771198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:54:39.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:54:52.277Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76699e0a-7d52-4960-b51c-ac7ee43e13aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:54:52.291Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76699e0a-7d52-4960-b51c-ac7ee43e13aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:54:52.294Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:54:52.294Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-30T06:54:52.294Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-30T06:54:52.294Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-30T06:54:52.294Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:54:52.295Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:54:52.295Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:54:52.295Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:54:52.295Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:54:52.295Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:54:52.295Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:54:52.295Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|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-10-30T06:54:52.300Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-30T06:55:22.300Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76699e0a-7d52-4960-b51c-ac7ee43e13aa 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-10-30T06:55:22.306Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76699e0a-7d52-4960-b51c-ac7ee43e13aa and serviceModelVersionId: 0d6d8fef-f11f-4223-80a9-13b6429be415
2021-10-30T06:55:22.306Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14640539-82e3-4ad9-825c-679c99003f5b
2021-10-30T06:55:22.308Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14640539-82e3-4ad9-825c-679c99003f5b/model-vers/model-ver/0d6d8fef-f11f-4223-80a9-13b6429be415?depth=0
2021-10-30T06:55:22.314Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-30T06:55:22.368Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14640539-82e3-4ad9-825c-679c99003f5b/model-vers/model-ver/0d6d8fef-f11f-4223-80a9-13b6429be415?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-10-30T06:55:22.370Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14640539-82e3-4ad9-825c-679c99003f5b/model-vers/model-ver/0d6d8fef-f11f-4223-80a9-13b6429be415?depth=0|INFO|500||Invoke
2021-10-30T06:55:22.395Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14640539-82e3-4ad9-825c-679c99003f5b/model-vers/model-ver/0d6d8fef-f11f-4223-80a9-13b6429be415?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-30T06:55:23.321Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14640539-82e3-4ad9-825c-679c99003f5b/model-vers/model-ver/0d6d8fef-f11f-4223-80a9-13b6429be415?depth=0|INFO|500||InvokeReturn
2021-10-30T06:55:23.323Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14640539-82e3-4ad9-825c-679c99003f5b/model-vers/model-ver/0d6d8fef-f11f-4223-80a9-13b6429be415?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211030-06:55:22:396-75086], vertex-id=[217192], Content-Length=[0], Date=[Sat, 30 Oct 2021 06:55:22 GMT], Content-Type=[application/json]}
2021-10-30T06:55:23.323Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-30T06:55:23.323Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-30T06:55:23.324Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:55:23.330Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|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-10-30T06:55:23.331Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76699e0a-7d52-4960-b51c-ac7ee43e13aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-30T06:55:23.331Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-30T06:55:23.332Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:55:23.335Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:55:23.336Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576923331,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:55:23.436Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:55:23.436Z||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-10-30T06:55:23.439Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:55:23.461Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:55:23.462Z||pool-118-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-10-30T06:55:24.347Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:55:24.360Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|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-10-30T06:55:24.360Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:55:29.156Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:55:29.157Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-30T06:55:29.157Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"cff6935d-74a4-4b02-a59a-de399a1e1b33","serviceName":"Demo_pNF_GRAUaM9MqJZWY020s7E5","serviceVersion":"1.0","serviceUUID":"26093196-8c0a-4fd1-a321-3d2af62fd458","serviceDescription":"catalog service description","serviceInvariantUUID":"b6e32629-e893-4651-82d7-bfa1d5113a98","resources":[{"resourceInstanceName":"pNF 4804fa9e-bae8 0","resourceName":"pNF 4804fa9e-bae8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8e9e8584-edf8-4a7e-ac8b-a21b8014e176","resourceInvariantUUID":"a1558ed8-4d5b-470d-b5c5-db8c32e21f1c","resourceCustomizationUUID":"fac1ee24-7517-4dda-87e9-2045d6e811ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vf-license-model.xml","artifactChecksum":"MTBjOGQ2MjdmNDcxNWI3YzZlYWY3Nzc3NDcxMDU0OWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56cc6950-0ece-4c83-a450-5136b40ad0ea","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/pNF.csar","artifactChecksum":"YTI5MTIwYTUwM2NlMjQ5Y2VmMTVhZjdhNGFlMmM4ZWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4725da50-5107-4ec5-bd7d-7c0fb29bdb40","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42e05d93-fe9a-49a2-b8a0-5c8a8cb8f9d4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vendor-license-model.xml","artifactChecksum":"MDM5ZGNlMDE1YmU1MWIwZjA4YzM4NWIwMzkyZmRlMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"39456d28-1a7f-4ace-a82b-f2c60a83e814","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7b20104-4447-45c6-b8ad-86f44ec6833b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2673d341-cd11-42fc-a116-00ab38494346","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGrauam9mqjzwy020s7e5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-template.yml","artifactChecksum":"M2I0NjRhYmNiNDZjNmUxYzNkMmFjNGQ0MGRlYzhmZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7927e802-dae0-462d-a93b-ef9de25174f6","artifactVersion":"1"},{"artifactName":"service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar","artifactChecksum":"MWUwZmU3YTg0MDM0YzM3NTE0NmExNGUzYTQ2ODY2NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b5774844-ff70-4149-98eb-8c35ee8ee6d7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T06:55:29.159Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:55:29.160Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:55:29.161Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:55:29.162Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:29.262Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:55:29.263Z||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-10-30T06:55:29.263Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:55:29.272Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:55:29.273Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:55:30.162Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:55:30.163Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:55:30.165Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:55:30.165Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:30.266Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:55:30.267Z||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-10-30T06:55:30.267Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:55:30.278Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:55:30.278Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:55:31.166Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:55:31.167Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:55:31.169Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:55:31.169Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:31.269Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:55:31.270Z||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-10-30T06:55:31.270Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:55:31.280Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:55:31.280Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:55:32.169Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:55:32.170Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:55:32.172Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:55:32.172Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:32.272Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:55:32.273Z||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-10-30T06:55:32.273Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:55:32.282Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:55:32.283Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:55:33.172Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:55:33.173Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:55:33.175Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:55:33.175Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:33.275Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:55:33.276Z||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-10-30T06:55:33.276Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:55:33.304Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:55:33.304Z||pool-123-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:55:34.175Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:55:34.176Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:55:34.178Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:55:34.178Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:34.279Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T06:55:34.280Z||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-10-30T06:55:34.280Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:55:34.291Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:55:34.291Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:55:35.179Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:55:35.179Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:55:35.181Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:55:35.181Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:35.281Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:55:35.282Z||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-10-30T06:55:35.282Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:55:35.293Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:55:35.294Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:55:36.182Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T06:55:36.183Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:55:36.185Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:55:36.185Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:55:36.285Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:55:36.286Z||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-10-30T06:55:36.286Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:55:36.312Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:55:36.314Z||pool-126-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:55:37.186Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "serviceName": "Demo_pNF_GRAUaM9MqJZWY020s7E5",
  "serviceVersion": "1.0",
  "serviceUUID": "26093196-8c0a-4fd1-a321-3d2af62fd458",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b6e32629-e893-4651-82d7-bfa1d5113a98",
  "resources": [
    {
      "resourceInstanceName": "pNF 4804fa9e-bae8 0",
      "resourceCustomizationUUID": "fac1ee24-7517-4dda-87e9-2045d6e811ca",
      "resourceName": "pNF 4804fa9e-bae8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8e9e8584-edf8-4a7e-ac8b-a21b8014e176",
      "resourceInvariantUUID": "a1558ed8-4d5b-470d-b5c5-db8c32e21f1c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
      "artifactChecksum": "MWUwZmU3YTg0MDM0YzM3NTE0NmExNGUzYTQ2ODY2NTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b5774844-ff70-4149-98eb-8c35ee8ee6d7"
    }
  ],
  "workloadContext": "Production"
}
2021-10-30T06:55:37.186Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T06:55:37.187Z|76699e0a-7d52-4960-b51c-ac7ee43e13aa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 26093196-8c0a-4fd1-a321-3d2af62fd458 ASDC
2021-10-30T06:55:37.188Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:cff6935d-74a4-4b02-a59a-de399a1e1b33
ServiceName:Demo_pNF_GRAUaM9MqJZWY020s7E5
ServiceVersion:1.0
ServiceUUID:26093196-8c0a-4fd1-a321-3d2af62fd458
ServiceInvariantUUID:b6e32629-e893-4651-82d7-bfa1d5113a98
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
ArtifactUUID:b5774844-ff70-4149-98eb-8c35ee8ee6d7
ArtifactChecksum:MWUwZmU3YTg0MDM0YzM3NTE0NmExNGUzYTQ2ODY2NTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4804fa9e-bae8 0
ResourceCustomizationUUID:fac1ee24-7517-4dda-87e9-2045d6e811ca
ResourceInvariantUUID:a1558ed8-4d5b-470d-b5c5-db8c32e21f1c
ResourceName:pNF 4804fa9e-bae8
ResourceType:PNF
ResourceUUID:8e9e8584-edf8-4a7e-ac8b-a21b8014e176
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-30T06:55:37.188Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26093196-8c0a-4fd1-a321-3d2af62fd458 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-10-30T06:55:37.231Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:55:37.232Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-30T06:55:37.232Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-30T06:55:37.232Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b5774844-ff70-4149-98eb-8c35ee8ee6d7 from URL: /sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:37.233Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-30T06:55:37.233Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:37.326Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-30T06:55:37.333Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar b5774844-ff70-4149-98eb-8c35ee8ee6d7 82637
2021-10-30T06:55:37.333Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar ASDC sendASDCNotification
2021-10-30T06:55:37.333Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:37.334Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T06:55:37.334Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:55:37.337Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:55:37.337Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576937333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:55:37.437Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T06:55:37.438Z||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-10-30T06:55:37.438Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:55:37.449Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:55:37.450Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T06:55:38.338Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T06:55:38.340Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-30T06:55:38.340Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b5774844-ff70-4149-98eb-8c35ee8ee6d7, URL: /sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar to file: /app/ASDC/1/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:38.340Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:38.341Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:38.341Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:38.481Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18320736757335399560/Definitions/service-DemoPnfGrauam9mqjzwy020s7e5-template.yml
2021-10-30T06:55:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:55:39.087Z||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-10-30T06:55:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:55:39.131Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:55:39.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "cds",
  "timestamp": 1635576852100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "policy-id",
  "timestamp": 1635576858645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "dcae-sch",
  "timestamp": 1635576852082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576859694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "cds",
  "timestamp": 1635576852100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "dcae-sch",
  "timestamp": 1635576852082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "policy-id",
  "timestamp": 1635576858645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576859694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "cds",
  "timestamp": 1635576852100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "policy-id",
  "timestamp": 1635576858645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "dcae-sch",
  "timestamp": 1635576852082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576859694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "cds",
  "timestamp": 1635576852100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "policy-id",
  "timestamp": 1635576858645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "dcae-sch",
  "timestamp": 1635576852082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576859694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "cds",
  "timestamp": 1635576852100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "policy-id",
  "timestamp": 1635576858645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "dcae-sch",
  "timestamp": 1635576852082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576859694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "cds",
  "timestamp": 1635576852100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "policy-id",
  "timestamp": 1635576858645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "dcae-sch",
  "timestamp": 1635576852082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576859694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-30T06:55:39.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "cds",
  "timestamp": 1635576852100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "policy-id",
  "timestamp": 1635576858645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "dcae-sch",
  "timestamp": 1635576852082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576859694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "aai-ml",
  "timestamp": 1635576865755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "policy-id",
  "timestamp": 1635576858645,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:55:39.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "cds",
  "timestamp": 1635576852100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:55:39.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "dcae-sch",
  "timestamp": 1635576852082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576859694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "aai-ml",
  "timestamp": 1635576865755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576867104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "cds",
  "timestamp": 1635576868014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:55:39.158Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:55:39.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "policy-id",
  "timestamp": 1635576868071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:55:39.158Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:55:39.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "aai-ml",
  "timestamp": 1635576865755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576867104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576868979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:55:39.160Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:55:39.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "cds",
  "timestamp": 1635576869022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-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-10-30T06:55:39.166Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cff6935d-74a4-4b02-a59a-de399a1e1b33
2021-10-30T06:55:39.166Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cff6935d-74a4-4b02-a59a-de399a1e1b33 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-10-30T06:55:39.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "policy-id",
  "timestamp": 1635576869076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:55:39.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:55:39.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "aai-ml",
  "timestamp": 1635576865755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576867104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576870006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-30T06:55:39.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:55:39.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "policy-id",
  "timestamp": 1635576870078,
  "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-10-30T06:55:39.194Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cff6935d-74a4-4b02-a59a-de399a1e1b33
2021-10-30T06:55:39.194Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cff6935d-74a4-4b02-a59a-de399a1e1b33 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-10-30T06:55:39.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "aai-ml",
  "timestamp": 1635576865755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576867104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635576871009,
  "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-10-30T06:55:39.207Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of cff6935d-74a4-4b02-a59a-de399a1e1b33
2021-10-30T06:55:39.207Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cff6935d-74a4-4b02-a59a-de399a1e1b33 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-10-30T06:55:39.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "aai-ml",
  "timestamp": 1635576865755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576867104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576871516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "aai-ml",
  "timestamp": 1635576865755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576867104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576871516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "aai-ml",
  "timestamp": 1635576865755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576867104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576871516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "aai-ml",
  "timestamp": 1635576874533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635576867104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:55:39.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576871516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576871516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "clamp",
  "timestamp": 1635576876383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576871516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "clamp",
  "timestamp": 1635576876383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:55:39.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576871516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:55:39.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:55:39.254Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T06:55:39.255Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-30T06:55:39.255Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:39.255Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-30T06:55:39.255Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||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-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:39.255Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:39.255Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||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-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:39.255Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:39.255Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:39.255Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4804fa9e-bae8 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-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:39.256Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:39.256Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-30T06:55:39.256Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:55:39.257Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GRAUaM9MqJZWY020s7E5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:55:39.257Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Node template pNF 4804fa9e-bae8 0 is matching search criteria
2021-10-30T06:55:39.257Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-30T06:55:39.257Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4804fa9e-bae8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:55:39.257Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:55:39.257Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GRAUaM9MqJZWY020s7E5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:55:39.257Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Node template pNF 4804fa9e-bae8 0 is matching search criteria
2021-10-30T06:55:39.258Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-30T06:55:39.258Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4804fa9e-bae8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T06:55:39.258Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:55:39.258Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GRAUaM9MqJZWY020s7E5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:55:39.258Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:55:39.258Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GRAUaM9MqJZWY020s7E5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:55:39.258Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:55:39.258Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GRAUaM9MqJZWY020s7E5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:55:39.258Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:55:39.259Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GRAUaM9MqJZWY020s7E5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:55:39.259Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:55:39.259Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GRAUaM9MqJZWY020s7E5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:55:39.259Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_GRAUaM9MqJZWY020s7E5
Description:catalog service description
Model UUID:26093196-8c0a-4fd1-a321-3d2af62fd458
Model Version:NULL
Model InvariantUuid:b6e32629-e893-4651-82d7-bfa1d5113a98
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-30T06:55:39.264Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8e9e8584-edf8-4a7e-ac8b-a21b8014e176
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:55:39.266Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||pNF 4804fa9e-bae8 0
2021-10-30T06:55:39.267Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8e9e8584-edf8-4a7e-ac8b-a21b8014e176
2021-10-30T06:55:39.267Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 26093196-8c0a-4fd1-a321-3d2af62fd458
2021-10-30T06:55:39.267Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 26093196-8c0a-4fd1-a321-3d2af62fd458
2021-10-30T06:55:39.267Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4804fa9e-bae8 0 8e9e8584-edf8-4a7e-ac8b-a21b8014e176 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:55:39.270Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bab0865, org.onap.sdc.toscaparser.api.parameters.Input@4a1500fc, org.onap.sdc.toscaparser.api.parameters.Input@7fe92204, org.onap.sdc.toscaparser.api.parameters.Input@5639bbbb, org.onap.sdc.toscaparser.api.parameters.Input@65e26939]
2021-10-30T06:55:39.271Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:55:39.271Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GRAUaM9MqJZWY020s7E5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:55:39.271Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 26093196-8c0a-4fd1-a321-3d2af62fd458: pNF 4804fa9e-bae8
2021-10-30T06:55:39.271Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||Processing PNF resource: 8e9e8584-edf8-4a7e-ac8b-a21b8014e176
2021-10-30T06:55:39.271Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-30T06:55:39.271Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_GRAUaM9MqJZWY020s7E5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T06:55:39.272Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||Resource customization UUID: fac1ee24-7517-4dda-87e9-2045d6e811ca is the same as notified resource customizationUUID: fac1ee24-7517-4dda-87e9-2045d6e811ca
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-30T06:55:39.306Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4804fa9e-bae8 8e9e8584-edf8-4a7e-ac8b-a21b8014e176 0 ASDC deployResourceStructure
2021-10-30T06:55:39.307Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar ASDC sendASDCNotification
2021-10-30T06:55:39.307Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar
2021-10-30T06:55:39.307Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T06:55:39.307Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:55:39.309Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:55:39.309Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576939307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:55:39.409Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T06:55:39.410Z||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-10-30T06:55:39.410Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:55:39.424Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:55:39.425Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-30T06:55:40.310Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cff6935d-74a4-4b02-a59a-de399a1e1b33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:55:40.318Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cff6935d-74a4-4b02-a59a-de399a1e1b33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:55:40.320Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:55:40.321Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:55:40.321Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:56:10.321Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cff6935d-74a4-4b02-a59a-de399a1e1b33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:56:10.341Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cff6935d-74a4-4b02-a59a-de399a1e1b33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:56:10.344Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:56:10.344Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:56:10.345Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:56:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:56:39.089Z||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-10-30T06:56:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:56:39.130Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:56:39.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:56:39.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "clamp",
  "timestamp": 1635576876383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:56:39.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:56:40.345Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cff6935d-74a4-4b02-a59a-de399a1e1b33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:56:40.354Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cff6935d-74a4-4b02-a59a-de399a1e1b33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:56:40.356Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:56:40.357Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:56:40.357Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:57:10.357Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cff6935d-74a4-4b02-a59a-de399a1e1b33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:57:10.376Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cff6935d-74a4-4b02-a59a-de399a1e1b33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:57:10.378Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:57:10.378Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T06:57:10.378Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T06:57:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:57:39.089Z||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-10-30T06:57:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:57:39.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:57:39.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576871516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:57:39.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "aai-ml",
  "timestamp": 1635576879602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:57:39.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:57:39.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "clamp",
  "timestamp": 1635576876383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:57:39.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576880317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:57:39.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:57:39.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "aai-ml",
  "timestamp": 1635576880605,
  "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-10-30T06:57:39.126Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cff6935d-74a4-4b02-a59a-de399a1e1b33
2021-10-30T06:57:39.126Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cff6935d-74a4-4b02-a59a-de399a1e1b33 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-10-30T06:57:39.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "clamp",
  "timestamp": 1635576876383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:57:39.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "clamp",
  "timestamp": 1635576876383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:57:39.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576882309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:57:39.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:57:39.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "clamp",
  "timestamp": 1635576876383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:57:39.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635576883315,
  "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-10-30T06:57:39.146Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cff6935d-74a4-4b02-a59a-de399a1e1b33
2021-10-30T06:57:39.146Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cff6935d-74a4-4b02-a59a-de399a1e1b33 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-10-30T06:57:39.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "clamp",
  "timestamp": 1635576876383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:57:39.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "clamp",
  "timestamp": 1635576895974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:57:39.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:57:39.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "clamp",
  "timestamp": 1635576897626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:57:39.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:57:39.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "clamp",
  "timestamp": 1635576898629,
  "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-10-30T06:57:39.159Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cff6935d-74a4-4b02-a59a-de399a1e1b33
2021-10-30T06:57:39.159Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cff6935d-74a4-4b02-a59a-de399a1e1b33 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-10-30T06:57:39.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "76699e0a-7d52-4960-b51c-ac7ee43e13aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576923331,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:57:39.210Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:57:39.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:57:39.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:57:39.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:57:39.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:57:39.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:57:39.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/resourceInstances/pnf4804fa9ebae80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:57:39.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-30T06:57:39.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576924347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "NOTIFIED"
}
2021-10-30T06:57:39.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-30T06:57:39.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-30T06:57:39.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576937333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-30T06:57:39.215Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:57:40.378Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cff6935d-74a4-4b02-a59a-de399a1e1b33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-30T06:57:40.389Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cff6935d-74a4-4b02-a59a-de399a1e1b33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10-30T06:57:40.391Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T06:57:40.392Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-30T06:57:40.392Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-30T06:57:40.392Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-30T06:57:40.392Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:57:40.392Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:57:40.392Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:57:40.392Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:57:40.392Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:57:40.392Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:57:40.392Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-30T06:57:40.392Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T06:57:40.398Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-30T06:58:10.398Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cff6935d-74a4-4b02-a59a-de399a1e1b33 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-10-30T06:58:10.409Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cff6935d-74a4-4b02-a59a-de399a1e1b33 and serviceModelVersionId: 26093196-8c0a-4fd1-a321-3d2af62fd458
2021-10-30T06:58:10.410Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6e32629-e893-4651-82d7-bfa1d5113a98
2021-10-30T06:58:10.411Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6e32629-e893-4651-82d7-bfa1d5113a98/model-vers/model-ver/26093196-8c0a-4fd1-a321-3d2af62fd458?depth=0
2021-10-30T06:58:10.418Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-30T06:58:10.476Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6e32629-e893-4651-82d7-bfa1d5113a98/model-vers/model-ver/26093196-8c0a-4fd1-a321-3d2af62fd458?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-10-30T06:58:10.478Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6e32629-e893-4651-82d7-bfa1d5113a98/model-vers/model-ver/26093196-8c0a-4fd1-a321-3d2af62fd458?depth=0|INFO|500||Invoke
2021-10-30T06:58:10.519Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6e32629-e893-4651-82d7-bfa1d5113a98/model-vers/model-ver/26093196-8c0a-4fd1-a321-3d2af62fd458?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-30T06:58:10.995Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6e32629-e893-4651-82d7-bfa1d5113a98/model-vers/model-ver/26093196-8c0a-4fd1-a321-3d2af62fd458?depth=0|INFO|500||InvokeReturn
2021-10-30T06:58:10.995Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6e32629-e893-4651-82d7-bfa1d5113a98/model-vers/model-ver/26093196-8c0a-4fd1-a321-3d2af62fd458?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211030-06:58:10:524-84043], vertex-id=[458792], Content-Length=[0], Date=[Sat, 30 Oct 2021 06:58:10 GMT], Content-Type=[application/json]}
2021-10-30T06:58:11.012Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-30T06:58:11.014Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-30T06:58:11.014Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T06:58:11.020Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T06:58:11.020Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cff6935d-74a4-4b02-a59a-de399a1e1b33 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-30T06:58:11.021Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-30T06:58:11.022Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T06:58:11.027Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T06:58:11.027Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635577091021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:58:11.126Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-30T06:58:11.127Z||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-10-30T06:58:11.127Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:58:11.141Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:58:11.142Z||pool-129-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-10-30T06:58:12.041Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:58:12.042Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T06:58:12.042Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:58:22.562Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:58:22.565Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:58:22.567Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T06:58:22.567Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:58:32.155Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:58:32.157Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:58:32.158Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T06:58:32.158Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:58:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:58:39.088Z||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-10-30T06:58:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:58:39.147Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:58:39.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T06:58:39.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635576939307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGrauam9mqjzwy020s7e5/1.0/artifacts/service-DemoPnfGrauam9mqjzwy020s7e5-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-30T06:58:39.150Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:58:41.809Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:58:41.810Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:58:41.810Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T06:58:41.810Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:58:51.359Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:58:51.360Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:58:51.360Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T06:58:51.360Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:59:00.914Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:59:39.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:59:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T06:59:39.090Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T06:59:39.090Z||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-10-30T06:59:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:59:39.090Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T06:59:39.637Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T06:59:39.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T06:59:39.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cff6935d-74a4-4b02-a59a-de399a1e1b33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635577091021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T06:59:39.640Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T06:59:48.652Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:00:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:00:39.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:00:39.091Z||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-10-30T07:00:39.092Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:00:39.091Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:00:39.094Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:00:48.647Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:00:48.647Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:01:39.084Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:01:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:01:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:01:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:01:39.087Z||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-10-30T07:01:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:01:48.636Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:01:48.636Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:02:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:02:39.088Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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-10-30T07:02:39.088Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:02:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:02:39.090Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:02:39.091Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:02:48.638Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:02:48.638Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:03:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:03:39.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:03:39.090Z||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-10-30T07:03:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:03:39.097Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:03:39.098Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:03:48.650Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:03:48.653Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:04:39.087Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:04:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:04:39.090Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-10-30T07:04:39.090Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:04:39.091Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:04:39.090Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:04:48.668Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:04:48.668Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:05:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:05:39.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:05:39.093Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:05:39.093Z||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-10-30T07:05:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:05:39.093Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:05:48.638Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:05:48.653Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:06:39.084Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:06:39.085Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:06:39.085Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:06:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:06:39.088Z||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-10-30T07:06:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:06:48.645Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:06:48.644Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:07:39.085Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:07:39.086Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:07:39.087Z||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-10-30T07:07:39.087Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:07:39.088Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:07:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:07:48.648Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:07:48.651Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:08:39.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:08:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:08:39.090Z||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-10-30T07:08:39.090Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:08:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:08:39.090Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:08:48.636Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:08:48.636Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:09:39.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:09:39.090Z||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-10-30T07:09:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:09:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:09:39.094Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:09:39.095Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:09:48.634Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:09:48.637Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:10:39.086Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:10:39.088Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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-10-30T07:10:39.089Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:10:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:10:39.092Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:10:39.092Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:10:48.638Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:10:48.641Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:11:39.085Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:11:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:11:39.087Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:11:39.087Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:11:39.087Z||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-10-30T07:11:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:11:48.631Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:11:48.654Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:12:39.085Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:12:39.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:12:39.088Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:12:39.088Z||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-10-30T07:12:39.088Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:12:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:12:48.642Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:12:48.664Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:13:39.085Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:13:39.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:13:39.088Z||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-10-30T07:13:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:13:39.092Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-10-30T07:13:39.092Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:13:48.650Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:13:48.661Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:14:39.086Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:14:39.085Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:14:39.089Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-10-30T07:14:39.089Z||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-10-30T07:14:39.089Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:14:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:14:48.680Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:14:48.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:15:39.086Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:15:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:15:39.089Z||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-10-30T07:15:39.089Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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-10-30T07:15:39.090Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:15:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:15:48.656Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:15:48.664Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:16:39.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:16:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:16:39.093Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:16:39.093Z||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-10-30T07:16:39.093Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:16:39.093Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:16:48.640Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:16:48.663Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:17:39.085Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:17:39.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:17:39.087Z||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-10-30T07:17:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:17:39.089Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:17:39.090Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:17:48.646Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:17:48.649Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:18:39.085Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:18:39.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:18:39.087Z||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-10-30T07:18:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:18:39.089Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:18:39.089Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:18:48.654Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:18:48.659Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:19:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:19:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:19:39.090Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:19:39.090Z||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-10-30T07:19:39.090Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:19:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:19:48.650Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:19:48.650Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:20:39.087Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:20:39.087Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:20:39.092Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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-10-30T07:20:39.093Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:20:39.092Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:20:39.093Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:20:48.660Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:20:48.671Z|a9af13eb-178c-4ad6-9218-1b97181ba62b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:21:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:21:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:21:39.089Z||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-10-30T07:21:39.089Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:21:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:21:39.089Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:21:48.653Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:21:48.675Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:22:39.085Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:22:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:22:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:22:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:22:39.088Z||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-10-30T07:22:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:22:48.640Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:22:48.648Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:23:39.086Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:23:39.086Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:23:39.088Z||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-10-30T07:23:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:23:39.088Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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-10-30T07:23:39.089Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:23:48.639Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:23:48.691Z|cff6935d-74a4-4b02-a59a-de399a1e1b33|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:24:39.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:24:39.088Z||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-10-30T07:24:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:24:39.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:24:39.091Z||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-10-30T07:24:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:24:48.648Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:24:48.651Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:24:58.559Z||http-nio-8085-exec-8|||||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-10-30T07:25:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:25:39.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:25:39.089Z||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-10-30T07:25:39.089Z||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-10-30T07:25:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:25:39.089Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:25:48.650Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:25:48.662Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:26:39.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:26:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:26:39.089Z||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-10-30T07:26:39.089Z||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-10-30T07:26:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:26:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:26:48.649Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:26:48.649Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:27:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:27:39.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:27:39.090Z||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-10-30T07:27:39.090Z||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-10-30T07:27:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:27:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:27:48.651Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:27:48.663Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:28:39.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:28:39.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:28:39.090Z||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-10-30T07:28:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:28:39.090Z||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-10-30T07:28:39.090Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:28:48.647Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:28:48.653Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:29:39.085Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:29:39.086Z||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-10-30T07:29:39.086Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:29:39.086Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:29:39.087Z||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-10-30T07:29:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:29:48.633Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:29:48.644Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:30:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:30:39.086Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:30:39.088Z||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-10-30T07:30:39.088Z||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-10-30T07:30:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:30:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:30:48.642Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:30:48.646Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:31:39.086Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:31:39.086Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:31:39.091Z||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-10-30T07:31:39.091Z||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-10-30T07:31:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:31:39.091Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:31:48.640Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:31:48.650Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:32:39.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:32:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:32:39.094Z||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-10-30T07:32:39.094Z||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-10-30T07:32:39.094Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:32:39.094Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:32:48.648Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:32:48.659Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:33:39.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:33:39.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:33:39.088Z||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-10-30T07:33:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:33:39.088Z||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-10-30T07:33:39.088Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:33:48.649Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:33:48.663Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-30T07:34:39.085Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:34:39.086Z||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-10-30T07:34:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T07:34:39.087Z||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 IaPy1Q2G0ZtwKLoJ) ...
2021-10-30T07:34:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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-10-30T07:34:39.087Z|5b3b532c-7fad-4b64-999b-bd24a3f4e41b|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 IaPy1Q2G0ZtwKLoJ) ...