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-11-05T10:22:33.163Z||main|||||INFO|500||The following profiles are active: basic
2021-11-05T10:22:47.852Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-05T10:22:47.853Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-05T10:22:48.117Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-05T10:22:53.225Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-05T10:22:53.725Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-05T10:22:54.595Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-05T10:22:54.603Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-05T10:22:54.946Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-05T10:22:55.249Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-05T10:22:56.507Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-05T10:23:01.761Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-05T10:23:04.188Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-05T10:23:04.248Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-05T10:23:04.822Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-05T10:23:04.949Z||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-11-05T10:23:06.150Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-05T10:23:07.191Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-05T10:23:07.214Z||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$$3b0cdf14.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-11-05T10:23:07.216Z||main|||||WARN|500||The sdc end point is not alive
2021-11-05T10:23:10.266Z||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-11-05T10:23:12.952Z||main|||||WARN|500||---
2021-11-05T10:23:12.953Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-05T10:23:12.953Z||main|||||WARN|500||---
2021-11-05T10:23:13.360Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-05T10:23:18.346Z||main|||||INFO|500||Started Application in 49.137 seconds (JVM running for 55.22)
2021-11-05T10:23:18.364Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-05T10:23:18.366Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-05T10:23:18.389Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-05T10:23:18.438Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-05T10:23:18.503Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7f79abc-ff12-48e5-b02b-c25c85bfd993 url= /sdc/v1/artifactTypes
2021-11-05T10:23:18.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-05T10:23:18.778Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-05T10:23:18.801Z||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-11-05T10:23:18.822Z||scheduling-1|||||DEBUG|500||create keys
2021-11-05T10:23:18.830Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-05T10:23:18.987Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:23:19.004Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 95b0e8a3-d80f-4383-ab20-0478f634d706 url= /sdc/v1/registerForDistribution
2021-11-05T10:23:19.252Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 95b0e8a3-d80f-4383-ab20-0478f634d706 url= /sdc/v1/registerForDistribution
2021-11-05T10:23:19.254Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-05T10:23:19.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:23:19.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:23:19.278Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-05T10:23:19.280Z||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-11-05T10:23:19.280Z||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-11-05T10:23:19.281Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:23:19.281Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:23:30.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:23:30.468Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:24:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:24:19.265Z||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-11-05T10:24:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:24:19.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:24:19.267Z||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-11-05T10:24:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:24:28.844Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:24:28.844Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:25:19.265Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:25:19.269Z||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-11-05T10:25:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:25:19.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:25:19.279Z||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-11-05T10:25:19.279Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:25:28.858Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:25:28.863Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:26:19.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:26:19.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:26:19.270Z||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-11-05T10:26:19.271Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:26:19.270Z||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-11-05T10:26:19.271Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:26:28.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:26:28.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:27:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:27:19.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:27:19.267Z||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-11-05T10:27:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:27:19.271Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T10:27:19.271Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T10:27:28.862Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:27:28.868Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:28:19.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:28:19.264Z||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-11-05T10:28:19.265Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:28:19.268Z||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-11-05T10:28:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:28:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:28:28.822Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:28:28.824Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:29:19.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:29:19.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:29:19.266Z||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-11-05T10:29:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:29:19.268Z||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-11-05T10:29:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:29:28.820Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:29:28.820Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:30:19.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:30:19.262Z||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-11-05T10:30:19.262Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:30:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:30:19.263Z||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-11-05T10:30:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:30:28.813Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:30:28.813Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:31:19.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:31:19.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:31:19.267Z||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-11-05T10:31:19.267Z||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-11-05T10:31:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:31:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:31:28.811Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:31:28.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:32:19.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:32:19.267Z||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-11-05T10:32:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:32:19.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:32:19.269Z||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-11-05T10:32:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:32:28.820Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:32:28.820Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:32:57.364Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-05T10:33:19.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:33:19.264Z||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-11-05T10:33:19.265Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T10:33:19.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:33:19.268Z||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-11-05T10:33:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:33:28.811Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:33:28.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:34:19.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:34:19.262Z||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-11-05T10:34:19.262Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:34:19.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:34:19.263Z||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-11-05T10:34:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:34:28.816Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:34:28.817Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:35:19.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:35:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:35:19.264Z||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-11-05T10:35:19.264Z||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-11-05T10:35:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:35:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:35:28.810Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:35:28.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:36:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:36:19.266Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:36:19.267Z||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-11-05T10:36:19.267Z||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-11-05T10:36:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:36:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:36:28.831Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:36:28.831Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:37:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:37:19.262Z||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-11-05T10:37:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:37:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:37:19.264Z||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-11-05T10:37:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:37:28.805Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:37:28.807Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:38:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:38:19.264Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:38:19.268Z||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-11-05T10:38:19.268Z||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-11-05T10:38:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:38:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:38:28.821Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:38:28.823Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:39:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:39:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:39:19.268Z||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-11-05T10:39:19.268Z||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-11-05T10:39:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:39:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:39:28.825Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:39:28.830Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:40:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:40:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:40:19.264Z||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-11-05T10:40:19.264Z||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-11-05T10:40:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:40:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:40:28.822Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:40:28.823Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:41:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:41:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:41:19.265Z||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-11-05T10:41:19.265Z||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-11-05T10:41:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:41:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:41:28.819Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:41:28.827Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:42:19.265Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:42:19.265Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:42:19.274Z||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-11-05T10:42:19.274Z||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-11-05T10:42:19.274Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:42:19.274Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:42:28.832Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:42:28.836Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:43:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:43:19.262Z||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-11-05T10:43:19.262Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:43:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:43:19.264Z||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-11-05T10:43:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:43:28.812Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:43:28.814Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:44:19.264Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:44:19.264Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:44:19.269Z||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-11-05T10:44:19.269Z||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-11-05T10:44:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:44:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:44:28.842Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:44:28.842Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:45:19.266Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:45:19.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:45:19.272Z||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-11-05T10:45:19.273Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:45:19.272Z||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-11-05T10:45:19.273Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:45:28.825Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:45:28.836Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:46:19.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:46:19.262Z||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-11-05T10:46:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:46:19.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:46:19.264Z||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-11-05T10:46:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:46:28.811Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:46:28.821Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:47:19.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:47:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:47:19.265Z||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-11-05T10:47:19.265Z||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-11-05T10:47:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:47:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:47:28.814Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:47:28.814Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:48:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:48:19.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:48:19.274Z||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-11-05T10:48:19.274Z||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-11-05T10:48:19.274Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:48:19.274Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:48:28.826Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:48:28.828Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:49:19.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:49:19.262Z||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-11-05T10:49:19.262Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:49:19.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:49:19.264Z||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-11-05T10:49:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:49:28.803Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:49:28.805Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:50:19.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:50:19.265Z||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-11-05T10:50:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:50:19.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:50:19.270Z||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-11-05T10:50:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:50:28.810Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:50:28.811Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:51:19.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:51:19.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:51:19.273Z||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-11-05T10:51:19.274Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:51:19.274Z||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-11-05T10:51:19.274Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:51:28.820Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:51:28.823Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:52:19.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:52:19.262Z||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-11-05T10:52:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:52:19.263Z||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-11-05T10:52:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:52:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:52:28.820Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:52:28.820Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:53:19.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:53:19.263Z||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-11-05T10:53:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:53:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:53:19.265Z||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-11-05T10:53:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:53:28.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:53:28.810Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:54:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:54:19.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:54:19.265Z||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-11-05T10:54:19.265Z||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-11-05T10:54:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:54:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:54:28.820Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:54:28.826Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:55:19.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:55:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:55:19.265Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T10:55:19.265Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T10:55:19.265Z||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-11-05T10:55:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:55:28.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:55:28.818Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:56:19.265Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:56:19.265Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:56:19.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T10:56:19.268Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T10:56:19.266Z||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-11-05T10:56:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:56:28.811Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:56:28.812Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:57:19.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:57:19.264Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:57:19.264Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T10:57:19.268Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T10:57:19.268Z||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-11-05T10:57:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:57:28.817Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:57:28.818Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:58:19.264Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:58:19.264Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:58:19.268Z||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-11-05T10:58:19.268Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T10:58:19.268Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T10:58:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:58:28.821Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:58:28.822Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:59:19.261Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:59:19.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T10:59:19.263Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T10:59:19.264Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:59:19.265Z||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-11-05T10:59:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:59:28.807Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T10:59:28.809Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:00:19.261Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:00:19.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:00:19.264Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:00:19.264Z||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-11-05T11:00:19.264Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:00:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:00:28.813Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:00:28.817Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:01:19.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:01:19.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:01:19.266Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:01:19.266Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:01:19.266Z||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-11-05T11:01:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:01:28.834Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:01:28.834Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:02:19.261Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:02:19.262Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:02:19.262Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:02:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:02:19.263Z||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-11-05T11:02:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:02:28.808Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:02:28.808Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:03:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:03:19.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:03:19.264Z||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-11-05T11:03:19.264Z||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-11-05T11:03:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:03:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:03:28.811Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:03:28.812Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:04:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:04:19.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:04:19.264Z||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-11-05T11:04:19.264Z||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-11-05T11:04:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:04:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:04:28.815Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:04:28.849Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:05:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:05:19.264Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:05:19.268Z||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-11-05T11:05:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:05:19.268Z||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-11-05T11:05:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:05:28.811Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:05:28.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:06:19.261Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:06:19.263Z||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-11-05T11:06:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:06:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:06:19.264Z||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-11-05T11:06:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:06:28.806Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:06:28.809Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:07:19.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:07:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:07:19.264Z||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-11-05T11:07:19.264Z||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-11-05T11:07:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:07:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:07:28.808Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:07:28.809Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:08:19.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:08:19.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:08:19.265Z||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-11-05T11:08:19.265Z||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-11-05T11:08:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:08:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:08:28.806Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:08:28.807Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:09:19.261Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:09:19.264Z||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-11-05T11:09:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:09:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:09:19.265Z||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-11-05T11:09:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:09:28.826Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:09:28.820Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:10:19.261Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:10:19.263Z||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-11-05T11:10:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:10:19.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:10:19.264Z||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-11-05T11:10:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:10:28.807Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:10:28.814Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:11:19.261Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:11:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:11:19.265Z||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-11-05T11:11:19.265Z||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-11-05T11:11:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:11:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:11:28.828Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:11:28.831Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:12:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:12:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:12:19.265Z||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-11-05T11:12:19.265Z||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-11-05T11:12:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:12:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:12:28.814Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:12:28.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:13:19.261Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:13:19.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:13:19.264Z||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-11-05T11:13:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:13:19.264Z||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-11-05T11:13:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:13:28.815Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:13:28.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:14:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:14:19.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:14:19.275Z||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-11-05T11:14:19.275Z||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-11-05T11:14:19.275Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:14:19.275Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:14:28.831Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:14:28.834Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:15:19.262Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:15:19.264Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:15:19.265Z||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-11-05T11:15:19.265Z||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-11-05T11:15:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:15:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:15:28.806Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:15:28.809Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:16:19.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:16:19.265Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:16:19.266Z||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-11-05T11:16:19.266Z||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-11-05T11:16:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:16:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:16:28.830Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:16:28.832Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:17:19.261Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:17:19.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:17:19.264Z||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-11-05T11:17:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:17:19.264Z||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-11-05T11:17:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:17:28.827Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:17:28.830Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:18:19.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:18:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:18:19.267Z||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-11-05T11:18:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:18:19.267Z||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-11-05T11:18:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:18:28.816Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:18:28.818Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:19.262Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:19:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:19:19.266Z||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-11-05T11:19:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:19.266Z||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-11-05T11:19:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:19.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:19.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "cds",
  "timestamp": 1636111133738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "clamp",
  "timestamp": 1636111130058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111130643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "policy-id",
  "timestamp": 1636111130871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "clamp",
  "timestamp": 1636111130058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:19:19.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "cds",
  "timestamp": 1636111133738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111130643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "policy-id",
  "timestamp": 1636111130871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "cds",
  "timestamp": 1636111133738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "clamp",
  "timestamp": 1636111130058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "dcae-sch",
  "timestamp": 1636111139059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111130643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "policy-id",
  "timestamp": 1636111130871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:19:19.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "clamp",
  "timestamp": 1636111130058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "dcae-sch",
  "timestamp": 1636111139059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111130643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "policy-id",
  "timestamp": 1636111130871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "cds",
  "timestamp": 1636111133738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "clamp",
  "timestamp": 1636111130058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "dcae-sch",
  "timestamp": 1636111139059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111130643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "policy-id",
  "timestamp": 1636111130871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.626Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "cds",
  "timestamp": 1636111133738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111141965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "clamp",
  "timestamp": 1636111130058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111130643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "dcae-sch",
  "timestamp": 1636111139059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "policy-id",
  "timestamp": 1636111130871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "cds",
  "timestamp": 1636111133738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111141965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "clamp",
  "timestamp": 1636111130058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "dcae-sch",
  "timestamp": 1636111139059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111130643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "policy-id",
  "timestamp": 1636111130871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:19:19.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "cds",
  "timestamp": 1636111133738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111141965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "dcae-sch",
  "timestamp": 1636111139059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "policy-id",
  "timestamp": 1636111145055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "cds",
  "timestamp": 1636111145163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111141965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "dcae-sch",
  "timestamp": 1636111139059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "policy-id",
  "timestamp": 1636111146064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:19:19.635Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "cds",
  "timestamp": 1636111146182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-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-11-05T11:19:19.863Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8f6ffaf-9850-490d-8f58-1067e73e6326
2021-11-05T11:19:19.885Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f6ffaf-9850-490d-8f58-1067e73e6326 and ComponentName cds
2021-11-05T11:19:19.895Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:19.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8f6ffaf-9850-490d-8f58-1067e73e6326","serviceName":"vFW 2021-11-05 11-17-04","serviceVersion":"1.0","serviceUUID":"c2316672-337f-4e5a-b9d6-37d95161b1c5","serviceDescription":"catalog service description","serviceInvariantUUID":"01d864c8-c2a9-4f1c-b528-7902d777467c","resources":[{"resourceInstanceName":"vFW cffcd4e1-4edf 0","resourceName":"vFW cffcd4e1-4edf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"152cd2df-db85-4e8f-86ed-2bbf015b6247","resourceInvariantUUID":"23b3bea3-aad7-4f0f-8a54-d913e3535766","resourceCustomizationUUID":"f312edb4-7d5d-4cff-ad36-9fe5fbec86a9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml","artifactChecksum":"NjlkYThiOWVkMTViNmFhNmJjOTQxNjg0MzMyN2E5YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3bbbecfc-a56d-46d4-b1be-dafe1d6f19e6","artifactVersion":"1"},{"artifactName":"vfwcffcd4e14edf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json","artifactChecksum":"OTBlZjU3YTkxNmE4MTY4YzBkMDRmNTY2ZDdlYjIyM2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b63777c-2380-4dea-bd6a-869267a691d2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"15a6b710-e2be-44b3-b667-e3f9fecbf087","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml","artifactChecksum":"YzgwMmExZmU5NzQyMTE3ZjdlMDUzOTdmZWUzODg1OTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ab3e27d-7c9d-4ebd-8d1d-40a49301a0d6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c947286-bd52-4d3b-885d-1c53284d58e2","artifactVersion":"2","generatedFromUUID":"15a6b710-e2be-44b3-b667-e3f9fecbf087"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211105111704-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml","artifactChecksum":"MzQ3ODkyZmIwZTY0YWY1MzE0M2Y1MjhhYzI1ODE3MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd938d9b-f6cf-4bcf-8bd0-b597c1e5e479","artifactVersion":"1"},{"artifactName":"service-Vfw20211105111704-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar","artifactChecksum":"MmIzYTFlYWQzNWI1N2RhNTVlMjk2ZTFkMjk4YmU2YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2450aa13-0b4d-49d4-8d5e-048ea6892816","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2021-11-05T11:19:19.903Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-05T11:19:19.908Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:19.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111141965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-05T11:19:19.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "policy-id",
  "timestamp": 1636111147069,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-11-05T11:19:19.917Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:19.917Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-05T11:19:19.929Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8f6ffaf-9850-490d-8f58-1067e73e6326
2021-11-05T11:19:19.929Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f6ffaf-9850-490d-8f58-1067e73e6326 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-11-05T11:19:19.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111141965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111141965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:19:19.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111149815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111150904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111151008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111151961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.942Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111151008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111153389,
  "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-11-05T11:19:19.948Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8f6ffaf-9850-490d-8f58-1067e73e6326
2021-11-05T11:19:19.948Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f6ffaf-9850-490d-8f58-1067e73e6326 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-11-05T11:19:19.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "aai-ml",
  "timestamp": 1636111152753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111151008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111154394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:19:19.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "aai-ml",
  "timestamp": 1636111152753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111151008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "aai-ml",
  "timestamp": 1636111152753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111151008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "aai-ml",
  "timestamp": 1636111152753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111151008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "aai-ml",
  "timestamp": 1636111152753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111151008,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:19:19.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "clamp",
  "timestamp": 1636111158286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "aai-ml",
  "timestamp": 1636111152753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:19:19.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111158876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:20.017Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-05T11:19:20.021Z||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-11-05T11:19:20.021Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:20.033Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:20.034Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:19:20.922Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:19:20.923Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:20.926Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:20.926Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:19:21.026Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:21.027Z||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-11-05T11:19:21.027Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:21.038Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:21.039Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:21.926Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:19:21.927Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:21.929Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:21.929Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:19:22.029Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:22.030Z||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-11-05T11:19:22.030Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:22.058Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:22.058Z||pool-5-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:22.929Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:19:22.930Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:22.932Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:22.933Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:23.033Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:19:23.034Z||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-11-05T11:19:23.034Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:23.050Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:23.051Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:19:23.933Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:19:23.934Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:23.936Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:23.936Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-05T11:19:24.037Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:24.038Z||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-11-05T11:19:24.038Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:24.064Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:24.065Z||pool-7-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:24.937Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:19:24.938Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:24.941Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:24.941Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:19:25.042Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:25.042Z||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-11-05T11:19:25.043Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:25.054Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:25.054Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:19:25.942Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:19:25.942Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:25.944Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:25.944Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:19:26.044Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:26.045Z||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-11-05T11:19:26.046Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:26.059Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:26.060Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:26.947Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "serviceName": "vFW 2021-11-05 11-17-04",
  "serviceVersion": "1.0",
  "serviceUUID": "c2316672-337f-4e5a-b9d6-37d95161b1c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "01d864c8-c2a9-4f1c-b528-7902d777467c",
  "resources": [
    {
      "resourceInstanceName": "vFW cffcd4e1-4edf 0",
      "resourceCustomizationUUID": "f312edb4-7d5d-4cff-ad36-9fe5fbec86a9",
      "resourceName": "vFW cffcd4e1-4edf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "152cd2df-db85-4e8f-86ed-2bbf015b6247",
      "resourceInvariantUUID": "23b3bea3-aad7-4f0f-8a54-d913e3535766",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwcffcd4e14edf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
          "artifactChecksum": "OTBlZjU3YTkxNmE4MTY4YzBkMDRmNTY2ZDdlYjIyM2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2b63777c-2380-4dea-bd6a-869267a691d2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "15a6b710-e2be-44b3-b667-e3f9fecbf087",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2c947286-bd52-4d3b-885d-1c53284d58e2",
            "generatedFromUUID": "15a6b710-e2be-44b3-b667-e3f9fecbf087"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2c947286-bd52-4d3b-885d-1c53284d58e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211105111704-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
      "artifactChecksum": "MmIzYTFlYWQzNWI1N2RhNTVlMjk2ZTFkMjk4YmU2YTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2450aa13-0b4d-49d4-8d5e-048ea6892816"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T11:19:26.949Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T11:19:26.949Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c2316672-337f-4e5a-b9d6-37d95161b1c5 ASDC
2021-11-05T11:19:27.071Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a8f6ffaf-9850-490d-8f58-1067e73e6326
ServiceName:vFW 2021-11-05 11-17-04
ServiceVersion:1.0
ServiceUUID:c2316672-337f-4e5a-b9d6-37d95161b1c5
ServiceInvariantUUID:01d864c8-c2a9-4f1c-b528-7902d777467c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211105111704-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar
ArtifactUUID:2450aa13-0b4d-49d4-8d5e-048ea6892816
ArtifactChecksum:MmIzYTFlYWQzNWI1N2RhNTVlMjk2ZTFkMjk4YmU2YTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cffcd4e1-4edf 0
ResourceCustomizationUUID:f312edb4-7d5d-4cff-ad36-9fe5fbec86a9
ResourceInvariantUUID:23b3bea3-aad7-4f0f-8a54-d913e3535766
ResourceName:vFW cffcd4e1-4edf
ResourceType:VF
ResourceUUID:152cd2df-db85-4e8f-86ed-2bbf015b6247
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcffcd4e14edf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json
ArtifactUUID:2b63777c-2380-4dea-bd6a-869267a691d2
ArtifactChecksum:OTBlZjU3YTkxNmE4MTY4YzBkMDRmNTY2ZDdlYjIyM2I=
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/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml
ArtifactUUID:15a6b710-e2be-44b3-b667-e3f9fecbf087
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/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env
ArtifactUUID:2c947286-bd52-4d3b-885d-1c53284d58e2
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/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env
ArtifactUUID:2c947286-bd52-4d3b-885d-1c53284d58e2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-05T11:19:27.072Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2316672-337f-4e5a-b9d6-37d95161b1c5 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-11-05T11:19:27.124Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:19:27.125Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-05T11:19:27.126Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-05T11:19:27.126Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2450aa13-0b4d-49d4-8d5e-048ea6892816 from URL: /sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:27.126Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:19:27.128Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:27.249Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:19:27.265Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar 2450aa13-0b4d-49d4-8d5e-048ea6892816 98939
2021-11-05T11:19:27.266Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar ASDC sendASDCNotification
2021-11-05T11:19:27.266Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:27.267Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:19:27.268Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:27.270Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:27.270Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111167265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:19:27.370Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:27.371Z||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-11-05T11:19:27.371Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:27.383Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:27.383Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:28.270Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:19:28.271Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-05T11:19:28.271Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2450aa13-0b4d-49d4-8d5e-048ea6892816, URL: /sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar to file: /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:28.273Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211105111704-csar.csar
2021-11-05T11:19:28.357Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:28.358Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:29.057Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17137461712660600688/Definitions/service-Vfw20211105111704-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-11-05T11:19:31.737Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T11:19:31.742Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-05T11:19:31.742Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.742Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-05T11:19:31.742Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cffcd4e1-4edf 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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.744Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.744Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.744Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.744Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-05T11:19:31.751Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.752Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.756Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:31.756Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-05T11:19:31.757Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:19:31.759Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.759Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.759Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:31.760Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-05T11:19:31.760Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:19:31.760Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.760Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.763Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T11:19:31.765Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.765Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T11:19:31.765Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T11:19:31.765Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.765Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.765Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T11:19:31.766Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.766Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T11:19:31.766Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.766Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T11:19:31.766Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.766Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:19:31.767Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.768Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:31.768Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:31.768Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.768Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:31.769Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:31.769Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.769Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:31.769Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:31.769Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.770Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:31.770Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:31.770Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:31.770Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-05T11:19:31.770Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T11:19:31.770Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b53ffe1a-ecc2-4fd5-88bd-2ccdebd743b3
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.774Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7aa0c169-1a11-464f-be94-d7f65adf68bf
2021-11-05T11:19:31.774Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.774Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:31.774Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:31.774Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:31.774Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.776Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.776Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-05T11:19:31.776Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b70d9c37-0c6b-4359-b274-e30f0bb72422
2021-11-05T11:19:31.776Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.776Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.777Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.777Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.777Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.777Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.777Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:31.778Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.778Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-05 11-17-04
Description:catalog service description
Model UUID:c2316672-337f-4e5a-b9d6-37d95161b1c5
Model Version:NULL
Model InvariantUuid:01d864c8-c2a9-4f1c-b528-7902d777467c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW cffcd4e1-4edf
Model UUID:9830923e-2978-40c2-9415-b5df06863b86
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:23b3bea3-aad7-4f0f-8a54-d913e3535766
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f312edb4-7d5d-4cff-ad36-9fe5fbec86a9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85970dc1-cd54-4e27-ad14-41150448549b
ModelName:VfwCffcd4e14edf..base_vfw..module-0
ModelUuid:5071c0c2-19d3-4cb1-8254-f66e5c18909d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b53ffe1a-ecc2-4fd5-88bd-2ccdebd743b3
ModelInvariantUuid:c441982f-1b18-4810-befc-a19aae782247
ModelName:vFW cffcd4e1-4edf-nodes.vfwCvfc
ModelUuid:3a8c98bb-7e7c-4566-b961-cbd278b25bd1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:87be66bf-1b0b-40c3-bfcd-83965342a915
ModelInvariantUuid:5a8f3e38-511b-470e-8c6f-76064941fc05
ModelName:VfwCffcd4e14edf.compute.nodes.heat.vfw
ModelUuid:99f5cd06-7dba-47c8-b784-1bef2e8d8825
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7aa0c169-1a11-464f-be94-d7f65adf68bf
ModelInvariantUuid:ea40f68d-b120-4867-9eac-80167eed8ab5
ModelName:vFW cffcd4e1-4edf-nodes.vsnCvfc
ModelUuid:bdc70a14-009d-408d-8961-91fd63dfe929
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:696996fa-6ef1-495e-881a-3c7571ba300b
ModelInvariantUuid:660ac472-1d62-458e-ac91-3b5890b7972f
ModelName:VfwCffcd4e14edf.compute.nodes.heat.vsn
ModelUuid:9b54d3ee-e6d3-4eb2-b197-4c92625e5f41
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b70d9c37-0c6b-4359-b274-e30f0bb72422
ModelInvariantUuid:b738eea4-4fa8-4b7f-8a1a-76695c155e32
ModelName:vFW cffcd4e1-4edf-nodes.vpgCvfc
ModelUuid:8e6d5313-2f49-46f0-b657-634387b01129
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:463c2544-43fd-4317-9ee1-27803acb4afd
ModelInvariantUuid:90226280-efd5-4d11-92c7-87741c826297
ModelName:VfwCffcd4e14edf.compute.nodes.heat.vpg
ModelUuid:de8c31bf-7d30-45aa-aa33-7e8f877c0e63
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-11-05T11:19:31.787Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 152cd2df-db85-4e8f-86ed-2bbf015b6247
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-11-05T11:19:31.882Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||vFW cffcd4e1-4edf 0
2021-11-05T11:19:31.888Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 152cd2df-db85-4e8f-86ed-2bbf015b6247
2021-11-05T11:19:31.889Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2b63777c-2380-4dea-bd6a-869267a691d2 from URL: /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json
2021-11-05T11:19:31.889Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:19:31.889Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json
2021-11-05T11:19:32.027Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:19:32.028Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json 2b63777c-2380-4dea-bd6a-869267a691d2 785
2021-11-05T11:19:32.028Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json ASDC sendASDCNotification
2021-11-05T11:19:32.028Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json
2021-11-05T11:19:32.028Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:19:32.029Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:32.033Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:32.033Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111172028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:19:32.133Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:32.133Z||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-11-05T11:19:32.134Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:32.152Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:32.153Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:19:33.035Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCffcd4e14edf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "85970dc1-cd54-4e27-ad14-41150448549b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5071c0c2-19d3-4cb1-8254-f66e5c18909d",
    "vfModuleModelCustomizationUUID": "76b8e98f-a349-4ab9-b936-ee4d6fd9ae13",
    "isBase": true,
    "artifacts": [
      "15a6b710-e2be-44b3-b667-e3f9fecbf087",
      "2c947286-bd52-4d3b-885d-1c53284d58e2"
    ],
    "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-11-05T11:19:33.049Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCffcd4e14edf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5071c0c2-19d3-4cb1-8254-f66e5c18909d
VfModuleModelInvariantUUID:85970dc1-cd54-4e27-ad14-41150448549b
VfModuleModelDescription:NULL
Artifacts UUID List:{
15a6b710-e2be-44b3-b667-e3f9fecbf087
,
2c947286-bd52-4d3b-885d-1c53284d58e2

}
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-11-05T11:19:33.054Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCffcd4e14edf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "85970dc1-cd54-4e27-ad14-41150448549b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5071c0c2-19d3-4cb1-8254-f66e5c18909d",
    "vfModuleModelCustomizationUUID": "76b8e98f-a349-4ab9-b936-ee4d6fd9ae13",
    "isBase": true,
    "artifacts": [
      "15a6b710-e2be-44b3-b667-e3f9fecbf087",
      "2c947286-bd52-4d3b-885d-1c53284d58e2"
    ],
    "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-11-05T11:19:33.054Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCffcd4e14edf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5071c0c2-19d3-4cb1-8254-f66e5c18909d
VfModuleModelInvariantUUID:85970dc1-cd54-4e27-ad14-41150448549b
VfModuleModelDescription:NULL
Artifacts UUID List:{
15a6b710-e2be-44b3-b667-e3f9fecbf087
,
2c947286-bd52-4d3b-885d-1c53284d58e2

}
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-11-05T11:19:33.055Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 15a6b710-e2be-44b3-b667-e3f9fecbf087 from URL: /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml
2021-11-05T11:19:33.055Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:19:33.055Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml
2021-11-05T11:19:33.164Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:19:33.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml 15a6b710-e2be-44b3-b667-e3f9fecbf087 20368
2021-11-05T11:19:33.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-05T11:19:33.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml
2021-11-05T11:19:33.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:19:33.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:33.169Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:33.169Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111173166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:19:33.269Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:33.270Z||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-11-05T11:19:33.270Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:33.287Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:33.287Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:34.170Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2c947286-bd52-4d3b-885d-1c53284d58e2 from URL: /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env
2021-11-05T11:19:34.171Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:19:34.171Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env
2021-11-05T11:19:34.560Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:19:34.561Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env 2c947286-bd52-4d3b-885d-1c53284d58e2 2098
2021-11-05T11:19:34.561Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-05T11:19:34.561Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env
2021-11-05T11:19:34.561Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:19:34.561Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:34.564Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:34.564Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111174561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:19:34.664Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:34.665Z||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-11-05T11:19:34.666Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:34.680Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:34.680Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:35.565Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c2316672-337f-4e5a-b9d6-37d95161b1c5
2021-11-05T11:19:35.567Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cffcd4e1-4edf 0 152cd2df-db85-4e8f-86ed-2bbf015b6247 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-11-05T11:19:35.613Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18df87c0, org.onap.sdc.toscaparser.api.parameters.Input@d55ffaf, org.onap.sdc.toscaparser.api.parameters.Input@5f6fa408, org.onap.sdc.toscaparser.api.parameters.Input@2c53e4e4, org.onap.sdc.toscaparser.api.parameters.Input@48d68729]
2021-11-05T11:19:35.617Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.618Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.618Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-11-05T11:19:35.618Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f312edb4-7d5d-4cff-ad36-9fe5fbec86a9
2021-11-05T11:19:35.618Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f312edb4-7d5d-4cff-ad36-9fe5fbec86a9 matches Tosca VF Customization UUID: f312edb4-7d5d-4cff-ad36-9fe5fbec86a9
2021-11-05T11:19:35.619Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f312edb4-7d5d-4cff-ad36-9fe5fbec86a9  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-11-05T11:19:35.635Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.635Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.637Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f312edb4-7d5d-4cff-ad36-9fe5fbec86a9: {\"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-11-05T11:19:35.638Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4de56aa4
2021-11-05T11:19:35.638Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.638Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:19:35.639Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 76b8e98f-a349-4ab9-b936-ee4d6fd9ae13
2021-11-05T11:19:35.640Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 76b8e98f-a349-4ab9-b936-ee4d6fd9ae13
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-11-05T11:19:35.648Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.649Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:35.649Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:35.650Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.651Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:35.651Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:35.651Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.651Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:35.652Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:35.652Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:35.652Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-05T11:19:35.653Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T11:19:35.653Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T11:19:35.653Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.654Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:35.654Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T11:19:35.654Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:35.654Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T11:19:35.655Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.655Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b53ffe1a-ecc2-4fd5-88bd-2ccdebd743b3
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-11-05T11:19:35.663Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.663Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:35.664Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:35.664Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.664Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:35.665Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:35.665Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:35.665Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T11:19:35.669Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:35.669Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.670Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T11:19:35.670Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.670Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-05T11:19:35.671Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T11:19:35.671Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:35.671Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T11:19:35.671Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.672Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7aa0c169-1a11-464f-be94-d7f65adf68bf
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-11-05T11:19:35.674Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.675Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:35.675Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:35.681Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.682Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:35.682Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:35.682Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:35.682Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T11:19:35.683Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:35.683Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.683Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T11:19:35.683Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.684Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T11:19:35.684Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T11:19:35.684Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.684Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:35.684Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-05T11:19:35.685Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b70d9c37-0c6b-4359-b274-e30f0bb72422
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-11-05T11:19:35.687Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.688Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:35.688Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:35.689Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.689Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:35.689Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=f312edb4-7d5d-4cff-ad36-9fe5fbec86a9
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-11-05T11:19:35.691Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.692Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.692Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c2316672-337f-4e5a-b9d6-37d95161b1c5: vFW cffcd4e1-4edf
2021-11-05T11:19:35.692Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.692Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.693Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.693Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.693Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.694Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.694Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.694Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.694Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:19:35.694Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.695Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-11-05 11-17-04 
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-11-05T11:19:35.957Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cffcd4e1-4edf 152cd2df-db85-4e8f-86ed-2bbf015b6247 1 ASDC deployResourceStructure
2021-11-05T11:19:35.958Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json ASDC sendASDCNotification
2021-11-05T11:19:35.958Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json
2021-11-05T11:19:35.958Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:19:35.959Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:35.961Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:35.961Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111175958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:19:36.061Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:36.062Z||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-11-05T11:19:36.062Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:36.077Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:36.078Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:36.967Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-05T11:19:36.968Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml
2021-11-05T11:19:36.968Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:19:36.970Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:36.974Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:36.974Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111176966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T11:19:37.075Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-05T11:19:37.076Z||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-11-05T11:19:37.076Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:37.094Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:37.095Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:37.977Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-05T11:19:37.978Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env
2021-11-05T11:19:37.978Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:19:37.978Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:37.982Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:37.982Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111177977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-05T11:19:38.083Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:38.085Z||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-11-05T11:19:38.085Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:38.097Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:38.098Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:38.987Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar ASDC sendASDCNotification
2021-11-05T11:19:38.987Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:38.987Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:19:38.988Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:38.991Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:38.991Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111178987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:19:39.092Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:39.095Z||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-11-05T11:19:39.095Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:39.113Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:19:39.114Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:39.994Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:19:40.039Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:19:40.042Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:19:40.042Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:19:40.043Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:20:10.043Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:20:10.057Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:20:10.061Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:20:10.061Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:20:10.062Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:20:19.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:20:19.269Z||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-11-05T11:20:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:20:19.293Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:20:19.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:20:19.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "aai-ml",
  "timestamp": 1636111152753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:20:19.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:20:40.062Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:20:40.080Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:20:40.082Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:20:40.083Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:20:40.083Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:21:10.084Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:21:10.115Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:21:10.118Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:21:10.118Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:21:10.118Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:21:19.264Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:21:19.266Z||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-11-05T11:21:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:21:19.301Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:21:19.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:21:19.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:21:19.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:21:40.119Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:21:40.131Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:21:40.134Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:21:40.134Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:21:40.134Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:22:10.135Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:22:10.145Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:22:10.148Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:22:10.149Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:22:10.149Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:22:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:22:19.264Z||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-11-05T11:22:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:22:19.789Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:22:19.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "clamp",
  "timestamp": 1636111160294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:22:19.792Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "aai-ml",
  "timestamp": 1636111160696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:22:19.792Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:22:19.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:22:19.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "clamp",
  "timestamp": 1636111161304,
  "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-11-05T11:22:19.801Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a8f6ffaf-9850-490d-8f58-1067e73e6326
2021-11-05T11:22:19.801Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f6ffaf-9850-490d-8f58-1067e73e6326 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-11-05T11:22:19.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111164042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:22:19.814Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:22:19.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:22:19.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111165048,
  "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-11-05T11:22:19.819Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8f6ffaf-9850-490d-8f58-1067e73e6326
2021-11-05T11:22:19.819Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f6ffaf-9850-490d-8f58-1067e73e6326 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-11-05T11:22:19.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111159261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:22:19.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:22:19.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111167265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:22:19.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111172028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111173166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111174561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111175958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111176966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111177977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "aai-ml",
  "timestamp": 1636111178462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111178987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "aai-ml",
  "timestamp": 1636111179469,
  "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-11-05T11:22:19.835Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8f6ffaf-9850-490d-8f58-1067e73e6326
2021-11-05T11:22:19.835Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f6ffaf-9850-490d-8f58-1067e73e6326 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-11-05T11:22:40.150Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:22:40.177Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:22:40.182Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:22:40.182Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T11:22:40.182Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T11:22:40.183Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T11:22:40.183Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:22:40.184Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:22:40.184Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:22:40.184Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:22:40.184Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:22:40.184Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:22:40.185Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||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-11-05T11:22:40.192Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T11:23:10.192Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326 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-11-05T11:23:10.210Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8f6ffaf-9850-490d-8f58-1067e73e6326 and serviceModelVersionId: c2316672-337f-4e5a-b9d6-37d95161b1c5
2021-11-05T11:23:10.211Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01d864c8-c2a9-4f1c-b528-7902d777467c
2021-11-05T11:23:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:23:19.264Z||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-11-05T11:23:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:23:24.045Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01d864c8-c2a9-4f1c-b528-7902d777467c/model-vers/model-ver/c2316672-337f-4e5a-b9d6-37d95161b1c5?depth=0
2021-11-05T11:23:24.146Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T11:23:24.615Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01d864c8-c2a9-4f1c-b528-7902d777467c/model-vers/model-ver/c2316672-337f-4e5a-b9d6-37d95161b1c5?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-11-05T11:23:24.620Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01d864c8-c2a9-4f1c-b528-7902d777467c/model-vers/model-ver/c2316672-337f-4e5a-b9d6-37d95161b1c5?depth=0|INFO|500||Invoke
2021-11-05T11:23:24.763Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01d864c8-c2a9-4f1c-b528-7902d777467c/model-vers/model-ver/c2316672-337f-4e5a-b9d6-37d95161b1c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T11:23:25.335Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01d864c8-c2a9-4f1c-b528-7902d777467c/model-vers/model-ver/c2316672-337f-4e5a-b9d6-37d95161b1c5?depth=0|INFO|500||InvokeReturn
2021-11-05T11:23:25.336Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01d864c8-c2a9-4f1c-b528-7902d777467c/model-vers/model-ver/c2316672-337f-4e5a-b9d6-37d95161b1c5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211105-11:23:24:777-84163], vertex-id=[364728], Content-Length=[0], Date=[Fri, 05 Nov 2021 11:23:24 GMT], Content-Type=[application/json]}
2021-11-05T11:23:25.337Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-05T11:23:25.340Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T11:23:25.341Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||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-11-05T11:23:25.346Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||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-11-05T11:23:25.347Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8f6ffaf-9850-490d-8f58-1067e73e6326 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T11:23:25.349Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T11:23:25.349Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:23:25.351Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:23:25.352Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111405348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:23:25.451Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:23:25.452Z||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-11-05T11:23:25.452Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:23:25.463Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:23:25.464Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:23:26.076Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:23:26.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:23:26.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111405348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:23:26.079Z||pool-2-thread-5|||||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-11-05T11:23:26.365Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:23:26.367Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-11-05T11:23:26.367Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:23:36.940Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:23:36.941Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:23:36.941Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-11-05T11:23:36.941Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:23:46.479Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:23:46.481Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:23:46.482Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-11-05T11:23:46.482Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:23:56.026Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:23:56.033Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:23:56.036Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-11-05T11:23:56.036Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:05.592Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:19.262Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:24:19.263Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-11-05T11:24:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:24:19.264Z||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-11-05T11:24:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:19.263Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:22.165Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:22.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T11:24:22.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d4d9334-c974-47ff-974f-4b6bece74e6d","serviceName":"basic_onboard_RwSJHB","serviceVersion":"1.0","serviceUUID":"6dcb6549-a85c-4270-9ab2-658cf9a05ccc","serviceDescription":"service","serviceInvariantUUID":"3d0d2bde-c352-4de3-a360-48ce8e5d87df","resources":[{"resourceInstanceName":"basic_onboard_RwSJHB 0","resourceName":"basic_onboard_RwSJHB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"47914950-95be-4359-a844-338e1645c145","resourceInvariantUUID":"c2bfd598-e8ba-4181-90b7-f6ea6f019743","resourceCustomizationUUID":"69b927ef-8eb8-4f86-a746-6cce842c372c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml","artifactChecksum":"MGFhYzRkNDNmMzBjNjcyNjA4MzU0ZGYzMzgyYmNhOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e476208c-a2aa-422c-80d4-638a7d23176f","artifactVersion":"1"},{"artifactName":"basic_onboard_rwsjhb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json","artifactChecksum":"MWM1MTkzYjZjMTkzM2RlN2QzY2ZlN2FhNjFkMmEzNDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1f5226e-3b11-4c41-ac22-4ef6151d96e3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e7c712cb-6914-4fe3-8f78-76621d4a2e00","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"12d8b5c3-71b5-497e-ac08-b7403d24ac2d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"06dee3d8-2c01-4c40-a8f8-badb11f4d748","artifactVersion":"2","generatedFromUUID":"e7c712cb-6914-4fe3-8f78-76621d4a2e00"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRwsjhb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml","artifactChecksum":"ODY2YTIzYTQwN2ZmOTE3YzlmYzZiZDlmZDExODE4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45431004-3f65-4db4-99fd-daf3cc4f68cb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRwsjhb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar","artifactChecksum":"YTBmZmYxODVjMjdhMTBlOTgyZDY0ODg2ZmM4ZDA3OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb292bfb-2738-4b45-88b5-1acd28a526ae","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T11:24:22.170Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:22.171Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:22.175Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:22.175Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:24:22.275Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:24:22.275Z||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-11-05T11:24:22.276Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:22.292Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:22.293Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:22.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:22.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:24:22.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:24:22.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:24:23.175Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:23.176Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:23.178Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:23.178Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:24:23.279Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:24:23.280Z||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-11-05T11:24:23.280Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:23.294Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:23.295Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:24.179Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:24.180Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:24.182Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:24.183Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:24:24.283Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:24.283Z||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-11-05T11:24:24.284Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:24.301Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:24.301Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:24:25.183Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:25.184Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:25.186Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:25.186Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:24:25.287Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:25.288Z||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-11-05T11:24:25.288Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:25.305Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:25.306Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:26.187Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:26.188Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:26.190Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:26.190Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-05T11:24:26.290Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:26.291Z||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-11-05T11:24:26.292Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:26.337Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:26.339Z||pool-23-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:27.190Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:27.191Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:27.195Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:27.195Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:24:27.294Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:24:27.295Z||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-11-05T11:24:27.295Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:27.306Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:27.306Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:28.196Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:28.197Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:28.199Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:28.199Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:24:28.299Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:28.301Z||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-11-05T11:24:28.302Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:28.315Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:28.316Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:29.201Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "serviceName": "basic_onboard_RwSJHB",
  "serviceVersion": "1.0",
  "serviceUUID": "6dcb6549-a85c-4270-9ab2-658cf9a05ccc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3d0d2bde-c352-4de3-a360-48ce8e5d87df",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_RwSJHB 0",
      "resourceCustomizationUUID": "69b927ef-8eb8-4f86-a746-6cce842c372c",
      "resourceName": "basic_onboard_RwSJHB",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "47914950-95be-4359-a844-338e1645c145",
      "resourceInvariantUUID": "c2bfd598-e8ba-4181-90b7-f6ea6f019743",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rwsjhb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
          "artifactChecksum": "MWM1MTkzYjZjMTkzM2RlN2QzY2ZlN2FhNjFkMmEzNDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d1f5226e-3b11-4c41-ac22-4ef6151d96e3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e7c712cb-6914-4fe3-8f78-76621d4a2e00",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "06dee3d8-2c01-4c40-a8f8-badb11f4d748",
            "generatedFromUUID": "e7c712cb-6914-4fe3-8f78-76621d4a2e00"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "06dee3d8-2c01-4c40-a8f8-badb11f4d748",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRwsjhb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
      "artifactChecksum": "YTBmZmYxODVjMjdhMTBlOTgyZDY0ODg2ZmM4ZDA3OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb292bfb-2738-4b45-88b5-1acd28a526ae"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T11:24:29.201Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T11:24:29.201Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6dcb6549-a85c-4270-9ab2-658cf9a05ccc ASDC
2021-11-05T11:24:29.202Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7d4d9334-c974-47ff-974f-4b6bece74e6d
ServiceName:basic_onboard_RwSJHB
ServiceVersion:1.0
ServiceUUID:6dcb6549-a85c-4270-9ab2-658cf9a05ccc
ServiceInvariantUUID:3d0d2bde-c352-4de3-a360-48ce8e5d87df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRwsjhb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar
ArtifactUUID:eb292bfb-2738-4b45-88b5-1acd28a526ae
ArtifactChecksum:YTBmZmYxODVjMjdhMTBlOTgyZDY0ODg2ZmM4ZDA3OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RwSJHB 0
ResourceCustomizationUUID:69b927ef-8eb8-4f86-a746-6cce842c372c
ResourceInvariantUUID:c2bfd598-e8ba-4181-90b7-f6ea6f019743
ResourceName:basic_onboard_RwSJHB
ResourceType:VF
ResourceUUID:47914950-95be-4359-a844-338e1645c145
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rwsjhb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json
ArtifactUUID:d1f5226e-3b11-4c41-ac22-4ef6151d96e3
ArtifactChecksum:MWM1MTkzYjZjMTkzM2RlN2QzY2ZlN2FhNjFkMmEzNDM=
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/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e7c712cb-6914-4fe3-8f78-76621d4a2e00
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/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env
ArtifactUUID:06dee3d8-2c01-4c40-a8f8-badb11f4d748
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/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env
ArtifactUUID:06dee3d8-2c01-4c40-a8f8-badb11f4d748
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-05T11:24:29.202Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6dcb6549-a85c-4270-9ab2-658cf9a05ccc 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-11-05T11:24:29.249Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:24:29.250Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-05T11:24:29.250Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-05T11:24:29.251Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eb292bfb-2738-4b45-88b5-1acd28a526ae from URL: /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:29.251Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:24:29.251Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:29.344Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:24:29.347Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar eb292bfb-2738-4b45-88b5-1acd28a526ae 71557
2021-11-05T11:24:29.348Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar ASDC sendASDCNotification
2021-11-05T11:24:29.348Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:29.348Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:24:29.349Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:29.350Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:29.350Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111469348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:24:29.450Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:29.451Z||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-11-05T11:24:29.451Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:29.465Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:29.465Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:30.351Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:24:30.352Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-05T11:24:30.352Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: eb292bfb-2738-4b45-88b5-1acd28a526ae, URL: /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar to file: /app/ASDC/1/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:30.353Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:30.354Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:30.354Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:30.810Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14533643989916821392/Definitions/service-BasicOnboardRwsjhb-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-11-05T11:24:31.923Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T11:24:31.924Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-05T11:24:31.924Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.924Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-05T11:24:31.924Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.924Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RwSJHB 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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-05T11:24:31.926Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:31.926Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.926Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:31.926Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-05T11:24:31.927Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:24:31.927Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:31.927Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.927Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:31.928Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-05T11:24:31.928Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:24:31.928Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:31.928Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.929Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:31.929Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is not matching search criteria
2021-11-05T11:24:31.929Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-05T11:24:31.929Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-05T11:24:31.930Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-05T11:24:31.930Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T11:24:31.930Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T11:24:31.930Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:31.930Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:24:31.931Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:31.931Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:31.931Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:24:31.931Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:31.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:31.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:24:31.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:31.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:31.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:24:31.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:31.933Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is not matching search criteria
2021-11-05T11:24:31.933Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-05T11:24:31.933Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T11:24:31.933Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e807cf73-dbed-44b0-8812-d3a68b26a2a1
2021-11-05T11:24:31.934Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:31.934Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.934Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:31.934Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.934Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:31.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:31.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_RwSJHB
Description:service
Model UUID:6dcb6549-a85c-4270-9ab2-658cf9a05ccc
Model Version:NULL
Model InvariantUuid:3d0d2bde-c352-4de3-a360-48ce8e5d87df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_RwSJHB
Model UUID:57a5a70d-0efa-41cd-a3ed-9626924a935c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c2bfd598-e8ba-4181-90b7-f6ea6f019743
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:69b927ef-8eb8-4f86-a746-6cce842c372c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dfaf5ab0-643a-4e72-aa80-3f2056f339f5
ModelName:BasicOnboardRwsjhb..base_ubuntu18..module-0
ModelUuid:b7d5781c-8b18-451f-946f-f367c53d5c78
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e807cf73-dbed-44b0-8812-d3a68b26a2a1
ModelInvariantUuid:f68a7100-f9eb-483d-bf1e-67b6e62e1720
ModelName:basic_onboard_RwSJHB-nodes.ubuntu18Cvfc
ModelUuid:071a45bc-979f-419f-82c1-40a0b983c35e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d626766e-5ebf-4221-91aa-8509f1cd526b
ModelInvariantUuid:76b7edec-2220-4ae8-b4fe-444118a087f7
ModelName:BasicOnboardRwsjhb.compute.nodes.heat.ubuntu18
ModelUuid:81fbe0d8-d36b-4e59-a0a0-6d29391b3254
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-11-05T11:24:31.943Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 47914950-95be-4359-a844-338e1645c145
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-11-05T11:24:31.947Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||basic_onboard_RwSJHB 0
2021-11-05T11:24:31.947Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 47914950-95be-4359-a844-338e1645c145
2021-11-05T11:24:31.947Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d1f5226e-3b11-4c41-ac22-4ef6151d96e3 from URL: /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json
2021-11-05T11:24:31.947Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:24:31.947Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json
2021-11-05T11:24:32.041Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:24:32.042Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json d1f5226e-3b11-4c41-ac22-4ef6151d96e3 798
2021-11-05T11:24:32.042Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json ASDC sendASDCNotification
2021-11-05T11:24:32.042Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json
2021-11-05T11:24:32.042Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:24:32.043Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:32.045Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:32.045Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111472042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:24:32.145Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:32.146Z||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-11-05T11:24:32.147Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:32.168Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:32.169Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:33.045Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRwsjhb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "dfaf5ab0-643a-4e72-aa80-3f2056f339f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b7d5781c-8b18-451f-946f-f367c53d5c78",
    "vfModuleModelCustomizationUUID": "56728735-a113-4a8e-9861-7eaccccfa521",
    "isBase": true,
    "artifacts": [
      "e7c712cb-6914-4fe3-8f78-76621d4a2e00",
      "06dee3d8-2c01-4c40-a8f8-badb11f4d748"
    ],
    "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-11-05T11:24:33.051Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRwsjhb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b7d5781c-8b18-451f-946f-f367c53d5c78
VfModuleModelInvariantUUID:dfaf5ab0-643a-4e72-aa80-3f2056f339f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e7c712cb-6914-4fe3-8f78-76621d4a2e00
,
06dee3d8-2c01-4c40-a8f8-badb11f4d748

}
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-11-05T11:24:33.054Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRwsjhb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "dfaf5ab0-643a-4e72-aa80-3f2056f339f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b7d5781c-8b18-451f-946f-f367c53d5c78",
    "vfModuleModelCustomizationUUID": "56728735-a113-4a8e-9861-7eaccccfa521",
    "isBase": true,
    "artifacts": [
      "e7c712cb-6914-4fe3-8f78-76621d4a2e00",
      "06dee3d8-2c01-4c40-a8f8-badb11f4d748"
    ],
    "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-11-05T11:24:33.054Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRwsjhb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b7d5781c-8b18-451f-946f-f367c53d5c78
VfModuleModelInvariantUUID:dfaf5ab0-643a-4e72-aa80-3f2056f339f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e7c712cb-6914-4fe3-8f78-76621d4a2e00
,
06dee3d8-2c01-4c40-a8f8-badb11f4d748

}
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-11-05T11:24:33.054Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e7c712cb-6914-4fe3-8f78-76621d4a2e00 from URL: /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml
2021-11-05T11:24:33.055Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:24:33.055Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml
2021-11-05T11:24:33.248Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:24:33.249Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml e7c712cb-6914-4fe3-8f78-76621d4a2e00 5033
2021-11-05T11:24:33.249Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-05T11:24:33.249Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml
2021-11-05T11:24:33.249Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:24:33.250Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:33.251Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:33.252Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111473249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:24:33.352Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:33.353Z||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-11-05T11:24:33.353Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:33.365Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:33.366Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:34.253Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 06dee3d8-2c01-4c40-a8f8-badb11f4d748 from URL: /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env
2021-11-05T11:24:34.253Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:24:34.254Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env
2021-11-05T11:24:34.624Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:24:34.625Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env 06dee3d8-2c01-4c40-a8f8-badb11f4d748 909
2021-11-05T11:24:34.625Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-05T11:24:34.625Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env
2021-11-05T11:24:34.626Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:24:34.626Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:34.628Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:34.628Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111474625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:24:34.733Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-11-05T11:24:34.733Z||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-11-05T11:24:34.733Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:34.744Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:34.744Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:35.629Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6dcb6549-a85c-4270-9ab2-658cf9a05ccc
2021-11-05T11:24:35.629Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RwSJHB 0 47914950-95be-4359-a844-338e1645c145 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-11-05T11:24:35.647Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@161c7044, org.onap.sdc.toscaparser.api.parameters.Input@2ec05dc1, org.onap.sdc.toscaparser.api.parameters.Input@592ed58, org.onap.sdc.toscaparser.api.parameters.Input@1e896493, org.onap.sdc.toscaparser.api.parameters.Input@6be2a956]
2021-11-05T11:24:35.649Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.649Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.649Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-11-05T11:24:35.649Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 69b927ef-8eb8-4f86-a746-6cce842c372c
2021-11-05T11:24:35.650Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69b927ef-8eb8-4f86-a746-6cce842c372c matches Tosca VF Customization UUID: 69b927ef-8eb8-4f86-a746-6cce842c372c
2021-11-05T11:24:35.650Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 69b927ef-8eb8-4f86-a746-6cce842c372c  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-11-05T11:24:35.653Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.653Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.654Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 69b927ef-8eb8-4f86-a746-6cce842c372c: {\"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-11-05T11:24:35.654Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7249f9
2021-11-05T11:24:35.654Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.654Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:24:35.655Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 56728735-a113-4a8e-9861-7eaccccfa521
2021-11-05T11:24:35.655Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 56728735-a113-4a8e-9861-7eaccccfa521
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-11-05T11:24:35.657Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.658Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:35.658Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:24:35.658Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.658Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:35.658Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:24:35.658Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.659Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is not matching search criteria
2021-11-05T11:24:35.659Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-05T11:24:35.659Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T11:24:35.659Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e807cf73-dbed-44b0-8812-d3a68b26a2a1
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-11-05T11:24:35.661Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.661Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:35.661Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:24:35.662Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.662Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:35.662Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=69b927ef-8eb8-4f86-a746-6cce842c372c
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-11-05T11:24:35.663Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.664Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.664Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6dcb6549-a85c-4270-9ab2-658cf9a05ccc: basic_onboard_RwSJHB
2021-11-05T11:24:35.664Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.665Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.665Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.665Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.665Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.666Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.666Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.666Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.666Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:24:35.667Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.667Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_RwSJHB 
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-11-05T11:24:35.771Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RwSJHB 47914950-95be-4359-a844-338e1645c145 1 ASDC deployResourceStructure
2021-11-05T11:24:35.771Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json ASDC sendASDCNotification
2021-11-05T11:24:35.771Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json
2021-11-05T11:24:35.771Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:24:35.772Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:35.777Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:35.777Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111475771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:24:35.874Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-05T11:24:35.874Z||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-11-05T11:24:35.874Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:35.887Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:35.887Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:24:36.777Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-05T11:24:36.778Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml
2021-11-05T11:24:36.778Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:24:36.778Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:36.780Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:36.780Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111476777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T11:24:36.881Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-05T11:24:36.882Z||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-11-05T11:24:36.882Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:36.895Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:36.895Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:37.781Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-05T11:24:37.782Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env
2021-11-05T11:24:37.782Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:24:37.782Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:37.784Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:37.784Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111477781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-05T11:24:37.884Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:37.885Z||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-11-05T11:24:37.885Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:37.900Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:37.901Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:38.785Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar ASDC sendASDCNotification
2021-11-05T11:24:38.785Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:38.785Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:24:38.786Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:38.788Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:38.788Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111478785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:24:38.888Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:38.889Z||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-11-05T11:24:38.889Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:38.899Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:24:38.900Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:39.788Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:24:39.799Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:24:39.802Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:24:39.802Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:24:39.802Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:25:09.804Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:25:09.834Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:25:09.837Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:25:09.837Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:25:09.837Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:25:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:25:19.266Z||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-11-05T11:25:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:25:19.297Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:25:19.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:25:19.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "clamp",
  "timestamp": 1636111460057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:25:19.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:25:39.838Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:25:39.848Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:25:39.850Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:25:39.850Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:25:39.850Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:26:09.851Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:26:09.886Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:26:09.903Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:26:09.903Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:26:09.903Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:26:19.266Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:26:19.274Z||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-11-05T11:26:19.275Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:26:19.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:26:19.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:26:19.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "dcae-sch",
  "timestamp": 1636111459059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:26:19.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:26:19.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:26:19.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "aai-ml",
  "timestamp": 1636111452751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:26:19.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:26:39.904Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:26:39.920Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:26:39.922Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:26:39.922Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:26:39.922Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:27:09.923Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:27:09.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:27:09.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:27:09.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:27:09.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:27:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:27:19.264Z||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-11-05T11:27:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:27:19.794Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:27:19.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111461966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "clamp",
  "timestamp": 1636111460057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "dcae-sch",
  "timestamp": 1636111459059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "aai-ml",
  "timestamp": 1636111452751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111461966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "clamp",
  "timestamp": 1636111460057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "aai-ml",
  "timestamp": 1636111452751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "dcae-sch",
  "timestamp": 1636111459059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "cds",
  "timestamp": 1636111463736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111461966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "clamp",
  "timestamp": 1636111460057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "dcae-sch",
  "timestamp": 1636111459059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "aai-ml",
  "timestamp": 1636111452751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "cds",
  "timestamp": 1636111463736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111461966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "clamp",
  "timestamp": 1636111460057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "aai-ml",
  "timestamp": 1636111452751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "dcae-sch",
  "timestamp": 1636111459059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "cds",
  "timestamp": 1636111463736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111461966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "clamp",
  "timestamp": 1636111460057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "dcae-sch",
  "timestamp": 1636111459059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "aai-ml",
  "timestamp": 1636111452751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "cds",
  "timestamp": 1636111463736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111461966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "clamp",
  "timestamp": 1636111460057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111459262,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "dcae-sch",
  "timestamp": 1636111459059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "aai-ml",
  "timestamp": 1636111452751,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "cds",
  "timestamp": 1636111463736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111461966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111469348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "aai-ml",
  "timestamp": 1636111469350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "cds",
  "timestamp": 1636111463736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111469724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "cds",
  "timestamp": 1636111463736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111470833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111470642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "cds",
  "timestamp": 1636111471503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "policy-id",
  "timestamp": 1636111470871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111471939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111472042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111470642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "cds",
  "timestamp": 1636111472511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-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-11-05T11:27:19.825Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d4d9334-c974-47ff-974f-4b6bece74e6d
2021-11-05T11:27:19.825Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:27:19.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "policy-id",
  "timestamp": 1636111470871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111472989,
  "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-11-05T11:27:19.841Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d4d9334-c974-47ff-974f-4b6bece74e6d
2021-11-05T11:27:19.842Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:27:19.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111473249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111470642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "policy-id",
  "timestamp": 1636111470871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636111473994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:27:19.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111470642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "policy-id",
  "timestamp": 1636111470871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111474625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111470642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "policy-id",
  "timestamp": 1636111470871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111475771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111470642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "policy-id",
  "timestamp": 1636111470871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111476777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636111470642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "policy-id",
  "timestamp": 1636111470871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111477781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "aai-ml",
  "timestamp": 1636111478345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "policy-id",
  "timestamp": 1636111478752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111478785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "aai-ml",
  "timestamp": 1636111479349,
  "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-11-05T11:27:19.861Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d4d9334-c974-47ff-974f-4b6bece74e6d
2021-11-05T11:27:19.862Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:27:19.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "policy-id",
  "timestamp": 1636111479759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:27:19.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "policy-id",
  "timestamp": 1636111480762,
  "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-11-05T11:27:19.875Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d4d9334-c974-47ff-974f-4b6bece74e6d
2021-11-05T11:27:19.875Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:27:19.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "clamp",
  "timestamp": 1636111481352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111481009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111481009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "clamp",
  "timestamp": 1636111483360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111481009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "clamp",
  "timestamp": 1636111484365,
  "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-11-05T11:27:19.888Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7d4d9334-c974-47ff-974f-4b6bece74e6d
2021-11-05T11:27:19.888Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:27:19.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111481009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111481009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111481009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111481009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111488777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111491253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636111492259,
  "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-11-05T11:27:19.904Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d4d9334-c974-47ff-974f-4b6bece74e6d
2021-11-05T11:27:19.904Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:27:39.937Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:27:39.960Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:27:39.965Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:27:39.965Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:27:39.965Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:27:39.965Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||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-11-05T11:27:39.974Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T11:28:09.974Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:28:09.982Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d and serviceModelVersionId: 6dcb6549-a85c-4270-9ab2-658cf9a05ccc
2021-11-05T11:28:09.982Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d0d2bde-c352-4de3-a360-48ce8e5d87df
2021-11-05T11:28:09.984Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0
2021-11-05T11:28:09.992Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T11:28:10.060Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0|INFO|500||Invoke
2021-11-05T11:28:10.061Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7d4d9334-c974-47ff-974f-4b6bece74e6d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7c8a7e1-6920-471e-b961-15bb925baddf], X-ECOMP-RequestID=[7d4d9334-c974-47ff-974f-4b6bece74e6d], X-TransactionId=[], X-ONAP-RequestID=[7d4d9334-c974-47ff-974f-4b6bece74e6d], Content-Type=[application/merge-patch+json]}
2021-11-05T11:28:10.097Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T11:28:10.296Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?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/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211105-11:28:10:107-20811], vertex-id=[159832], Content-Length=[0], Date=[Fri, 05 Nov 2021 11:28:10 GMT], Content-Type=[application/json]}
2021-11-05T11:28:10.296Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-05T11:28:10.297Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0|INFO|500||InvokeReturn
2021-11-05T11:28:10.297Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T11:28:10.297Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||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-11-05T11:28:10.303Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||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-11-05T11:28:10.303Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d4d9334-c974-47ff-974f-4b6bece74e6d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T11:28:10.303Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T11:28:10.304Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:28:10.308Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:28:10.308Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111690303,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:28:10.408Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:28:10.410Z||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-11-05T11:28:10.410Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:28:10.423Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:28:10.424Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-05T11:28:11.321Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:28:11.322Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-11-05T11:28:11.322Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:28:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:28:19.264Z||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-11-05T11:28:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:28:19.886Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:28:19.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:28:19.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636111690303,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:28:19.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:28:21.746Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:28:21.746Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:28:21.747Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-11-05T11:28:21.748Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:28:31.290Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:28:31.291Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:28:31.292Z||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-11-05T11:28:31.292Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:28:40.834Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:28:40.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:28:40.835Z||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-11-05T11:28:40.835Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:28:50.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:29:19.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:29:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:29:19.266Z||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-11-05T11:29:19.266Z||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-11-05T11:29:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:29:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:29:28.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:29:28.814Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:30:19.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:30:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:30:19.283Z||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-11-05T11:30:19.283Z||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-11-05T11:30:19.284Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:30:19.284Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:30:28.834Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:30:28.834Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:31:19.261Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:31:19.263Z||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-11-05T11:31:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:31:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:31:19.263Z||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-11-05T11:31:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:31:28.816Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:31:28.816Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:32:19.265Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:32:19.266Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:32:19.267Z||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-11-05T11:32:19.267Z||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-11-05T11:32:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:32:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:32:28.808Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:32:28.815Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:33:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:33:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:33:19.265Z||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-11-05T11:33:19.265Z||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-11-05T11:33:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:33:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:33:28.811Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:33:28.811Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:34:19.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:34:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:34:19.268Z||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-11-05T11:34:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:34:19.268Z||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-11-05T11:34:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:34:28.819Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:34:28.821Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:35:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:35:19.263Z||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-11-05T11:35:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:35:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:35:19.263Z||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-11-05T11:35:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:35:28.825Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:35:28.823Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:36:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:36:19.263Z||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-11-05T11:36:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:36:19.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:36:19.269Z||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-11-05T11:36:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:36:28.843Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:36:28.843Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:37:19.263Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:37:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:37:19.266Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-11-05T11:37:19.266Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:37:19.267Z||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-11-05T11:37:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:37:28.810Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:37:28.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:38:19.264Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:38:19.266Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:38:19.270Z||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-11-05T11:38:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:38:19.270Z||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-11-05T11:38:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:38:28.821Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:38:28.831Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:39:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:39:19.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:39:19.264Z||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-11-05T11:39:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:39:19.265Z||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-11-05T11:39:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:39:28.812Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:39:28.810Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:40:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:40:19.263Z||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-11-05T11:40:19.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:40:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:40:19.263Z||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-11-05T11:40:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:40:28.804Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:40:28.808Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:41:19.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:41:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:41:19.266Z||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-11-05T11:41:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:41:19.266Z||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-11-05T11:41:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:41:28.815Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:41:28.815Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:42:19.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:42:19.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:42:19.275Z||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-11-05T11:42:19.275Z||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-11-05T11:42:19.276Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:42:19.276Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:42:28.825Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:42:28.823Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:43:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:43:19.262Z||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-11-05T11:43:19.262Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:43:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:43:19.263Z||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-11-05T11:43:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:43:28.802Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:43:28.806Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:44:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:44:19.264Z||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-11-05T11:44:19.264Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:44:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:44:19.267Z||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-11-05T11:44:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:44:28.805Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:44:28.815Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:45:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:45:19.265Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:45:19.267Z||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-11-05T11:45:19.267Z||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-11-05T11:45:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:19.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:45:19.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5439bad-03f2-4123-95bc-5be66f47a7e1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c7748074-133f-456e-a79c-9caf5d357130","serviceDescription":"service","serviceInvariantUUID":"3860e9ae-a2cb-4281-95f2-eab1eba1358e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ec0edc31-38e6-436e-9e9d-b9733162d3d8","resourceInvariantUUID":"30dcd60f-e4e8-484c-af9e-73995de7f3e5","resourceCustomizationUUID":"eb6759d6-a8ff-4f0b-bd39-f9422dd45a1a","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"N2EyZWI2MmQ3N2UyZjg5M2E5M2JhNzI5Y2FlMTM4ZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ee7edf9-4f7d-4ce5-91ae-7cf50022d470","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWUwZjVmOTRjNDRiMzM1NjVmZmEwMmUzMTJiMDBkNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6e1981f-b737-4c27-96a9-2951ca29b7ef","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T11:45:19.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:45:19.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "cds",
  "timestamp": 1636112678748,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "dcae-sch",
  "timestamp": 1636112679061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112681008,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112681965,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "cds",
  "timestamp": 1636112678748,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:45:19.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "dcae-sch",
  "timestamp": 1636112679061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112681008,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:45:19.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "aai-ml",
  "timestamp": 1636112682752,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112681965,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:45:19.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "aai-ml",
  "timestamp": 1636112682752,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:45:19.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.912Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:45:19.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112684825,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:45:19.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.913Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:45:19.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "cds",
  "timestamp": 1636112684928,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:45:19.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "aai-ml",
  "timestamp": 1636112685542,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:45:19.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "cds",
  "timestamp": 1636112685933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-11-05T11:45:19.918Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:45:19.919Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112719262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:45:19.935Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5439bad-03f2-4123-95bc-5be66f47a7e1
2021-11-05T11:45:19.935Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439bad-03f2-4123-95bc-5be66f47a7e1 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-11-05T11:45:19.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112686454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:45:19.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112687457,
  "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-11-05T11:45:19.964Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5439bad-03f2-4123-95bc-5be66f47a7e1
2021-11-05T11:45:19.964Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439bad-03f2-4123-95bc-5be66f47a7e1 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-11-05T11:45:19.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "aai-ml",
  "timestamp": 1636112690229,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:45:19.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "clamp",
  "timestamp": 1636112690057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "aai-ml",
  "timestamp": 1636112691233,
  "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-11-05T11:45:19.984Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5439bad-03f2-4123-95bc-5be66f47a7e1
2021-11-05T11:45:19.984Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439bad-03f2-4123-95bc-5be66f47a7e1 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-11-05T11:45:19.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112690644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "policy-id",
  "timestamp": 1636112690871,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "clamp",
  "timestamp": 1636112690057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:45:19.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112690644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "policy-id",
  "timestamp": 1636112690871,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:45:19.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:45:19.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "policy-id",
  "timestamp": 1636112693825,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:45:19.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "policy-id",
  "timestamp": 1636112694834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:45:19.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "policy-id",
  "timestamp": 1636112695837,
  "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-11-05T11:45:20.003Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5439bad-03f2-4123-95bc-5be66f47a7e1
2021-11-05T11:45:20.003Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439bad-03f2-4123-95bc-5be66f47a7e1 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-11-05T11:45:20.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:20.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "clamp",
  "timestamp": 1636112698537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:45:20.013Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:20.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:20.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "clamp",
  "timestamp": 1636112700546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:45:20.014Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:20.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:20.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "clamp",
  "timestamp": 1636112701548,
  "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-11-05T11:45:20.019Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:45:20.020Z||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-11-05T11:45:20.020Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:20.020Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5439bad-03f2-4123-95bc-5be66f47a7e1
2021-11-05T11:45:20.020Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439bad-03f2-4123-95bc-5be66f47a7e1 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-11-05T11:45:20.033Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:45:20.034Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:45:20.925Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:45:20.926Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:45:20.928Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:45:20.928Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112719262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:45:21.028Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:45:21.029Z||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-11-05T11:45:21.029Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:21.042Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:45:21.042Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:45:21.930Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "c7748074-133f-456e-a79c-9caf5d357130",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3860e9ae-a2cb-4281-95f2-eab1eba1358e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "eb6759d6-a8ff-4f0b-bd39-f9422dd45a1a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ec0edc31-38e6-436e-9e9d-b9733162d3d8",
      "resourceInvariantUUID": "30dcd60f-e4e8-484c-af9e-73995de7f3e5",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "ZWUwZjVmOTRjNDRiMzM1NjVmZmEwMmUzMTJiMDBkNWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f6e1981f-b737-4c27-96a9-2951ca29b7ef"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T11:45:21.930Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T11:45:21.931Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7748074-133f-456e-a79c-9caf5d357130 ASDC
2021-11-05T11:45:21.932Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b5439bad-03f2-4123-95bc-5be66f47a7e1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c7748074-133f-456e-a79c-9caf5d357130
ServiceInvariantUUID:3860e9ae-a2cb-4281-95f2-eab1eba1358e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:f6e1981f-b737-4c27-96a9-2951ca29b7ef
ArtifactChecksum:ZWUwZjVmOTRjNDRiMzM1NjVmZmEwMmUzMTJiMDBkNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:eb6759d6-a8ff-4f0b-bd39-f9422dd45a1a
ResourceInvariantUUID:30dcd60f-e4e8-484c-af9e-73995de7f3e5
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ec0edc31-38e6-436e-9e9d-b9733162d3d8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-05T11:45:21.933Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7748074-133f-456e-a79c-9caf5d357130 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-11-05T11:45:21.959Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:45:21.960Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-05T11:45:21.960Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-05T11:45:21.961Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f6e1981f-b737-4c27-96a9-2951ca29b7ef from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-05T11:45:21.961Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-05T11:45:21.961Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-05T11:45:22.350Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-05T11:45:22.352Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f6e1981f-b737-4c27-96a9-2951ca29b7ef 52485
2021-11-05T11:45:22.352Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-05T11:45:22.352Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-05T11:45:22.352Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:45:22.353Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:45:22.355Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:45:22.355Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112722352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:45:22.455Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:45:22.456Z||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-11-05T11:45:22.456Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:22.467Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:45:22.467Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:45:23.356Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:45:23.357Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-05T11:45:23.358Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f6e1981f-b737-4c27-96a9-2951ca29b7ef, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:23.358Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-05T11:45:23.358Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:23.359Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:23.493Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6588411388287827596/Definitions/service-BasicNetwork-template.yml
2021-11-05T11:45:24.000Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T11:45:24.000Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-05T11:45:24.000Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:24.000Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-05T11:45:24.001Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:24.005Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:24.005Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:24.005Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:24.005Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|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-BasicNetwork-csar.csar
2021-11-05T11:45:24.006Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:24.006Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:24.006Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:24.006Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-05T11:45:24.006Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.006Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.007Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-05T11:45:24.007Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-05T11:45:24.007Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:45:24.007Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.007Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.007Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-05T11:45:24.008Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-05T11:45:24.008Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:45:24.008Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.008Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.008Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.008Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.009Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.009Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.009Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.009Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.009Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.010Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.010Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:c7748074-133f-456e-a79c-9caf5d357130
Model Version:NULL
Model InvariantUuid:3860e9ae-a2cb-4281-95f2-eab1eba1358e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:30dcd60f-e4e8-484c-af9e-73995de7f3e5
Model UUID:317ccfb3-04b2-46d4-a57c-cb6f19a7057a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:eb6759d6-a8ff-4f0b-bd39-f9422dd45a1a
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-05T11:45:24.015Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: ec0edc31-38e6-436e-9e9d-b9733162d3d8
2021-11-05T11:45:24.016Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||No resources found for Service: c7748074-133f-456e-a79c-9caf5d357130
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-11-05T11:45:24.022Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||
2021-11-05T11:45:24.022Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-05T11:45:24.023Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c7748074-133f-456e-a79c-9caf5d357130
2021-11-05T11:45:24.023Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c7748074-133f-456e-a79c-9caf5d357130
2021-11-05T11:45:24.024Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-05T11:45:24.024Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T11:45:24.028Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f8d95bd, org.onap.sdc.toscaparser.api.parameters.Input@501389f2, org.onap.sdc.toscaparser.api.parameters.Input@7ddd2b22, org.onap.sdc.toscaparser.api.parameters.Input@7a0e276c, org.onap.sdc.toscaparser.api.parameters.Input@69bd65ed]
2021-11-05T11:45:24.030Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.030Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.030Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.031Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.031Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c7748074-133f-456e-a79c-9caf5d357130: Generic NeutronNet
2021-11-05T11:45:24.031Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.031Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.032Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.032Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-05T11:45:24.062Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.063Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.063Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.063Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.063Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:45:24.064Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.064Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-05T11:45:24.110Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-05T11:45:24.111Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-05T11:45:24.111Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-05T11:45:24.111Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:45:24.111Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:45:24.113Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:45:24.113Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112724111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:45:24.213Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:45:24.214Z||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-11-05T11:45:24.214Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:24.224Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:45:24.225Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:45:25.113Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5439bad-03f2-4123-95bc-5be66f47a7e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:45:25.125Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5439bad-03f2-4123-95bc-5be66f47a7e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:45:25.129Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|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-11-05T11:45:25.139Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T11:45:55.139Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5439bad-03f2-4123-95bc-5be66f47a7e1 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-11-05T11:45:55.147Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5439bad-03f2-4123-95bc-5be66f47a7e1 and serviceModelVersionId: c7748074-133f-456e-a79c-9caf5d357130
2021-11-05T11:45:55.147Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3860e9ae-a2cb-4281-95f2-eab1eba1358e
2021-11-05T11:45:55.149Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0
2021-11-05T11:45:55.155Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T11:45:55.218Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0|INFO|500||Invoke
2021-11-05T11:45:55.218Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b5439bad-03f2-4123-95bc-5be66f47a7e1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89695ffc-d30c-4b2f-8d00-2a6c809ffa4a], X-ECOMP-RequestID=[b5439bad-03f2-4123-95bc-5be66f47a7e1], X-TransactionId=[], X-ONAP-RequestID=[b5439bad-03f2-4123-95bc-5be66f47a7e1], Content-Type=[application/merge-patch+json]}
2021-11-05T11:45:55.240Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T11:45:56.041Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?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/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211105-11:45:55:247-44655], vertex-id=[172120], Content-Length=[0], Date=[Fri, 05 Nov 2021 11:45:55 GMT], Content-Type=[application/json]}
2021-11-05T11:45:56.042Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-05T11:45:56.043Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0|INFO|500||InvokeReturn
2021-11-05T11:45:56.043Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T11:45:56.043Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|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-11-05T11:45:56.047Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|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-11-05T11:45:56.048Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5439bad-03f2-4123-95bc-5be66f47a7e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T11:45:56.048Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T11:45:56.048Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:45:56.050Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:45:56.050Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112756048,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:45:56.150Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:45:56.151Z||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-11-05T11:45:56.151Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:56.164Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:45:56.165Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-05T11:46:19.263Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:46:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:46:19.269Z||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-11-05T11:46:19.269Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|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-11-05T11:46:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:19.269Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:19.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:19.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:46:19.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112719262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:46:19.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:46:19.896Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:19.896Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-05T11:46:19.896Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"91c724a9-59ae-4167-9855-feaca018cb2e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"57aab720-75b2-4f69-81b4-076b3a1be3d7","serviceDescription":"service","serviceInvariantUUID":"f51e2909-3236-4333-8ba8-f79bcce42df3","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8f13adeb-59e0-41fb-96ce-040b1e4559e8","resourceInvariantUUID":"a23091e7-ae79-498c-8120-7dfed43144a9","resourceCustomizationUUID":"dc671eb4-efaa-4303-b667-387f06d911f1","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":"OGQzZmRhNDVjMzc2ODNhMWVmZjc1NGU0M2MzZTdhN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb8a4546-764a-4111-9b0b-82b2ad15bcf6","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":"NDc4NDMyZDc3NDQ0OWRiYjcwZmQ2OTEwYjc2NTUxZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3951e40-86a2-4b2c-9f47-2838b7dbd7e7","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":"5bb1d552-b56f-40ee-8dce-ea8ff1c2685c","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":"06991e2d-076f-430f-bdd2-ccc419fb2bc3","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":"d50a304b-fd10-4dac-9b39-1d66e1e25084","artifactVersion":"2","generatedFromUUID":"5bb1d552-b56f-40ee-8dce-ea8ff1c2685c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWVjNzA3NTAxNjZjZDQ4ZDk0YTcyZWM1MzNkODA5ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9937182e-db18-4f15-85f5-c7cdbe56380e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODc3M2QxMWY4NmJjMjIwODdkYjRjN2MyN2VmYmYwZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d887fd9-494c-4b44-b929-a57b26851dbb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T11:46:19.901Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:19.901Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:19.909Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:19.910Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:46:20.009Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:46:20.010Z||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-11-05T11:46:20.011Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:20.021Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:20.021Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:20.910Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:20.911Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:20.912Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:20.913Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:46:21.013Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:21.014Z||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-11-05T11:46:21.014Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:21.024Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:21.024Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:21.913Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:21.914Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:21.915Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:21.916Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:46:22.016Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:22.017Z||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-11-05T11:46:22.017Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:22.034Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:22.035Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:22.916Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:22.917Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:22.919Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:22.919Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:46:23.019Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:23.020Z||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-11-05T11:46:23.020Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:23.033Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:23.033Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:46:23.920Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:23.920Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:23.923Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:23.923Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-05T11:46:24.023Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:24.024Z||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-11-05T11:46:24.024Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:24.038Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:24.038Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:24.923Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:24.924Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:24.927Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:24.927Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:46:25.027Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:25.028Z||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-11-05T11:46:25.028Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:25.040Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:25.041Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:25.927Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:25.928Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:25.930Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:25.930Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:46:26.030Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:26.031Z||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-11-05T11:46:26.031Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:26.042Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:26.042Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:26.932Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "57aab720-75b2-4f69-81b4-076b3a1be3d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f51e2909-3236-4333-8ba8-f79bcce42df3",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "dc671eb4-efaa-4303-b667-387f06d911f1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8f13adeb-59e0-41fb-96ce-040b1e4559e8",
      "resourceInvariantUUID": "a23091e7-ae79-498c-8120-7dfed43144a9",
      "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": "NDc4NDMyZDc3NDQ0OWRiYjcwZmQ2OTEwYjc2NTUxZTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3951e40-86a2-4b2c-9f47-2838b7dbd7e7",
          "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": "5bb1d552-b56f-40ee-8dce-ea8ff1c2685c",
          "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": "d50a304b-fd10-4dac-9b39-1d66e1e25084",
            "generatedFromUUID": "5bb1d552-b56f-40ee-8dce-ea8ff1c2685c"
          },
          "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": "d50a304b-fd10-4dac-9b39-1d66e1e25084",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODc3M2QxMWY4NmJjMjIwODdkYjRjN2MyN2VmYmYwZTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1d887fd9-494c-4b44-b929-a57b26851dbb"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T11:46:26.933Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T11:46:26.933Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57aab720-75b2-4f69-81b4-076b3a1be3d7 ASDC
2021-11-05T11:46:26.934Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:91c724a9-59ae-4167-9855-feaca018cb2e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:57aab720-75b2-4f69-81b4-076b3a1be3d7
ServiceInvariantUUID:f51e2909-3236-4333-8ba8-f79bcce42df3
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:1d887fd9-494c-4b44-b929-a57b26851dbb
ArtifactChecksum:ODc3M2QxMWY4NmJjMjIwODdkYjRjN2MyN2VmYmYwZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:dc671eb4-efaa-4303-b667-387f06d911f1
ResourceInvariantUUID:a23091e7-ae79-498c-8120-7dfed43144a9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8f13adeb-59e0-41fb-96ce-040b1e4559e8
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:a3951e40-86a2-4b2c-9f47-2838b7dbd7e7
ArtifactChecksum:NDc4NDMyZDc3NDQ0OWRiYjcwZmQ2OTEwYjc2NTUxZTE=
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:5bb1d552-b56f-40ee-8dce-ea8ff1c2685c
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:d50a304b-fd10-4dac-9b39-1d66e1e25084
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:d50a304b-fd10-4dac-9b39-1d66e1e25084
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-05T11:46:26.934Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57aab720-75b2-4f69-81b4-076b3a1be3d7 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-11-05T11:46:27.038Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:46:27.039Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-05T11:46:27.039Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-05T11:46:27.040Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1d887fd9-494c-4b44-b929-a57b26851dbb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-05T11:46:27.040Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-05T11:46:27.040Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-05T11:46:27.228Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-05T11:46:27.231Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1d887fd9-494c-4b44-b929-a57b26851dbb 71042
2021-11-05T11:46:27.232Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-05T11:46:27.232Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-05T11:46:27.232Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:46:27.232Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:27.234Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:27.234Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112787232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:46:27.334Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:27.335Z||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-11-05T11:46:27.336Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:27.352Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:27.353Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:46:28.238Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:46:28.240Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-05T11:46:28.241Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1d887fd9-494c-4b44-b929-a57b26851dbb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T11:46:28.241Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-05T11:46:28.242Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T11:46:28.242Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T11:46:28.526Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9110803625542049158/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-11-05T11:46:29.860Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T11:46:29.861Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-05T11:46:29.861Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-BasicVm-csar.csar
2021-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-BasicVm-csar.csar
2021-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-BasicVm-csar.csar
2021-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-BasicVm-csar.csar
2021-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-BasicVm-csar.csar
2021-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:29.865Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-05T11:46:29.865Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:46:29.866Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:29.866Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:29.866Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:29.866Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-05T11:46:29.867Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:46:29.867Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:29.867Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:29.868Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:29.868Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-05T11:46:29.868Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-05T11:46:29.868Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-05T11:46:29.869Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-05T11:46:29.869Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-05T11:46:29.869Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T11:46:29.870Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:29.870Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:46:29.871Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:29.871Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:29.872Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:46:29.873Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:29.874Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:29.875Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:46:29.875Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:29.875Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:29.875Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:46:29.876Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:29.876Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-05T11:46:29.876Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-05T11:46:29.876Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-05T11:46:29.876Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=43962a74-9988-4750-905d-8f8a040d027a
2021-11-05T11:46:29.877Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:29.877Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:29.877Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:29.877Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:29.877Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:29.878Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:29.878Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:29.878Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:29.878Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:57aab720-75b2-4f69-81b4-076b3a1be3d7
Model Version:NULL
Model InvariantUuid:f51e2909-3236-4333-8ba8-f79bcce42df3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:aeed3c78-2a19-4ba7-964e-46961c067c8b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a23091e7-ae79-498c-8120-7dfed43144a9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dc671eb4-efaa-4303-b667-387f06d911f1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3e37a39f-7fc0-4302-84ba-9289e426e584
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:66d2980d-6745-44be-b11a-5190d3a21128
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:43962a74-9988-4750-905d-8f8a040d027a
ModelInvariantUuid:e1c9f1f3-523d-432b-9768-182b01da9d3e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:236d0df0-3274-4617-9dbb-d10394cae904
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ef5cc0d5-87c0-43c2-b0f4-947455e1b595
ModelInvariantUuid:388d57e3-201b-4638-8056-29d4965b047b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:b8578220-ccb3-4add-b90f-4da788495a4b
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-11-05T11:46:29.890Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8f13adeb-59e0-41fb-96ce-040b1e4559e8
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-11-05T11:46:29.897Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-11-05T11:46:29.897Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8f13adeb-59e0-41fb-96ce-040b1e4559e8
2021-11-05T11:46:29.897Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a3951e40-86a2-4b2c-9f47-2838b7dbd7e7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-05T11:46:29.897Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-05T11:46:29.897Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.948Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-05T11:46:29.948Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a3951e40-86a2-4b2c-9f47-2838b7dbd7e7 787
2021-11-05T11:46:29.948Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.949Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.949Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:46:29.949Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:29.960Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:29.961Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112789948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:46:30.052Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-11-05T11:46:30.053Z||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-11-05T11:46:30.053Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:30.068Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:30.068Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:30.961Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3e37a39f-7fc0-4302-84ba-9289e426e584",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66d2980d-6745-44be-b11a-5190d3a21128",
    "vfModuleModelCustomizationUUID": "ec82bd47-351a-4522-a8d2-9247da43bc91",
    "isBase": true,
    "artifacts": [
      "5bb1d552-b56f-40ee-8dce-ea8ff1c2685c",
      "d50a304b-fd10-4dac-9b39-1d66e1e25084"
    ],
    "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-11-05T11:46:30.967Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66d2980d-6745-44be-b11a-5190d3a21128
VfModuleModelInvariantUUID:3e37a39f-7fc0-4302-84ba-9289e426e584
VfModuleModelDescription:NULL
Artifacts UUID List:{
5bb1d552-b56f-40ee-8dce-ea8ff1c2685c
,
d50a304b-fd10-4dac-9b39-1d66e1e25084

}
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-11-05T11:46:30.971Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3e37a39f-7fc0-4302-84ba-9289e426e584",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66d2980d-6745-44be-b11a-5190d3a21128",
    "vfModuleModelCustomizationUUID": "ec82bd47-351a-4522-a8d2-9247da43bc91",
    "isBase": true,
    "artifacts": [
      "5bb1d552-b56f-40ee-8dce-ea8ff1c2685c",
      "d50a304b-fd10-4dac-9b39-1d66e1e25084"
    ],
    "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-11-05T11:46:30.971Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66d2980d-6745-44be-b11a-5190d3a21128
VfModuleModelInvariantUUID:3e37a39f-7fc0-4302-84ba-9289e426e584
VfModuleModelDescription:NULL
Artifacts UUID List:{
5bb1d552-b56f-40ee-8dce-ea8ff1c2685c
,
d50a304b-fd10-4dac-9b39-1d66e1e25084

}
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-11-05T11:46:30.971Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5bb1d552-b56f-40ee-8dce-ea8ff1c2685c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-05T11:46:30.971Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-05T11:46:30.972Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:31.026Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-05T11:46:31.027Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5bb1d552-b56f-40ee-8dce-ea8ff1c2685c 5033
2021-11-05T11:46:31.027Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:31.027Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:31.027Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:46:31.027Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:31.029Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:31.029Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112791027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:46:31.129Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:46:31.130Z||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-11-05T11:46:31.130Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:31.142Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:31.142Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:46:32.030Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d50a304b-fd10-4dac-9b39-1d66e1e25084 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-05T11:46:32.031Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-05T11:46:32.031Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:32.141Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-05T11:46:32.142Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d50a304b-fd10-4dac-9b39-1d66e1e25084 903
2021-11-05T11:46:32.142Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:32.142Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:32.142Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:46:32.143Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:32.144Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:32.144Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112792142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:46:32.245Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:32.245Z||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-11-05T11:46:32.246Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:32.264Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:32.264Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:33.145Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 57aab720-75b2-4f69-81b4-076b3a1be3d7
2021-11-05T11:46:33.146Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8f13adeb-59e0-41fb-96ce-040b1e4559e8 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-11-05T11:46:33.162Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50b21f8a, org.onap.sdc.toscaparser.api.parameters.Input@5e53cada, org.onap.sdc.toscaparser.api.parameters.Input@1b4ee316, org.onap.sdc.toscaparser.api.parameters.Input@4ba0c731, org.onap.sdc.toscaparser.api.parameters.Input@baedf80]
2021-11-05T11:46:33.164Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.164Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:33.165Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-11-05T11:46:33.165Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= dc671eb4-efaa-4303-b667-387f06d911f1
2021-11-05T11:46:33.165Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc671eb4-efaa-4303-b667-387f06d911f1 matches Tosca VF Customization UUID: dc671eb4-efaa-4303-b667-387f06d911f1
2021-11-05T11:46:33.165Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: dc671eb4-efaa-4303-b667-387f06d911f1  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-11-05T11:46:33.167Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.168Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:33.168Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id dc671eb4-efaa-4303-b667-387f06d911f1: {\"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-11-05T11:46:33.168Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a051f99
2021-11-05T11:46:33.169Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.169Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:46:33.169Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec82bd47-351a-4522-a8d2-9247da43bc91
2021-11-05T11:46:33.169Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec82bd47-351a-4522-a8d2-9247da43bc91
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-11-05T11:46:33.171Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.172Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:33.172Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:46:33.172Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.172Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:33.172Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:46:33.173Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.173Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-05T11:46:33.173Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-05T11:46:33.173Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-05T11:46:33.174Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=43962a74-9988-4750-905d-8f8a040d027a
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-11-05T11:46:33.178Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.178Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:33.178Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:46:33.178Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.178Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:33.179Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=dc671eb4-efaa-4303-b667-387f06d911f1
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-11-05T11:46:33.181Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.181Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:33.181Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 57aab720-75b2-4f69-81b4-076b3a1be3d7: basic_vm
2021-11-05T11:46:33.181Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.182Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:33.182Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.182Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:33.182Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.182Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:33.183Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.183Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:33.183Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:46:33.183Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:33.183Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:33.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8f13adeb-59e0-41fb-96ce-040b1e4559e8 1 ASDC deployResourceStructure
2021-11-05T11:46:33.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:33.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:33.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:46:33.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:33.264Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:33.264Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112793262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:46:33.364Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:33.365Z||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-11-05T11:46:33.366Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:33.377Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:33.377Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:34.266Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:34.266Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:34.266Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:46:34.266Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:34.268Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:34.268Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112794266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T11:46:34.368Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:34.369Z||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-11-05T11:46:34.369Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:34.400Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:34.401Z||pool-52-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:46:35.268Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:35.269Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:35.269Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:46:35.269Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:35.271Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:35.271Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112795268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-05T11:46:35.372Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-05T11:46:35.373Z||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-11-05T11:46:35.373Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:35.389Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:35.389Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:46:36.273Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-05T11:46:36.273Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-05T11:46:36.273Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:46:36.274Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:36.275Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:36.275Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112796272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:46:36.376Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:36.377Z||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-11-05T11:46:36.377Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:36.386Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:46:36.387Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:37.276Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:46:37.290Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:46:37.292Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:46:37.292Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:46:37.292Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:47:07.292Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:47:07.304Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:47:07.306Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:47:07.306Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:47:07.306Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:47:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:47:19.265Z||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-11-05T11:47:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:47:19.327Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:47:19.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112719262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:47:19.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112722352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:47:19.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:47:19.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112724111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:47:19.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:47:19.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112756048,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:47:19.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:47:19.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1636112759059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112761965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112761965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:47:19.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1636112759059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1636112759059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112761965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:47:19.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1636112759059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112761965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112761965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-05T11:47:19.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1636112759059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "cds",
  "timestamp": 1636112768736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1636112759059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112761965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "cds",
  "timestamp": 1636112768736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1636112759059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112761965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:47:19.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112770643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "cds",
  "timestamp": 1636112768736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "policy-id",
  "timestamp": 1636112770871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112771008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112772048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:47:19.349Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:47:19.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112770643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "cds",
  "timestamp": 1636112768736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "policy-id",
  "timestamp": 1636112770871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112771008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112773248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:47:19.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:47:19.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112770643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "aai-ml",
  "timestamp": 1636112772753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "cds",
  "timestamp": 1636112768736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "policy-id",
  "timestamp": 1636112770871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:47:19.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112771008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112770643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "aai-ml",
  "timestamp": 1636112772753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "cds",
  "timestamp": 1636112768736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112774448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:47:19.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:47:19.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "policy-id",
  "timestamp": 1636112770871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112771008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112770643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "aai-ml",
  "timestamp": 1636112772753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "cds",
  "timestamp": 1636112768736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:47:19.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112775497,
  "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-11-05T11:47:19.377Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91c724a9-59ae-4167-9855-feaca018cb2e
2021-11-05T11:47:19.377Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91c724a9-59ae-4167-9855-feaca018cb2e 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-11-05T11:47:19.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "policy-id",
  "timestamp": 1636112770871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112771008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112770643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "aai-ml",
  "timestamp": 1636112772753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112776504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:47:19.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:47:19.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "policy-id",
  "timestamp": 1636112770871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112771008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "cds",
  "timestamp": 1636112776745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:47:19.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:47:19.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112770643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "aai-ml",
  "timestamp": 1636112772753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "policy-id",
  "timestamp": 1636112770871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:47:19.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112771008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:47:19.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "cds",
  "timestamp": 1636112777757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T11:47:19.406Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91c724a9-59ae-4167-9855-feaca018cb2e
2021-11-05T11:47:19.407Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91c724a9-59ae-4167-9855-feaca018cb2e 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-11-05T11:47:19.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "aai-ml",
  "timestamp": 1636112772753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:47:19.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:47:19.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "policy-id",
  "timestamp": 1636112778759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:47:19.416Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:47:19.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:47:19.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112778859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:47:19.417Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:47:37.307Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:47:37.332Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:47:37.335Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:47:37.335Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:47:37.335Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:48:07.335Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:48:07.346Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:48:07.348Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:48:07.348Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:48:07.348Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:48:19.264Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:48:19.275Z||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-11-05T11:48:19.275Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:48:19.301Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:48:19.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:48:19.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "aai-ml",
  "timestamp": 1636112772753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:48:19.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:48:37.349Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:48:37.364Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:48:37.367Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:48:37.367Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:48:37.367Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:49:07.368Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:49:07.390Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:49:07.393Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:49:07.394Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:49:07.395Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:49:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:49:19.265Z||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-11-05T11:49:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:49:19.295Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:49:19.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "policy-id",
  "timestamp": 1636112779768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.311Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "aai-ml",
  "timestamp": 1636112780549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.312Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "dcae-sch",
  "timestamp": 1636112779059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "policy-id",
  "timestamp": 1636112780772,
  "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-11-05T11:49:19.320Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91c724a9-59ae-4167-9855-feaca018cb2e
2021-11-05T11:49:19.320Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91c724a9-59ae-4167-9855-feaca018cb2e 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-11-05T11:49:19.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112781178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.330Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "dcae-sch",
  "timestamp": 1636112779059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112782182,
  "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-11-05T11:49:19.336Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91c724a9-59ae-4167-9855-feaca018cb2e
2021-11-05T11:49:19.336Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91c724a9-59ae-4167-9855-feaca018cb2e 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-11-05T11:49:19.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "dcae-sch",
  "timestamp": 1636112779059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112781965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "dcae-sch",
  "timestamp": 1636112779059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112781965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "dcae-sch",
  "timestamp": 1636112779059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112781965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "dcae-sch",
  "timestamp": 1636112779059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112781965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112779262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "dcae-sch",
  "timestamp": 1636112779059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112781965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112787232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "dcae-sch",
  "timestamp": 1636112779059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112781965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "aai-ml",
  "timestamp": 1636112788598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112781965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "aai-ml",
  "timestamp": 1636112789602,
  "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-11-05T11:49:19.371Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91c724a9-59ae-4167-9855-feaca018cb2e
2021-11-05T11:49:19.372Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91c724a9-59ae-4167-9855-feaca018cb2e 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-11-05T11:49:19.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112781965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112789948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "clamp",
  "timestamp": 1636112790553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.381Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112790722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112791027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "clamp",
  "timestamp": 1636112791570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112791794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112792142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.385Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "cds",
  "timestamp": 1636112792553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "clamp",
  "timestamp": 1636112792573,
  "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-11-05T11:49:19.391Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91c724a9-59ae-4167-9855-feaca018cb2e
2021-11-05T11:49:19.392Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91c724a9-59ae-4167-9855-feaca018cb2e 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-11-05T11:49:19.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112792941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112793262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112793980,
  "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-11-05T11:49:19.413Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4
2021-11-05T11:49:19.413Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4 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-11-05T11:49:19.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112794266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.420Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112794983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.421Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "cds",
  "timestamp": 1636112795218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T11:49:19.425Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4
2021-11-05T11:49:19.426Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4 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-11-05T11:49:19.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112795268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636112796272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "policy-id",
  "timestamp": 1636112799666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "dcae-sch",
  "timestamp": 1636112799060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "clamp",
  "timestamp": 1636112780057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "policy-id",
  "timestamp": 1636112800670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "dcae-sch",
  "timestamp": 1636112799060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "policy-id",
  "timestamp": 1636112801672,
  "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-11-05T11:49:19.446Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4
2021-11-05T11:49:19.446Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4 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-11-05T11:49:19.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "dcae-sch",
  "timestamp": 1636112799060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112801965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "dcae-sch",
  "timestamp": 1636112799060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112801965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "dcae-sch",
  "timestamp": 1636112799060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "cds",
  "timestamp": 1636112783737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112801965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "dcae-sch",
  "timestamp": 1636112799060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "cds",
  "timestamp": 1636112805550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112801965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "dcae-sch",
  "timestamp": 1636112799060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "cds",
  "timestamp": 1636112806556,
  "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-11-05T11:49:19.472Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 420f92ea-b90a-4b51-aa1d-519b6c5938c6
2021-11-05T11:49:19.472Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 420f92ea-b90a-4b51-aa1d-519b6c5938c6 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-11-05T11:49:19.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112801965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "dcae-sch",
  "timestamp": 1636112799060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636112790642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112801965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "dcae-sch",
  "timestamp": 1636112799060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112801965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112801965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112809758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112801965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "policy-id",
  "timestamp": 1636112790871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "aai-ml",
  "timestamp": 1636112811481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112811750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "policy-id",
  "timestamp": 1636112811776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112812042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "policy-id",
  "timestamp": 1636112812784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112812942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112813047,
  "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-11-05T11:49:19.492Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4
2021-11-05T11:49:19.492Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4 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-11-05T11:49:19.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "clamp",
  "timestamp": 1636112813555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.500Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "policy-id",
  "timestamp": 1636112813788,
  "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-11-05T11:49:19.504Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 420f92ea-b90a-4b51-aa1d-519b6c5938c6
2021-11-05T11:49:19.504Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 420f92ea-b90a-4b51-aa1d-519b6c5938c6 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-11-05T11:49:19.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112814341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112815925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.513Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "clamp",
  "timestamp": 1636112816561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.513Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112817032,
  "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-11-05T11:49:19.518Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 420f92ea-b90a-4b51-aa1d-519b6c5938c6
2021-11-05T11:49:19.519Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 420f92ea-b90a-4b51-aa1d-519b6c5938c6 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-11-05T11:49:19.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "clamp",
  "timestamp": 1636112817566,
  "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-11-05T11:49:19.529Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4
2021-11-05T11:49:19.529Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4 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-11-05T11:49:19.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636112818040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "clamp",
  "timestamp": 1636112818570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "aai-ml",
  "timestamp": 1636112819644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "clamp",
  "timestamp": 1636112818570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "aai-ml",
  "timestamp": 1636112820648,
  "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-11-05T11:49:19.542Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4
2021-11-05T11:49:19.543Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4 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-11-05T11:49:19.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "clamp",
  "timestamp": 1636112818570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112801009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.553Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "clamp",
  "timestamp": 1636112818570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112823221,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "clamp",
  "timestamp": 1636112818570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "clamp",
  "timestamp": 1636112818570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "clamp",
  "timestamp": 1636112818570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112825482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "clamp",
  "timestamp": 1636112818570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636112826485,
  "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-11-05T11:49:19.564Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 420f92ea-b90a-4b51-aa1d-519b6c5938c6
2021-11-05T11:49:19.564Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 420f92ea-b90a-4b51-aa1d-519b6c5938c6 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-11-05T11:49:19.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "clamp",
  "timestamp": 1636112818570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:49:19.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "aai-ml",
  "timestamp": 1636112802752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:49:19.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:49:19.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "aai-ml",
  "timestamp": 1636112830809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "clamp",
  "timestamp": 1636112831557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:49:19.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "clamp",
  "timestamp": 1636112833564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:49:19.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:49:19.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:49:19.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "clamp",
  "timestamp": 1636112834567,
  "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-11-05T11:49:19.582Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 420f92ea-b90a-4b51-aa1d-519b6c5938c6
2021-11-05T11:49:19.582Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 420f92ea-b90a-4b51-aa1d-519b6c5938c6 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-11-05T11:49:37.395Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:49:37.406Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:49:37.409Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:49:37.410Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T11:49:37.410Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T11:49:37.410Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T11:49:37.410Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:49:37.410Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:49:37.410Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:49:37.410Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:49:37.410Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:49:37.410Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:49:37.411Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T11:49:37.416Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T11:50:07.417Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91c724a9-59ae-4167-9855-feaca018cb2e 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-11-05T11:50:07.433Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91c724a9-59ae-4167-9855-feaca018cb2e and serviceModelVersionId: 57aab720-75b2-4f69-81b4-076b3a1be3d7
2021-11-05T11:50:07.434Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f51e2909-3236-4333-8ba8-f79bcce42df3
2021-11-05T11:50:07.435Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f51e2909-3236-4333-8ba8-f79bcce42df3/model-vers/model-ver/57aab720-75b2-4f69-81b4-076b3a1be3d7?depth=0
2021-11-05T11:50:07.444Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T11:50:07.527Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f51e2909-3236-4333-8ba8-f79bcce42df3/model-vers/model-ver/57aab720-75b2-4f69-81b4-076b3a1be3d7?depth=0|INFO|500||Invoke
2021-11-05T11:50:07.528Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f51e2909-3236-4333-8ba8-f79bcce42df3/model-vers/model-ver/57aab720-75b2-4f69-81b4-076b3a1be3d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f51e2909-3236-4333-8ba8-f79bcce42df3/model-vers/model-ver/57aab720-75b2-4f69-81b4-076b3a1be3d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91c724a9-59ae-4167-9855-feaca018cb2e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d9c3a6f0-8708-4df9-8f17-5d42fa772453], X-ECOMP-RequestID=[91c724a9-59ae-4167-9855-feaca018cb2e], X-TransactionId=[], X-ONAP-RequestID=[91c724a9-59ae-4167-9855-feaca018cb2e], Content-Type=[application/merge-patch+json]}
2021-11-05T11:50:07.556Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f51e2909-3236-4333-8ba8-f79bcce42df3/model-vers/model-ver/57aab720-75b2-4f69-81b4-076b3a1be3d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T11:50:07.653Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f51e2909-3236-4333-8ba8-f79bcce42df3/model-vers/model-ver/57aab720-75b2-4f69-81b4-076b3a1be3d7?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/f51e2909-3236-4333-8ba8-f79bcce42df3/model-vers/model-ver/57aab720-75b2-4f69-81b4-076b3a1be3d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211105-11:50:07:565-869], vertex-id=[225384], Content-Length=[0], Date=[Fri, 05 Nov 2021 11:50:07 GMT], Content-Type=[application/json]}
2021-11-05T11:50:07.654Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f51e2909-3236-4333-8ba8-f79bcce42df3/model-vers/model-ver/57aab720-75b2-4f69-81b4-076b3a1be3d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-05T11:50:07.654Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f51e2909-3236-4333-8ba8-f79bcce42df3/model-vers/model-ver/57aab720-75b2-4f69-81b4-076b3a1be3d7?depth=0|INFO|500||InvokeReturn
2021-11-05T11:50:07.658Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T11:50:07.658Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T11:50:07.668Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T11:50:07.669Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91c724a9-59ae-4167-9855-feaca018cb2e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T11:50:07.669Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T11:50:07.670Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:07.673Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:07.673Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113007669,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:50:07.773Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:07.774Z||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-11-05T11:50:07.774Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:07.790Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:07.791Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-05T11:50:08.691Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:50:08.691Z||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-11-05T11:50:08.692Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:13.917Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:13.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T11:50:13.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d2ae940-3cd8-4ffb-b0fe-ef045288bae4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"049533ff-0bc5-40d9-b9a4-c225879fb632","serviceDescription":"service","serviceInvariantUUID":"15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"415f34db-ea2f-4ca7-98b9-589aeca15282","resourceInvariantUUID":"e23a9645-1bdc-4667-a0bd-7397596796d0","resourceCustomizationUUID":"b1e19607-5122-4926-a4db-51e1dfe8f31a","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":"NWY1MmEwNDVjZjBjMDc3YmUxMjAxNGVkYTIzMzMxMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77eea82b-9d28-4ea8-973d-4a980e9c2cd1","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":"NTI2MjU3ODA1Y2FhNzg1OTFmNGE0ZWMwNTNiNGExNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7a755eaf-063e-4da7-b280-462924cf1455","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":"cee0532c-6b09-4430-b01d-2da0feebadf9","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":"768214bd-4637-429b-baf6-9a15620bd945","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":"88aa02b1-92f0-4dc9-980f-d0b278024333","artifactVersion":"2","generatedFromUUID":"cee0532c-6b09-4430-b01d-2da0feebadf9"},{"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":"NjU5NTU3YmMxYzc1MmFjYTNjN2FjZThmZWM5ZTZlZmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a2f07ea6-027f-4058-bc6a-3994467b227d","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":"NDY3ZTcyMTM3ZmJkMTJlNjljMjIxOTNhMDZjOTg5Yzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9cefb464-10be-4a25-bb47-182b82b0c551","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjY1NGQyZmIxODQ4N2M0ZmYzNzhhNzJhODM3YmViOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c18f6a0-7d43-4e53-a640-57bc105afd20","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T11:50:13.922Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:50:13.922Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:13.924Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:13.924Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:50:14.025Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:14.026Z||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-11-05T11:50:14.026Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:14.039Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:14.040Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:50:14.925Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:50:14.925Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:14.927Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:14.927Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:50:15.027Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:15.028Z||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-11-05T11:50:15.028Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:15.050Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:15.051Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:50:15.928Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:50:15.928Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:15.930Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:15.930Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:50:16.030Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:16.031Z||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-11-05T11:50:16.031Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:16.046Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:16.046Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:50:16.931Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:50:16.931Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:16.933Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:16.933Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:50:17.033Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:17.034Z||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-11-05T11:50:17.035Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:17.059Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:17.060Z||pool-59-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:50:17.934Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:50:17.934Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:17.936Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:17.936Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-05T11:50:18.036Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:18.038Z||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-11-05T11:50:18.038Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:18.050Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:18.050Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:50:18.937Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:50:18.938Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:18.940Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:18.940Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:50:19.040Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:19.041Z||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-11-05T11:50:19.042Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:19.053Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:19.054Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:50:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:50:19.264Z||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-11-05T11:50:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:19.307Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:19.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:50:19.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "aai-ml",
  "timestamp": 1636112840047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:50:19.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:50:19.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:50:19.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "aai-ml",
  "timestamp": 1636112841052,
  "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-11-05T11:50:19.324Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 420f92ea-b90a-4b51-aa1d-519b6c5938c6
2021-11-05T11:50:19.325Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 420f92ea-b90a-4b51-aa1d-519b6c5938c6 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-11-05T11:50:19.940Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:50:19.941Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:19.943Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:19.943Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:50:20.043Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:20.044Z||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-11-05T11:50:20.044Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:20.058Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:20.059Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:50:20.943Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:50:20.945Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:20.951Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:20.952Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:50:21.053Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:21.053Z||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-11-05T11:50:21.054Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:21.064Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:21.065Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:50:21.953Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "049533ff-0bc5-40d9-b9a4-c225879fb632",
  "serviceDescription": "service",
  "serviceInvariantUUID": "15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b1e19607-5122-4926-a4db-51e1dfe8f31a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "415f34db-ea2f-4ca7-98b9-589aeca15282",
      "resourceInvariantUUID": "e23a9645-1bdc-4667-a0bd-7397596796d0",
      "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": "NTI2MjU3ODA1Y2FhNzg1OTFmNGE0ZWMwNTNiNGExNWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7a755eaf-063e-4da7-b280-462924cf1455",
          "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": "cee0532c-6b09-4430-b01d-2da0feebadf9",
          "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": "88aa02b1-92f0-4dc9-980f-d0b278024333",
            "generatedFromUUID": "cee0532c-6b09-4430-b01d-2da0feebadf9"
          },
          "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": "88aa02b1-92f0-4dc9-980f-d0b278024333",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjY1NGQyZmIxODQ4N2M0ZmYzNzhhNzJhODM3YmViOWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c18f6a0-7d43-4e53-a640-57bc105afd20"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T11:50:21.953Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T11:50:21.953Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 049533ff-0bc5-40d9-b9a4-c225879fb632 ASDC
2021-11-05T11:50:21.954Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:7d2ae940-3cd8-4ffb-b0fe-ef045288bae4
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:049533ff-0bc5-40d9-b9a4-c225879fb632
ServiceInvariantUUID:15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae
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:6c18f6a0-7d43-4e53-a640-57bc105afd20
ArtifactChecksum:YjY1NGQyZmIxODQ4N2M0ZmYzNzhhNzJhODM3YmViOWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b1e19607-5122-4926-a4db-51e1dfe8f31a
ResourceInvariantUUID:e23a9645-1bdc-4667-a0bd-7397596796d0
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:415f34db-ea2f-4ca7-98b9-589aeca15282
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:7a755eaf-063e-4da7-b280-462924cf1455
ArtifactChecksum:NTI2MjU3ODA1Y2FhNzg1OTFmNGE0ZWMwNTNiNGExNWY=
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:cee0532c-6b09-4430-b01d-2da0feebadf9
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:88aa02b1-92f0-4dc9-980f-d0b278024333
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:88aa02b1-92f0-4dc9-980f-d0b278024333
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-05T11:50:21.955Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 049533ff-0bc5-40d9-b9a4-c225879fb632 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-11-05T11:50:21.993Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:50:21.994Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T11:50:21.994Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T11:50:21.994Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6c18f6a0-7d43-4e53-a640-57bc105afd20 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-05T11:50:21.995Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T11:50:21.995Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-05T11:50:22.765Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T11:50:22.769Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 6c18f6a0-7d43-4e53-a640-57bc105afd20 78790
2021-11-05T11:50:22.770Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-05T11:50:22.770Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-05T11:50:22.770Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:50:22.770Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:22.772Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:22.772Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113022770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:50:22.872Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:22.874Z||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-11-05T11:50:22.874Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:22.886Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:22.887Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:50:23.773Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:50:23.774Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T11:50:23.774Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6c18f6a0-7d43-4e53-a640-57bc105afd20, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T11:50:23.774Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-05T11:50:23.775Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T11:50:23.775Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T11:50:24.236Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9549334883425492543/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-05T11:50:25.327Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T11:50:25.328Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T11:50:25.328Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-05T11:50:25.328Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-05T11:50:25.328Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:25.328Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:25.328Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:25.328Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:25.328Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:25.328Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:25.329Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:25.329Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:25.329Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:25.329Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T11:50:25.329Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:25.329Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:25.329Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T11:50:25.329Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T11:50:25.330Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:50:25.330Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:25.330Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:25.330Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T11:50:25.330Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T11:50:25.330Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:50:25.330Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:25.331Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:25.331Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:25.331Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-05T11:50:25.331Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-05T11:50:25.331Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-05T11:50:25.331Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-05T11:50:25.331Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-05T11:50:25.332Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T11:50:25.332Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:25.332Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:50:25.332Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:25.332Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T11:50:25.332Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:50:25.332Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:25.333Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T11:50:25.333Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:50:25.333Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:25.333Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T11:50:25.333Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:50:25.333Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:25.333Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-05T11:50:25.333Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-05T11:50:25.334Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-05T11:50:25.334Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9fd40cdf-7a47-42aa-ba16-8b4f3e105e54
2021-11-05T11:50:25.334Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:25.334Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:25.334Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:25.334Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:25.334Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:25.334Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:25.335Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:25.335Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:25.335Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:049533ff-0bc5-40d9-b9a4-c225879fb632
Model Version:NULL
Model InvariantUuid:15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:6509e542-7b39-4e0f-9236-dde92c8b97ad
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e23a9645-1bdc-4667-a0bd-7397596796d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b1e19607-5122-4926-a4db-51e1dfe8f31a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:09543697-1890-4014-937e-2cf3c0eb9606
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:95502c8c-f19e-49d3-b9f3-53607e20d107
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9fd40cdf-7a47-42aa-ba16-8b4f3e105e54
ModelInvariantUuid:c24cdbde-c45a-4490-a8a9-b162fbc47a29
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:6d7e8df4-59b1-428b-9c1b-bf1b311e4bc5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9ae32572-0278-4bd5-a99b-fd3dee501761
ModelInvariantUuid:d0a052e3-fff4-4a72-9460-afd55dfdd720
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:1c7d78d0-0509-4dce-9c5a-a1f561311c2d
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-11-05T11:50:25.341Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 415f34db-ea2f-4ca7-98b9-589aeca15282
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-11-05T11:50:25.345Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2021-11-05T11:50:25.345Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 415f34db-ea2f-4ca7-98b9-589aeca15282
2021-11-05T11:50:25.345Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7a755eaf-063e-4da7-b280-462924cf1455 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-05T11:50:25.346Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T11:50:25.346Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:25.629Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T11:50:25.630Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7a755eaf-063e-4da7-b280-462924cf1455 792
2021-11-05T11:50:25.630Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:25.630Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:25.630Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:50:25.630Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:25.632Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:25.632Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113025630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:50:25.732Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:25.733Z||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-11-05T11:50:25.733Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:25.745Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:25.745Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:50:26.633Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "09543697-1890-4014-937e-2cf3c0eb9606",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95502c8c-f19e-49d3-b9f3-53607e20d107",
    "vfModuleModelCustomizationUUID": "6e18623f-9779-403c-b04e-fb59392951e8",
    "isBase": true,
    "artifacts": [
      "cee0532c-6b09-4430-b01d-2da0feebadf9",
      "88aa02b1-92f0-4dc9-980f-d0b278024333"
    ],
    "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-11-05T11:50:26.637Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95502c8c-f19e-49d3-b9f3-53607e20d107
VfModuleModelInvariantUUID:09543697-1890-4014-937e-2cf3c0eb9606
VfModuleModelDescription:NULL
Artifacts UUID List:{
cee0532c-6b09-4430-b01d-2da0feebadf9
,
88aa02b1-92f0-4dc9-980f-d0b278024333

}
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-11-05T11:50:26.638Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "09543697-1890-4014-937e-2cf3c0eb9606",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95502c8c-f19e-49d3-b9f3-53607e20d107",
    "vfModuleModelCustomizationUUID": "6e18623f-9779-403c-b04e-fb59392951e8",
    "isBase": true,
    "artifacts": [
      "cee0532c-6b09-4430-b01d-2da0feebadf9",
      "88aa02b1-92f0-4dc9-980f-d0b278024333"
    ],
    "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-11-05T11:50:26.639Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95502c8c-f19e-49d3-b9f3-53607e20d107
VfModuleModelInvariantUUID:09543697-1890-4014-937e-2cf3c0eb9606
VfModuleModelDescription:NULL
Artifacts UUID List:{
cee0532c-6b09-4430-b01d-2da0feebadf9
,
88aa02b1-92f0-4dc9-980f-d0b278024333

}
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-11-05T11:50:26.639Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cee0532c-6b09-4430-b01d-2da0feebadf9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-05T11:50:26.639Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T11:50:26.639Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:26.745Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T11:50:26.745Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml cee0532c-6b09-4430-b01d-2da0feebadf9 5033
2021-11-05T11:50:26.745Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:26.746Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:26.746Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:50:26.746Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:26.747Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:26.747Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113026745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:50:26.848Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:26.849Z||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-11-05T11:50:26.849Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:26.861Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:26.861Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:50:27.748Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 88aa02b1-92f0-4dc9-980f-d0b278024333 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-05T11:50:27.748Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T11:50:27.749Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:27.793Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T11:50:27.794Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 88aa02b1-92f0-4dc9-980f-d0b278024333 903
2021-11-05T11:50:27.794Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:27.794Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:27.795Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:50:27.795Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:27.798Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:27.799Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113027794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:50:27.898Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-11-05T11:50:27.899Z||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-11-05T11:50:27.899Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:27.910Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:27.910Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:50:28.810Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 049533ff-0bc5-40d9-b9a4-c225879fb632
2021-11-05T11:50:28.811Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 415f34db-ea2f-4ca7-98b9-589aeca15282 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-11-05T11:50:28.824Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bfee120, org.onap.sdc.toscaparser.api.parameters.Input@7200e957, org.onap.sdc.toscaparser.api.parameters.Input@59d831ea, org.onap.sdc.toscaparser.api.parameters.Input@1d50fcfc, org.onap.sdc.toscaparser.api.parameters.Input@112bf997]
2021-11-05T11:50:28.826Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.826Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:28.826Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-11-05T11:50:28.826Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b1e19607-5122-4926-a4db-51e1dfe8f31a
2021-11-05T11:50:28.826Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b1e19607-5122-4926-a4db-51e1dfe8f31a matches Tosca VF Customization UUID: b1e19607-5122-4926-a4db-51e1dfe8f31a
2021-11-05T11:50:28.826Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b1e19607-5122-4926-a4db-51e1dfe8f31a  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-11-05T11:50:28.828Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.828Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:28.829Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b1e19607-5122-4926-a4db-51e1dfe8f31a: {\"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-11-05T11:50:28.829Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66f67ed6
2021-11-05T11:50:28.829Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.829Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:50:28.829Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e18623f-9779-403c-b04e-fb59392951e8
2021-11-05T11:50:28.829Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e18623f-9779-403c-b04e-fb59392951e8
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-11-05T11:50:28.831Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.832Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T11:50:28.832Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:50:28.832Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.832Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T11:50:28.832Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:50:28.832Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.833Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-05T11:50:28.833Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-05T11:50:28.833Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-05T11:50:28.833Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9fd40cdf-7a47-42aa-ba16-8b4f3e105e54
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-11-05T11:50:28.835Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.835Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T11:50:28.835Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:50:28.836Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.836Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-05T11:50:28.836Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b1e19607-5122-4926-a4db-51e1dfe8f31a
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-11-05T11:50:28.837Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.837Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:28.838Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 049533ff-0bc5-40d9-b9a4-c225879fb632: basic_vm_macro
2021-11-05T11:50:28.838Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.838Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:28.839Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.839Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:28.839Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.839Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:28.839Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.839Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:28.840Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:50:28.840Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:50:28.840Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:28.917Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 415f34db-ea2f-4ca7-98b9-589aeca15282 1 ASDC deployResourceStructure
2021-11-05T11:50:28.917Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:28.918Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:28.918Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:50:28.918Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:28.920Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:28.920Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113028917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:50:29.020Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:29.021Z||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-11-05T11:50:29.021Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:29.039Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:29.039Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:50:29.921Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:29.921Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:29.922Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:50:29.922Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:29.923Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:29.924Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113029921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T11:50:30.024Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:30.025Z||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-11-05T11:50:30.025Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:30.040Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:30.041Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:50:30.924Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:30.925Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:30.925Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:50:30.925Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:30.927Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:30.927Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113030924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-05T11:50:31.027Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:31.028Z||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-11-05T11:50:31.028Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:31.039Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:31.040Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:50:31.928Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-05T11:50:31.929Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-05T11:50:31.929Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:50:31.929Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:50:31.930Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:50:31.930Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113031928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:50:32.031Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:50:32.031Z||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-11-05T11:50:32.032Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:50:32.046Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:50:32.046Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:50:32.931Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:50:32.942Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:50:32.945Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:50:32.945Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T11:50:32.945Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T11:50:32.945Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T11:50:32.945Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:50:32.945Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:50:32.945Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:50:32.945Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:50:32.946Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:50:32.946Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:50:32.946Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:50:32.950Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T11:51:02.951Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4 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-11-05T11:51:02.960Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4 and serviceModelVersionId: 049533ff-0bc5-40d9-b9a4-c225879fb632
2021-11-05T11:51:02.960Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae
2021-11-05T11:51:02.961Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae/model-vers/model-ver/049533ff-0bc5-40d9-b9a4-c225879fb632?depth=0
2021-11-05T11:51:02.965Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T11:51:03.019Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae/model-vers/model-ver/049533ff-0bc5-40d9-b9a4-c225879fb632?depth=0|INFO|500||Invoke
2021-11-05T11:51:03.020Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae/model-vers/model-ver/049533ff-0bc5-40d9-b9a4-c225879fb632?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae/model-vers/model-ver/049533ff-0bc5-40d9-b9a4-c225879fb632?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7d2ae940-3cd8-4ffb-b0fe-ef045288bae4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[24f38031-a76e-4916-b555-88eb57b90956], X-ECOMP-RequestID=[7d2ae940-3cd8-4ffb-b0fe-ef045288bae4], X-TransactionId=[], X-ONAP-RequestID=[7d2ae940-3cd8-4ffb-b0fe-ef045288bae4], Content-Type=[application/merge-patch+json]}
2021-11-05T11:51:03.046Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae/model-vers/model-ver/049533ff-0bc5-40d9-b9a4-c225879fb632?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T11:51:03.350Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae/model-vers/model-ver/049533ff-0bc5-40d9-b9a4-c225879fb632?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/15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae/model-vers/model-ver/049533ff-0bc5-40d9-b9a4-c225879fb632?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211105-11:51:03:052-68000], vertex-id=[205008], Content-Length=[0], Date=[Fri, 05 Nov 2021 11:51:03 GMT], Content-Type=[application/json]}
2021-11-05T11:51:03.350Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae/model-vers/model-ver/049533ff-0bc5-40d9-b9a4-c225879fb632?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-05T11:51:03.351Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/15c09c3f-c3bf-4437-82cb-0b0ce2d3f8ae/model-vers/model-ver/049533ff-0bc5-40d9-b9a4-c225879fb632?depth=0|INFO|500||InvokeReturn
2021-11-05T11:51:03.351Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T11:51:03.351Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:51:03.356Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||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-11-05T11:51:03.357Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d2ae940-3cd8-4ffb-b0fe-ef045288bae4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T11:51:03.357Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T11:51:03.357Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:03.361Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:03.361Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113063357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:51:03.459Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-11-05T11:51:03.460Z||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-11-05T11:51:03.460Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:03.473Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:03.474Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-05T11:51:04.371Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T11:51:04.371Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"420f92ea-b90a-4b51-aa1d-519b6c5938c6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2c8e5407-bff8-47b9-af21-a01ee085ce6f","serviceDescription":"service","serviceInvariantUUID":"7ea47db3-c919-4187-b0ea-9bfb8eea7438","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"acd024be-9ba0-4d1b-8d32-2fbab5f5cc54","resourceInvariantUUID":"186498c1-f9d1-4a1c-8a13-526023f25936","resourceCustomizationUUID":"22a25e4d-1599-4dfe-9581-8330869b424c","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":"ZDA0ODcxOTZhNDU2OWEwYWQ3ZjFmYTBkOTBiOTM0MGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a59780c1-7463-47fc-aa21-2de1039e56cc","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":"9bc671d2-eb83-42e7-a931-77fbeeac4bed","artifactVersion":"2","generatedFromUUID":"1843601a-7a48-49e6-b679-dcb72276be41"},{"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":"1843601a-7a48-49e6-b679-dcb72276be41","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":"ODIxMTNkNTkyZDY1MzkyZGIwNDg1MDEyNjBhZWI1NmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"254cb5c5-a5ab-406f-904e-201fd4c974dd","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":"86627f8b-0bd0-4bf2-8476-45e1361916d4","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":"d75e64f7-225b-409e-bccc-f3f17a6618d8","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":"5effbbd4-6f4e-4788-b3cb-9326af19a571","artifactVersion":"2","generatedFromUUID":"86627f8b-0bd0-4bf2-8476-45e1361916d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjEyZDljMDIzNDQ1NmExM2RmMDgzODFhNjlmYjJhOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8458249-081e-4492-96f4-42e822b7d951","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Njk2OGY1YWQwYjQwOTc0YjE0YjYzNTE4ODc4NmE1NGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97dc0e83-89b4-45c0-af94-e13942b230ca","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T11:51:04.371Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:51:04.372Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:04.373Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:04.374Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:51:04.474Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:04.474Z||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-11-05T11:51:04.474Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:04.487Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:04.487Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:05.374Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:51:05.375Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:05.376Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:05.376Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-05T11:51:05.477Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-05T11:51:05.478Z||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-11-05T11:51:05.478Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:05.491Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:05.492Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:06.377Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:51:06.378Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:06.380Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:06.380Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-05T11:51:06.481Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-05T11:51:06.482Z||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-11-05T11:51:06.482Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:06.496Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:06.497Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:07.380Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:51:07.381Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:07.384Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:07.384Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:51:07.484Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:07.485Z||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-11-05T11:51:07.485Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:07.499Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:07.499Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:08.384Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:51:08.384Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:08.387Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:08.387Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:51:08.488Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:08.489Z||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-11-05T11:51:08.489Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:08.503Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:08.503Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:09.389Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:51:09.390Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:09.392Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:09.392Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:51:09.492Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:09.494Z||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-11-05T11:51:09.494Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:09.508Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:09.509Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:10.392Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:51:10.393Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:10.395Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:10.395Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-05T11:51:10.495Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:10.496Z||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-11-05T11:51:10.496Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:10.508Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:10.510Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:11.402Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:51:11.403Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:11.407Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:11.408Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:51:11.508Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:51:11.509Z||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-11-05T11:51:11.509Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:11.521Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:11.522Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:12.408Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:51:12.409Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:12.410Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:12.410Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:51:12.510Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:12.511Z||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-11-05T11:51:12.512Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:12.523Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:12.524Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:13.412Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "2c8e5407-bff8-47b9-af21-a01ee085ce6f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7ea47db3-c919-4187-b0ea-9bfb8eea7438",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "22a25e4d-1599-4dfe-9581-8330869b424c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "acd024be-9ba0-4d1b-8d32-2fbab5f5cc54",
      "resourceInvariantUUID": "186498c1-f9d1-4a1c-8a13-526023f25936",
      "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": "9bc671d2-eb83-42e7-a931-77fbeeac4bed",
          "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": "1843601a-7a48-49e6-b679-dcb72276be41",
          "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": "ODIxMTNkNTkyZDY1MzkyZGIwNDg1MDEyNjBhZWI1NmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "254cb5c5-a5ab-406f-904e-201fd4c974dd",
          "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": "86627f8b-0bd0-4bf2-8476-45e1361916d4",
          "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": "5effbbd4-6f4e-4788-b3cb-9326af19a571",
            "generatedFromUUID": "86627f8b-0bd0-4bf2-8476-45e1361916d4"
          },
          "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": "5effbbd4-6f4e-4788-b3cb-9326af19a571",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Njk2OGY1YWQwYjQwOTc0YjE0YjYzNTE4ODc4NmE1NGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97dc0e83-89b4-45c0-af94-e13942b230ca"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T11:51:13.412Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T11:51:13.412Z|7d2ae940-3cd8-4ffb-b0fe-ef045288bae4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2c8e5407-bff8-47b9-af21-a01ee085ce6f ASDC
2021-11-05T11:51:13.413Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:420f92ea-b90a-4b51-aa1d-519b6c5938c6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:2c8e5407-bff8-47b9-af21-a01ee085ce6f
ServiceInvariantUUID:7ea47db3-c919-4187-b0ea-9bfb8eea7438
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:97dc0e83-89b4-45c0-af94-e13942b230ca
ArtifactChecksum:Njk2OGY1YWQwYjQwOTc0YjE0YjYzNTE4ODc4NmE1NGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:22a25e4d-1599-4dfe-9581-8330869b424c
ResourceInvariantUUID:186498c1-f9d1-4a1c-8a13-526023f25936
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:acd024be-9ba0-4d1b-8d32-2fbab5f5cc54
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:9bc671d2-eb83-42e7-a931-77fbeeac4bed
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:1843601a-7a48-49e6-b679-dcb72276be41
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:254cb5c5-a5ab-406f-904e-201fd4c974dd
ArtifactChecksum:ODIxMTNkNTkyZDY1MzkyZGIwNDg1MDEyNjBhZWI1NmU=
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:86627f8b-0bd0-4bf2-8476-45e1361916d4
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:5effbbd4-6f4e-4788-b3cb-9326af19a571
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:5effbbd4-6f4e-4788-b3cb-9326af19a571
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-05T11:51:13.413Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c8e5407-bff8-47b9-af21-a01ee085ce6f 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-11-05T11:51:13.451Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:51:13.451Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T11:51:13.452Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T11:51:13.452Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 97dc0e83-89b4-45c0-af94-e13942b230ca from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-05T11:51:13.452Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T11:51:13.452Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-05T11:51:14.021Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T11:51:14.025Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 97dc0e83-89b4-45c0-af94-e13942b230ca 68931
2021-11-05T11:51:14.025Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-05T11:51:14.025Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-05T11:51:14.026Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:51:14.026Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:14.027Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:14.028Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113074025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:51:14.128Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:14.129Z||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-11-05T11:51:14.129Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:14.142Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:14.142Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:15.028Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:51:15.030Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-11-05T11:51:15.030Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 97dc0e83-89b4-45c0-af94-e13942b230ca, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-05T11:51:15.030Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-05T11:51:15.031Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-05T11:51:15.031Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-05T11:51:15.300Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15815179393636766090/Definitions/service-BasicCnf-template.yml
2021-11-05T11:51:16.241Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T11:51:16.243Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T11:51:16.244Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-05T11:51:16.244Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-05T11:51:16.244Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:16.244Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:16.244Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:16.244Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:16.245Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-11-05T11:51:16.245Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:16.245Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:16.246Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T11:51:16.246Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T11:51:16.246Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:51:16.246Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:16.247Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:16.247Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T11:51:16.247Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-11-05T11:51:16.247Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:51:16.247Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:16.248Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:16.248Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:16.248Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-05T11:51:16.248Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-05T11:51:16.248Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-05T11:51:16.248Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T11:51:16.249Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:16.249Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:51:16.249Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:16.249Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T11:51:16.249Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:51:16.250Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:16.250Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T11:51:16.250Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:51:16.250Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:16.250Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T11:51:16.251Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:51:16.251Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:16.251Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-05T11:51:16.251Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-05T11:51:16.251Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2a1a1998-d6b3-480e-9518-60ba499568a5
2021-11-05T11:51:16.252Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:16.252Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:16.252Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:16.252Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:16.252Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:16.253Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:16.253Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:16.253Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:16.253Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:2c8e5407-bff8-47b9-af21-a01ee085ce6f
Model Version:NULL
Model InvariantUuid:7ea47db3-c919-4187-b0ea-9bfb8eea7438
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8860b70d-db90-47d8-b247-a37e2052deaf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:186498c1-f9d1-4a1c-8a13-526023f25936
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:22a25e4d-1599-4dfe-9581-8330869b424c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ce7629be-d568-4f6d-9b56-05d90a08d5bd
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:a17cf501-6dc8-4643-8ec3-2847a9ad0562
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a1a1998-d6b3-480e-9518-60ba499568a5
ModelInvariantUuid:ed166dea-3912-4e47-a2b2-46098bb25215
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9126b8dc-199f-41ce-a6e7-22ccdb6b943e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:3547c905-b9c8-4c9a-b206-02f2b813f005
ModelInvariantUuid:0b6804ec-62b8-46f9-8497-b6e2bb0e0b9e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:925e94a0-3f35-4614-b10c-1ff2bcdaa9cd
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-11-05T11:51:16.262Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: acd024be-9ba0-4d1b-8d32-2fbab5f5cc54
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-11-05T11:51:16.268Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||basic_cnf 0
2021-11-05T11:51:16.268Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: acd024be-9ba0-4d1b-8d32-2fbab5f5cc54
2021-11-05T11:51:16.268Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9bc671d2-eb83-42e7-a931-77fbeeac4bed from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-05T11:51:16.268Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T11:51:16.269Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:16.453Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T11:51:16.453Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9bc671d2-eb83-42e7-a931-77fbeeac4bed 12
2021-11-05T11:51:16.454Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:16.454Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:16.454Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:51:16.454Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:16.457Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:16.457Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113076454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:51:16.557Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:51:16.558Z||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-11-05T11:51:16.558Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:16.570Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:16.570Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:17.458Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1843601a-7a48-49e6-b679-dcb72276be41 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-05T11:51:17.459Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T11:51:17.459Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:17.640Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T11:51:17.641Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1843601a-7a48-49e6-b679-dcb72276be41 2688
2021-11-05T11:51:17.641Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:17.641Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:17.641Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:51:17.642Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:17.643Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:17.643Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113077641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:51:17.744Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:51:17.744Z||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-11-05T11:51:17.744Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:17.758Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:17.758Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:51:18.648Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 254cb5c5-a5ab-406f-904e-201fd4c974dd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-05T11:51:18.650Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T11:51:18.651Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:18.845Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T11:51:18.846Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 254cb5c5-a5ab-406f-904e-201fd4c974dd 828
2021-11-05T11:51:18.846Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:18.846Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:18.847Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:51:18.847Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:18.851Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:18.851Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113078846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:51:18.951Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:18.953Z||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-11-05T11:51:18.954Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:18.967Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:18.967Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:19.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:51:19.265Z||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-11-05T11:51:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:19.294Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:19.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:51:19.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113007669,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:51:19.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:51:19.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:51:19.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:51:19.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:51:19.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:51:19.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:51:19.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:51:19.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:51:19.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:51:19.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:51:19.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:51:19.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:51:19.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:51:19.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:51:19.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-05T11:51:19.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:51:19.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:51:19.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:51:19.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:51:19.852Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ce7629be-d568-4f6d-9b56-05d90a08d5bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a17cf501-6dc8-4643-8ec3-2847a9ad0562",
    "vfModuleModelCustomizationUUID": "93e73fb1-2e05-4112-9d13-b1d8c4becca7",
    "isBase": true,
    "artifacts": [
      "86627f8b-0bd0-4bf2-8476-45e1361916d4",
      "1843601a-7a48-49e6-b679-dcb72276be41",
      "5effbbd4-6f4e-4788-b3cb-9326af19a571"
    ],
    "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-11-05T11:51:19.859Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a17cf501-6dc8-4643-8ec3-2847a9ad0562
VfModuleModelInvariantUUID:ce7629be-d568-4f6d-9b56-05d90a08d5bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
86627f8b-0bd0-4bf2-8476-45e1361916d4
,
1843601a-7a48-49e6-b679-dcb72276be41
,
5effbbd4-6f4e-4788-b3cb-9326af19a571

}
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-11-05T11:51:19.861Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ce7629be-d568-4f6d-9b56-05d90a08d5bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a17cf501-6dc8-4643-8ec3-2847a9ad0562",
    "vfModuleModelCustomizationUUID": "93e73fb1-2e05-4112-9d13-b1d8c4becca7",
    "isBase": true,
    "artifacts": [
      "86627f8b-0bd0-4bf2-8476-45e1361916d4",
      "1843601a-7a48-49e6-b679-dcb72276be41",
      "5effbbd4-6f4e-4788-b3cb-9326af19a571"
    ],
    "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-11-05T11:51:19.861Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a17cf501-6dc8-4643-8ec3-2847a9ad0562
VfModuleModelInvariantUUID:ce7629be-d568-4f6d-9b56-05d90a08d5bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
86627f8b-0bd0-4bf2-8476-45e1361916d4
,
1843601a-7a48-49e6-b679-dcb72276be41
,
5effbbd4-6f4e-4788-b3cb-9326af19a571

}
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-11-05T11:51:19.861Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 86627f8b-0bd0-4bf2-8476-45e1361916d4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-05T11:51:19.861Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T11:51:19.861Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:20.049Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T11:51:20.052Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 86627f8b-0bd0-4bf2-8476-45e1361916d4 1164
2021-11-05T11:51:20.053Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:20.053Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:20.053Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:51:20.054Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:20.061Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:20.061Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113080053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:51:20.161Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:20.164Z||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-11-05T11:51:20.164Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:20.177Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:20.177Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:21.061Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5effbbd4-6f4e-4788-b3cb-9326af19a571 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-05T11:51:21.067Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-11-05T11:51:21.067Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:21.176Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-11-05T11:51:21.179Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5effbbd4-6f4e-4788-b3cb-9326af19a571 200
2021-11-05T11:51:21.180Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:21.180Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:21.180Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:51:21.181Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:21.184Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:21.184Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113081180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:51:21.284Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:21.285Z||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-11-05T11:51:21.286Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:21.297Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:21.297Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:22.185Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2c8e5407-bff8-47b9-af21-a01ee085ce6f
2021-11-05T11:51:22.186Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 acd024be-9ba0-4d1b-8d32-2fbab5f5cc54 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=?
2021-11-05T11:51:22.218Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_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-11-05T11:51:22.225Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32f971a2, org.onap.sdc.toscaparser.api.parameters.Input@28cb4ea7, org.onap.sdc.toscaparser.api.parameters.Input@754ea319, org.onap.sdc.toscaparser.api.parameters.Input@4a761dc8, org.onap.sdc.toscaparser.api.parameters.Input@33fb1145]
2021-11-05T11:51:22.227Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.228Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:22.228Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-11-05T11:51:22.228Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 22a25e4d-1599-4dfe-9581-8330869b424c
2021-11-05T11:51:22.228Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22a25e4d-1599-4dfe-9581-8330869b424c matches Tosca VF Customization UUID: 22a25e4d-1599-4dfe-9581-8330869b424c
2021-11-05T11:51:22.228Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 22a25e4d-1599-4dfe-9581-8330869b424c  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-11-05T11:51:22.231Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.231Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:22.232Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 22a25e4d-1599-4dfe-9581-8330869b424c: {\"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-11-05T11:51:22.232Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b832706
2021-11-05T11:51:22.232Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.233Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:51:22.233Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93e73fb1-2e05-4112-9d13-b1d8c4becca7
2021-11-05T11:51:22.233Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93e73fb1-2e05-4112-9d13-b1d8c4becca7
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-11-05T11:51:22.235Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.235Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T11:51:22.236Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:51:22.236Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.236Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T11:51:22.237Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:51:22.237Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.237Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-05T11:51:22.237Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-05T11:51:22.238Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2a1a1998-d6b3-480e-9518-60ba499568a5
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-11-05T11:51:22.241Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.241Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T11:51:22.241Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:51:22.241Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.241Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-05T11:51:22.242Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=22a25e4d-1599-4dfe-9581-8330869b424c
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-11-05T11:51:22.243Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.243Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:22.244Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2c8e5407-bff8-47b9-af21-a01ee085ce6f: basic_cnf
2021-11-05T11:51:22.244Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.244Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:22.244Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.244Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:22.244Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.245Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:22.245Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.245Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:22.245Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:51:22.245Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:51:22.245Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:22.341Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf acd024be-9ba0-4d1b-8d32-2fbab5f5cc54 1 ASDC deployResourceStructure
2021-11-05T11:51:22.342Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:22.343Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:22.343Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-05T11:51:22.343Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:22.345Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:22.345Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113082342,
  "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-11-05T11:51:22.445Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:22.446Z||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-11-05T11:51:22.446Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:22.458Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:22.459Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:23.346Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:23.346Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:23.346Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-05T11:51:23.346Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:23.348Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:23.348Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113083346,
  "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-11-05T11:51:23.448Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:23.449Z||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-11-05T11:51:23.450Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:23.469Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:23.469Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:51:24.349Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:24.349Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:24.349Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:51:24.349Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:24.352Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:24.353Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113084349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:51:24.452Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:51:24.453Z||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-11-05T11:51:24.453Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:24.475Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:24.476Z||pool-90-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:25.353Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:25.354Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:25.354Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:51:25.354Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:25.356Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:25.356Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113085353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T11:51:25.456Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:25.457Z||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-11-05T11:51:25.457Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:25.471Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:25.471Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:26.357Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:26.357Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:26.357Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:51:26.357Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:26.359Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:26.360Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113086357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-05T11:51:26.460Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:26.461Z||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-11-05T11:51:26.461Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:26.472Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:26.473Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:27.360Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-05T11:51:27.360Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-05T11:51:27.361Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:51:27.361Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:27.362Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:27.362Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113087360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:51:27.463Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:27.464Z||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-11-05T11:51:27.464Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:27.476Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:27.477Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:51:28.363Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 420f92ea-b90a-4b51-aa1d-519b6c5938c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:51:28.378Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 420f92ea-b90a-4b51-aa1d-519b6c5938c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:51:28.381Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:51:28.381Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T11:51:28.381Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T11:51:28.382Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T11:51:28.382Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:51:28.382Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:51:28.382Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:51:28.382Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:51:28.382Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:51:28.382Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:51:28.382Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:28.387Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T11:51:58.387Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 420f92ea-b90a-4b51-aa1d-519b6c5938c6 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-11-05T11:51:58.395Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 420f92ea-b90a-4b51-aa1d-519b6c5938c6 and serviceModelVersionId: 2c8e5407-bff8-47b9-af21-a01ee085ce6f
2021-11-05T11:51:58.395Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7ea47db3-c919-4187-b0ea-9bfb8eea7438
2021-11-05T11:51:58.396Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7ea47db3-c919-4187-b0ea-9bfb8eea7438/model-vers/model-ver/2c8e5407-bff8-47b9-af21-a01ee085ce6f?depth=0
2021-11-05T11:51:58.402Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T11:51:58.454Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ea47db3-c919-4187-b0ea-9bfb8eea7438/model-vers/model-ver/2c8e5407-bff8-47b9-af21-a01ee085ce6f?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-11-05T11:51:58.456Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ea47db3-c919-4187-b0ea-9bfb8eea7438/model-vers/model-ver/2c8e5407-bff8-47b9-af21-a01ee085ce6f?depth=0|INFO|500||Invoke
2021-11-05T11:51:58.479Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ea47db3-c919-4187-b0ea-9bfb8eea7438/model-vers/model-ver/2c8e5407-bff8-47b9-af21-a01ee085ce6f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T11:51:58.764Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ea47db3-c919-4187-b0ea-9bfb8eea7438/model-vers/model-ver/2c8e5407-bff8-47b9-af21-a01ee085ce6f?depth=0|INFO|500||InvokeReturn
2021-11-05T11:51:58.765Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ea47db3-c919-4187-b0ea-9bfb8eea7438/model-vers/model-ver/2c8e5407-bff8-47b9-af21-a01ee085ce6f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211105-11:51:58:485-87741], vertex-id=[438456], Content-Length=[0], Date=[Fri, 05 Nov 2021 11:51:58 GMT], Content-Type=[application/json]}
2021-11-05T11:51:58.766Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-11-05T11:51:58.766Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T11:51:58.766Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:58.774Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||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-11-05T11:51:58.775Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 420f92ea-b90a-4b51-aa1d-519b6c5938c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T11:51:58.775Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T11:51:58.775Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:51:58.777Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:51:58.777Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113118775,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:51:58.877Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:51:58.878Z||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-11-05T11:51:58.878Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:51:58.892Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:51:58.892Z||pool-94-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-11-05T11:51:59.791Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:51:59.792Z||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-11-05T11:51:59.792Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:52:09.334Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:52:09.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:52:09.335Z||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-11-05T11:52:09.335Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:52:18.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:52:18.878Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:52:18.879Z||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-11-05T11:52:18.879Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:52:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:52:19.264Z||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-11-05T11:52:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:52:19.285Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:52:19.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:52:19.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:52:19.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:52:19.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:52:19.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113022770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:52:19.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:52:19.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113025630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:52:19.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:52:19.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113026745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:52:19.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:52:19.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113027794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:52:19.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:52:19.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113028917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:52:19.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:52:19.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113029921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T11:52:19.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:52:19.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113030924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-05T11:52:19.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:52:19.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113031928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:52:19.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:52:19.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d2ae940-3cd8-4ffb-b0fe-ef045288bae4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113063357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:52:19.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:52:19.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:52:19.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:52:19.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-05T11:52:19.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:52:19.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-05T11:52:19.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:52:19.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:52:19.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:52:19.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:52:19.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:52:19.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:52:19.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:52:19.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-05T11:52:19.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:52:19.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:52:19.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:52:19.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113008691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:52:19.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:52:19.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113074025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:52:19.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:52:19.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113076454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:52:19.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:52:19.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113077641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:52:19.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:52:19.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:52:19.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113078846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:52:19.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:52:28.416Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:52:28.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:52:28.418Z||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-11-05T11:52:28.418Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:52:37.979Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:52:37.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:52:37.986Z||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-11-05T11:52:37.986Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:52:47.527Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:53:19.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:53:19.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:53:19.264Z||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-11-05T11:53:19.264Z||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-11-05T11:53:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:53:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:53:19.793Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:53:19.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T11:53:19.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113080053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:53:19.796Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:53:19.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T11:53:19.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113081180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:53:19.796Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:53:19.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T11:53:19.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113082342,
  "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-11-05T11:53:19.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:53:19.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T11:53:19.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113083346,
  "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-11-05T11:53:19.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:53:19.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T11:53:19.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113084349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:53:19.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:53:19.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T11:53:19.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113085353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T11:53:19.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:53:19.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T11:53:19.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113086357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-05T11:53:19.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:53:19.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T11:53:19.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113087360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:53:19.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:53:19.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-05T11:53:19.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "420f92ea-b90a-4b51-aa1d-519b6c5938c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113118775,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:53:19.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:53:28.805Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:54:19.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:54:19.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:54:19.265Z||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-11-05T11:54:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:54:19.265Z||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-11-05T11:54:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:54:28.815Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:54:28.815Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:19.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:55:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:55:19.265Z||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-11-05T11:55:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:19.265Z||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-11-05T11:55:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:23.167Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:23.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:55:23.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"825fbfa7-19fc-492f-a7a1-edfcde365590","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"f700e76f-cffa-41fb-ba14-03b58f925900","serviceDescription":"service","serviceInvariantUUID":"00712b3b-6f32-467c-9e7d-1881abb22a9a","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d38d6a1-dd22-431b-a028-a2a6cdf3ce3f","resourceInvariantUUID":"6474d7d6-8bb4-4f46-870a-f0b19a2b7b43","resourceCustomizationUUID":"118bc338-30e6-4236-89d6-9c8ca4e3a1c0","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":"ff2b1eca-a829-4dbd-a02f-4f872430c4d1","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":"ZWQ0MmY2N2NkMzVjMmQ2OWU1NjI0OTRkOTgwMWZjNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dade8105-8d94-489f-8f63-b0ab16b48616","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":"YzQxOTMwZmVjNTkzNjEzZTU2YjY3ZmI0NGE1ZjNkYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7f3f918-a869-4179-bf8b-6df6d2430ed7","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":"8a952651-d69a-46ee-8e5d-b0d9b47fad37","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":"957dbac3-fd90-4018-ac45-b156902804ad","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":"43ed207c-a75e-4ef8-90f3-04dd4f464816","artifactVersion":"2","generatedFromUUID":"8a952651-d69a-46ee-8e5d-b0d9b47fad37"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MWNjMjMzMmM1MGNmMTkyNWYyNWI1NjljM2Q5ODQyMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d4078c-12c9-4043-8a66-977a30b28190","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"M2NmM2NiNWQxNjVhMjg2ZWYyMjYyMTA3OWZlODg0OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"774fadf4-cfcf-4f3f-80e7-496c6583acc5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T11:55:23.177Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:55:23.178Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:23.182Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:23.182Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:55:23.281Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:55:23.282Z||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-11-05T11:55:23.283Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:23.298Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:23.299Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:55:23.410Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:23.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:55:23.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:55:23.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:55:24.183Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:55:24.183Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:24.185Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:24.185Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:55:24.285Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:55:24.286Z||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-11-05T11:55:24.286Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:24.298Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:24.298Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:55:25.186Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:55:25.186Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:25.188Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:25.188Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:55:25.288Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:55:25.289Z||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-11-05T11:55:25.289Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:25.302Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:25.302Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:55:26.189Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:55:26.189Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:26.191Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:26.191Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:55:26.291Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:55:26.292Z||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-11-05T11:55:26.292Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:26.302Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:26.303Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:55:27.192Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:55:27.192Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:27.194Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:27.194Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:55:27.294Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:55:27.294Z||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-11-05T11:55:27.294Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:27.306Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:27.307Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:55:28.194Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:55:28.195Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:28.196Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:28.196Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-05T11:55:28.296Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:55:28.297Z||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-11-05T11:55:28.298Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:28.312Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:28.313Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:55:29.197Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:55:29.198Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:29.201Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:29.201Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:55:29.300Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:55:29.301Z||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-11-05T11:55:29.301Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:29.313Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:29.313Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:55:30.201Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:55:30.202Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:30.203Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:30.203Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:55:30.303Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:55:30.304Z||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-11-05T11:55:30.304Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:30.327Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:30.328Z||pool-102-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:55:31.204Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "f700e76f-cffa-41fb-ba14-03b58f925900",
  "serviceDescription": "service",
  "serviceInvariantUUID": "00712b3b-6f32-467c-9e7d-1881abb22a9a",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "118bc338-30e6-4236-89d6-9c8ca4e3a1c0",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6d38d6a1-dd22-431b-a028-a2a6cdf3ce3f",
      "resourceInvariantUUID": "6474d7d6-8bb4-4f46-870a-f0b19a2b7b43",
      "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": "YzQxOTMwZmVjNTkzNjEzZTU2YjY3ZmI0NGE1ZjNkYjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b7f3f918-a869-4179-bf8b-6df6d2430ed7",
          "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": "8a952651-d69a-46ee-8e5d-b0d9b47fad37",
          "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": "43ed207c-a75e-4ef8-90f3-04dd4f464816",
            "generatedFromUUID": "8a952651-d69a-46ee-8e5d-b0d9b47fad37"
          },
          "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": "43ed207c-a75e-4ef8-90f3-04dd4f464816",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "M2NmM2NiNWQxNjVhMjg2ZWYyMjYyMTA3OWZlODg0OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "774fadf4-cfcf-4f3f-80e7-496c6583acc5"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T11:55:31.204Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T11:55:31.205Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f700e76f-cffa-41fb-ba14-03b58f925900 ASDC
2021-11-05T11:55:31.205Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:825fbfa7-19fc-492f-a7a1-edfcde365590
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:f700e76f-cffa-41fb-ba14-03b58f925900
ServiceInvariantUUID:00712b3b-6f32-467c-9e7d-1881abb22a9a
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:774fadf4-cfcf-4f3f-80e7-496c6583acc5
ArtifactChecksum:M2NmM2NiNWQxNjVhMjg2ZWYyMjYyMTA3OWZlODg0OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:118bc338-30e6-4236-89d6-9c8ca4e3a1c0
ResourceInvariantUUID:6474d7d6-8bb4-4f46-870a-f0b19a2b7b43
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:6d38d6a1-dd22-431b-a028-a2a6cdf3ce3f
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:b7f3f918-a869-4179-bf8b-6df6d2430ed7
ArtifactChecksum:YzQxOTMwZmVjNTkzNjEzZTU2YjY3ZmI0NGE1ZjNkYjQ=
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:8a952651-d69a-46ee-8e5d-b0d9b47fad37
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:43ed207c-a75e-4ef8-90f3-04dd4f464816
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:43ed207c-a75e-4ef8-90f3-04dd4f464816
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-05T11:55:31.205Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f700e76f-cffa-41fb-ba14-03b58f925900 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-11-05T11:55:31.242Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:55:31.243Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-05T11:55:31.243Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-05T11:55:31.243Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 774fadf4-cfcf-4f3f-80e7-496c6583acc5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-05T11:55:31.243Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-05T11:55:31.243Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-05T11:55:31.342Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-05T11:55:31.345Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 774fadf4-cfcf-4f3f-80e7-496c6583acc5 73638
2021-11-05T11:55:31.346Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-05T11:55:31.346Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-05T11:55:31.346Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:55:31.346Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:31.348Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:31.348Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113331346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:55:31.448Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:55:31.448Z||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-11-05T11:55:31.449Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:31.460Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:31.461Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:55:32.348Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:55:32.349Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-05T11:55:32.349Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 774fadf4-cfcf-4f3f-80e7-496c6583acc5, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T11:55:32.350Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-05T11:55:32.351Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T11:55:32.351Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T11:55:32.857Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13343352587255217611/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-11-05T11:55:34.035Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T11:55:34.047Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-05T11:55:34.047Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T11:55:34.047Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-05T11:55:34.048Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T11:55:34.048Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T11:55:34.048Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T11:55:34.048Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T11:55:34.048Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T11:55:34.048Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T11:55:34.048Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T11:55:34.048Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T11:55:34.048Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-05T11:55:34.049Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-05T11:55:34.049Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:34.049Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:34.049Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T11:55:34.049Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-05T11:55:34.050Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:55:34.050Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:34.050Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:34.050Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T11:55:34.050Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-05T11:55:34.050Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:55:34.051Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:34.051Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:34.051Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:34.051Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-05T11:55:34.051Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-05T11:55:34.052Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-05T11:55:34.052Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-05T11:55:34.052Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T11:55:34.052Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T11:55:34.052Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:34.052Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:55:34.052Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:34.053Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T11:55:34.053Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:55:34.053Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:34.053Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T11:55:34.053Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:55:34.053Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:34.054Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T11:55:34.054Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:55:34.054Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:34.054Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-05T11:55:34.054Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-05T11:55:34.054Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T11:55:34.054Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bbfaee4d-dc1f-417c-be8a-f61a870b07a3
2021-11-05T11:55:34.055Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:34.055Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:34.055Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:34.055Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:34.055Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:34.055Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:34.056Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:34.056Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:34.056Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:f700e76f-cffa-41fb-ba14-03b58f925900
Model Version:NULL
Model InvariantUuid:00712b3b-6f32-467c-9e7d-1881abb22a9a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:fdda8a40-ed59-484c-859b-d9c826608840
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6474d7d6-8bb4-4f46-870a-f0b19a2b7b43
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:118bc338-30e6-4236-89d6-9c8ca4e3a1c0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:16773c3f-58c5-4fad-bca4-6ea90e68a719
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:56ff2d10-0b71-4bbd-929a-c2326f9b332c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bbfaee4d-dc1f-417c-be8a-f61a870b07a3
ModelInvariantUuid:3a7a2b1e-0a42-46ad-9eaa-d4583b9b1dba
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:bff48273-6cc6-43da-adf8-1a9274c7112b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5f977035-5354-4fc4-aa3e-1b6f3f8d739c
ModelInvariantUuid:b738ea10-ba84-488a-b234-4c1646258da5
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:b08dd5e0-a3d4-4e74-b0e4-ae936e688380
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-11-05T11:55:34.063Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d38d6a1-dd22-431b-a028-a2a6cdf3ce3f
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-11-05T11:55:34.066Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-11-05T11:55:34.066Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d38d6a1-dd22-431b-a028-a2a6cdf3ce3f
2021-11-05T11:55:34.066Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b7f3f918-a869-4179-bf8b-6df6d2430ed7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-05T11:55:34.066Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-05T11:55:34.066Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-05T11:55:34.250Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-05T11:55:34.251Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json b7f3f918-a869-4179-bf8b-6df6d2430ed7 790
2021-11-05T11:55:34.251Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-05T11:55:34.251Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-05T11:55:34.251Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:55:34.252Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:34.254Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:34.255Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113334251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:55:34.354Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:55:34.356Z||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-11-05T11:55:34.357Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:34.368Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:34.368Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:55:35.255Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "16773c3f-58c5-4fad-bca4-6ea90e68a719",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56ff2d10-0b71-4bbd-929a-c2326f9b332c",
    "vfModuleModelCustomizationUUID": "1854d1c7-c887-4d33-a317-f89a774683c9",
    "isBase": true,
    "artifacts": [
      "8a952651-d69a-46ee-8e5d-b0d9b47fad37",
      "43ed207c-a75e-4ef8-90f3-04dd4f464816"
    ],
    "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-11-05T11:55:35.259Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56ff2d10-0b71-4bbd-929a-c2326f9b332c
VfModuleModelInvariantUUID:16773c3f-58c5-4fad-bca4-6ea90e68a719
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a952651-d69a-46ee-8e5d-b0d9b47fad37
,
43ed207c-a75e-4ef8-90f3-04dd4f464816

}
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-11-05T11:55:35.261Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "16773c3f-58c5-4fad-bca4-6ea90e68a719",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56ff2d10-0b71-4bbd-929a-c2326f9b332c",
    "vfModuleModelCustomizationUUID": "1854d1c7-c887-4d33-a317-f89a774683c9",
    "isBase": true,
    "artifacts": [
      "8a952651-d69a-46ee-8e5d-b0d9b47fad37",
      "43ed207c-a75e-4ef8-90f3-04dd4f464816"
    ],
    "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-11-05T11:55:35.261Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56ff2d10-0b71-4bbd-929a-c2326f9b332c
VfModuleModelInvariantUUID:16773c3f-58c5-4fad-bca4-6ea90e68a719
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a952651-d69a-46ee-8e5d-b0d9b47fad37
,
43ed207c-a75e-4ef8-90f3-04dd4f464816

}
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-11-05T11:55:35.261Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8a952651-d69a-46ee-8e5d-b0d9b47fad37 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-05T11:55:35.261Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-05T11:55:35.262Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-05T11:55:35.452Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-05T11:55:35.452Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 8a952651-d69a-46ee-8e5d-b0d9b47fad37 5033
2021-11-05T11:55:35.453Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-05T11:55:35.453Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-05T11:55:35.453Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:55:35.453Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:35.455Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:35.455Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113335453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:55:35.555Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:55:35.556Z||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-11-05T11:55:35.556Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:35.567Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:35.568Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:55:36.456Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 43ed207c-a75e-4ef8-90f3-04dd4f464816 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-05T11:55:36.456Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-05T11:55:36.456Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-05T11:55:36.630Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-05T11:55:36.630Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 43ed207c-a75e-4ef8-90f3-04dd4f464816 909
2021-11-05T11:55:36.631Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-05T11:55:36.631Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-05T11:55:36.631Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:55:36.632Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:36.633Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:36.633Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113336631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:55:36.733Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:55:36.734Z||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-11-05T11:55:36.734Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:36.747Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:36.747Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:55:37.634Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f700e76f-cffa-41fb-ba14-03b58f925900
2021-11-05T11:55:37.634Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 6d38d6a1-dd22-431b-a028-a2a6cdf3ce3f 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-11-05T11:55:37.647Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dbe9c7, org.onap.sdc.toscaparser.api.parameters.Input@5fe2f2ca, org.onap.sdc.toscaparser.api.parameters.Input@6ef198d8, org.onap.sdc.toscaparser.api.parameters.Input@32b6a12c, org.onap.sdc.toscaparser.api.parameters.Input@6ffee36c]
2021-11-05T11:55:37.649Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.649Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:37.650Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-05T11:55:37.650Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 118bc338-30e6-4236-89d6-9c8ca4e3a1c0
2021-11-05T11:55:37.650Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 118bc338-30e6-4236-89d6-9c8ca4e3a1c0 matches Tosca VF Customization UUID: 118bc338-30e6-4236-89d6-9c8ca4e3a1c0
2021-11-05T11:55:37.651Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 118bc338-30e6-4236-89d6-9c8ca4e3a1c0  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-11-05T11:55:37.653Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.653Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:37.654Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 118bc338-30e6-4236-89d6-9c8ca4e3a1c0: {\"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-11-05T11:55:37.654Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@422f35dc
2021-11-05T11:55:37.654Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.655Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:55:37.655Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1854d1c7-c887-4d33-a317-f89a774683c9
2021-11-05T11:55:37.656Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1854d1c7-c887-4d33-a317-f89a774683c9
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-11-05T11:55:37.659Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.659Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T11:55:37.659Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:55:37.660Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.660Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T11:55:37.660Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:55:37.660Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.661Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-05T11:55:37.661Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-05T11:55:37.661Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T11:55:37.661Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bbfaee4d-dc1f-417c-be8a-f61a870b07a3
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-11-05T11:55:37.663Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.664Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T11:55:37.664Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:55:37.664Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.664Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-05T11:55:37.665Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=118bc338-30e6-4236-89d6-9c8ca4e3a1c0
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-11-05T11:55:37.669Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.669Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:37.670Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f700e76f-cffa-41fb-ba14-03b58f925900: basicclamp
2021-11-05T11:55:37.670Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.670Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:37.670Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.670Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:37.670Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.670Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:37.671Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.671Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:37.671Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T11:55:37.671Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:55:37.671Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||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-11-05T11:55:37.754Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 6d38d6a1-dd22-431b-a028-a2a6cdf3ce3f 1 ASDC deployResourceStructure
2021-11-05T11:55:37.755Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-05T11:55:37.755Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-05T11:55:37.755Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:55:37.756Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:37.758Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:37.759Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113337755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:55:37.858Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:55:37.859Z||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-11-05T11:55:37.859Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:37.873Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:37.873Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:55:38.759Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-05T11:55:38.760Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-05T11:55:38.760Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:55:38.760Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:38.762Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:38.762Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113338759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T11:55:38.862Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:55:38.862Z||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-11-05T11:55:38.863Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:38.874Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:38.874Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:55:39.762Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-05T11:55:39.763Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-05T11:55:39.763Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:55:39.763Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:39.765Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:39.765Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113339762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-05T11:55:39.864Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:55:39.865Z||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-11-05T11:55:39.865Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:39.875Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:39.875Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:55:40.765Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-05T11:55:40.765Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-05T11:55:40.766Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:55:40.766Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:55:40.767Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:55:40.767Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113340765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:55:40.867Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:55:40.868Z||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-11-05T11:55:40.868Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:55:40.878Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:55:40.878Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:55:41.768Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:55:41.782Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:55:41.784Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:55:41.785Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:55:41.785Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:56:11.785Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:56:11.799Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:56:11.801Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:56:11.801Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:56:11.801Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:56:19.266Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:56:19.269Z||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-11-05T11:56:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:56:19.294Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:56:19.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:56:19.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "dcae-sch",
  "timestamp": 1636113319060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:56:19.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:56:41.801Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:56:41.821Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:56:41.823Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:56:41.823Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:56:41.823Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:57:11.824Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:57:11.835Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:57:11.837Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:57:11.837Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:57:11.837Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:57:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:57:19.265Z||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-11-05T11:57:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:57:19.293Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:57:19.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:57:19.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "clamp",
  "timestamp": 1636113320058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:57:19.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:57:19.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:57:19.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113321965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:57:19.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:57:41.838Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:57:41.851Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:57:41.853Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:57:41.853Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:57:41.853Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:58:11.854Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:58:11.874Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:58:11.876Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:58:11.876Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:58:11.877Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:58:19.265Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:58:19.267Z||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-11-05T11:58:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:58:19.803Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:58:19.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "dcae-sch",
  "timestamp": 1636113319060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "clamp",
  "timestamp": 1636113320058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113321965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "cds",
  "timestamp": 1636113323736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "clamp",
  "timestamp": 1636113320058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "dcae-sch",
  "timestamp": 1636113319060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113321965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "cds",
  "timestamp": 1636113323736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "dcae-sch",
  "timestamp": 1636113319060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "clamp",
  "timestamp": 1636113320058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113321965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "cds",
  "timestamp": 1636113323736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "clamp",
  "timestamp": 1636113320058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "dcae-sch",
  "timestamp": 1636113319060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113321965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "cds",
  "timestamp": 1636113323736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "dcae-sch",
  "timestamp": 1636113319060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "clamp",
  "timestamp": 1636113320058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113321965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "cds",
  "timestamp": 1636113323736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "clamp",
  "timestamp": 1636113320058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "dcae-sch",
  "timestamp": 1636113319060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113321965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "cds",
  "timestamp": 1636113323736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "clamp",
  "timestamp": 1636113320058,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "dcae-sch",
  "timestamp": 1636113319060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113319261,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113321965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "cds",
  "timestamp": 1636113323736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113330642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113331340,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113331346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "cds",
  "timestamp": 1636113323736,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "policy-id",
  "timestamp": 1636113330871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "dcae-sch",
  "timestamp": 1636113331656,
  "artifactURL": "/sdc/v1/catalog/services/f700e76f-cffa-41fb-ba14-03b58f925900/resourceInstances/basicclamp0/artifacts/ff2b1eca-a829-4dbd-a02f-4f872430c4d1",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113330642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113332443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "policy-id",
  "timestamp": 1636113330871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "cds",
  "timestamp": 1636113332630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "dcae-sch",
  "timestamp": 1636113333018,
  "artifactURL": "/sdc/v1/catalog/services/f700e76f-cffa-41fb-ba14-03b58f925900/resourceInstances/basicclamp0/artifacts/ff2b1eca-a829-4dbd-a02f-4f872430c4d1",
  "status": "DEPLOY_OK"
}
2021-11-05T11:58:19.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113330642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "policy-id",
  "timestamp": 1636113330871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113333562,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.826Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "cds",
  "timestamp": 1636113333649,
  "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-11-05T11:58:19.835Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 825fbfa7-19fc-492f-a7a1-edfcde365590
2021-11-05T11:58:19.835Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825fbfa7-19fc-492f-a7a1-edfcde365590 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-11-05T11:58:19.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "dcae-sch",
  "timestamp": 1636113334026,
  "artifactURL": "/sdc/v1/catalog/services/f700e76f-cffa-41fb-ba14-03b58f925900/resourceInstances/basicclamp0/artifacts/ff2b1eca-a829-4dbd-a02f-4f872430c4d1",
  "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-11-05T11:58:19.852Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 825fbfa7-19fc-492f-a7a1-edfcde365590
2021-11-05T11:58:19.852Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825fbfa7-19fc-492f-a7a1-edfcde365590 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-11-05T11:58:19.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113334251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113330642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "policy-id",
  "timestamp": 1636113330871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113334593,
  "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-11-05T11:58:19.866Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 825fbfa7-19fc-492f-a7a1-edfcde365590
2021-11-05T11:58:19.867Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825fbfa7-19fc-492f-a7a1-edfcde365590 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-11-05T11:58:19.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113330642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113335453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "policy-id",
  "timestamp": 1636113330871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113335601,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:58:19.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113330642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "policy-id",
  "timestamp": 1636113330871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113336631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113330642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "policy-id",
  "timestamp": 1636113330871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113337755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:58:19.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113330642,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "policy-id",
  "timestamp": 1636113330871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113338759,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T11:58:19.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "policy-id",
  "timestamp": 1636113339674,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113339762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-05T11:58:19.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "policy-id",
  "timestamp": 1636113340678,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:58:19.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113340765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:58:19.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "clamp",
  "timestamp": 1636113341634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113341009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "policy-id",
  "timestamp": 1636113341681,
  "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-11-05T11:58:19.889Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 825fbfa7-19fc-492f-a7a1-edfcde365590
2021-11-05T11:58:19.889Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825fbfa7-19fc-492f-a7a1-edfcde365590 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-11-05T11:58:19.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "clamp",
  "timestamp": 1636113342638,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113341009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "aai-ml",
  "timestamp": 1636113342753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113341009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "aai-ml",
  "timestamp": 1636113342753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113341009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "aai-ml",
  "timestamp": 1636113342753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113341009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "aai-ml",
  "timestamp": 1636113342753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113341009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "clamp",
  "timestamp": 1636113346703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:58:19.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "aai-ml",
  "timestamp": 1636113342753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113341009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "clamp",
  "timestamp": 1636113347707,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-05T11:58:19.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "aai-ml",
  "timestamp": 1636113342753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113341009,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "clamp",
  "timestamp": 1636113348710,
  "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-11-05T11:58:19.908Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 825fbfa7-19fc-492f-a7a1-edfcde365590
2021-11-05T11:58:19.909Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825fbfa7-19fc-492f-a7a1-edfcde365590 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-11-05T11:58:19.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "aai-ml",
  "timestamp": 1636113342753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T11:58:19.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113349755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "aai-ml",
  "timestamp": 1636113342753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T11:58:19.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-05T11:58:19.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "aai-ml",
  "timestamp": 1636113351487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T11:58:19.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113352131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:58:19.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113353139,
  "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-11-05T11:58:19.922Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 825fbfa7-19fc-492f-a7a1-edfcde365590
2021-11-05T11:58:19.922Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825fbfa7-19fc-492f-a7a1-edfcde365590 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-11-05T11:58:19.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "aai-ml",
  "timestamp": 1636113359743,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T11:58:19.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:58:19.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:58:19.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "aai-ml",
  "timestamp": 1636113360747,
  "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-11-05T11:58:19.934Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 825fbfa7-19fc-492f-a7a1-edfcde365590
2021-11-05T11:58:19.935Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 825fbfa7-19fc-492f-a7a1-edfcde365590 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-11-05T11:58:41.877Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T11:58:41.887Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T11:58:41.890Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:58:41.890Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T11:58:41.890Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T11:58:41.890Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T11:58:41.890Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:58:41.890Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:58:41.891Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:58:41.891Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:58:41.891Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:58:41.891Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:58:41.891Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T11:58:41.891Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-05T11:58:41.897Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T11:59:11.898Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 825fbfa7-19fc-492f-a7a1-edfcde365590 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-11-05T11:59:11.913Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 825fbfa7-19fc-492f-a7a1-edfcde365590 and serviceModelVersionId: f700e76f-cffa-41fb-ba14-03b58f925900
2021-11-05T11:59:11.913Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00712b3b-6f32-467c-9e7d-1881abb22a9a
2021-11-05T11:59:11.917Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00712b3b-6f32-467c-9e7d-1881abb22a9a/model-vers/model-ver/f700e76f-cffa-41fb-ba14-03b58f925900?depth=0
2021-11-05T11:59:11.926Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T11:59:11.992Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00712b3b-6f32-467c-9e7d-1881abb22a9a/model-vers/model-ver/f700e76f-cffa-41fb-ba14-03b58f925900?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-11-05T11:59:11.996Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00712b3b-6f32-467c-9e7d-1881abb22a9a/model-vers/model-ver/f700e76f-cffa-41fb-ba14-03b58f925900?depth=0|INFO|500||Invoke
2021-11-05T11:59:12.022Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00712b3b-6f32-467c-9e7d-1881abb22a9a/model-vers/model-ver/f700e76f-cffa-41fb-ba14-03b58f925900?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T11:59:12.262Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00712b3b-6f32-467c-9e7d-1881abb22a9a/model-vers/model-ver/f700e76f-cffa-41fb-ba14-03b58f925900?depth=0|INFO|500||InvokeReturn
2021-11-05T11:59:12.264Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00712b3b-6f32-467c-9e7d-1881abb22a9a/model-vers/model-ver/f700e76f-cffa-41fb-ba14-03b58f925900?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211105-11:59:12:029-11769], vertex-id=[495800], Content-Length=[0], Date=[Fri, 05 Nov 2021 11:59:12 GMT], Content-Type=[application/json]}
2021-11-05T11:59:12.264Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-05T11:59:12.266Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T11:59:12.266Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||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-11-05T11:59:12.273Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-05T11:59:12.274Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 825fbfa7-19fc-492f-a7a1-edfcde365590 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T11:59:12.274Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T11:59:12.275Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:59:12.278Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:59:12.278Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113552274,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:59:12.378Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:59:12.379Z||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-11-05T11:59:12.379Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:59:12.391Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:59:12.391Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-05T11:59:13.306Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:59:13.308Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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-11-05T11:59:13.308Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:59:19.264Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:59:19.268Z||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-11-05T11:59:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:59:19.891Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:59:19.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T11:59:19.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "825fbfa7-19fc-492f-a7a1-edfcde365590",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113552274,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:59:19.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:59:23.749Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:59:23.749Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:59:23.750Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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-11-05T11:59:23.750Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:59:33.294Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:59:33.295Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:59:33.296Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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-11-05T11:59:33.296Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:59:42.831Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T11:59:42.832Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:59:42.833Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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-11-05T11:59:42.833Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:59:52.373Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:19.261Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:00:19.262Z||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-11-05T12:00:19.262Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:00:19.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:00:19.264Z||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-11-05T12:00:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:00:20.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:20.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T12:00:20.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"00fe4cf7-f0fa-4ff4-954f-693cca006ae1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c7d47b30-5487-4000-a4f4-e255c1d3fde7","serviceDescription":"service","serviceInvariantUUID":"d23b628e-2f44-4e21-b3cb-12d501900148","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d3af0a0d-0646-4b0e-a182-c505880c3bb3","resourceInvariantUUID":"47f58f8c-0c34-4765-ab7b-6ff74be6ed9b","resourceCustomizationUUID":"8f1e30b2-0acd-412a-a107-4f02fa92d0e8","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":"ZWRjYmVjZWQ0ZGQxYmE5OThmMjBiOTM5ZmNmM2UxNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9d794839-82bc-4e74-9b3d-d457a5cd4832","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":"5bc3c26e-459a-4135-a6b3-2f260173eb7d","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":"5303bc2e-ddf1-4ce4-baba-fdb74ef5d14a","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":"NWVhMjI3ODFjMWFkODYzM2VjODRhYmIxODVjNGQwMjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a9ce9a57-4c5c-485d-8cd5-cd6393cc63a4","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":"71164059-8441-4177-ab86-8b6d1655c32b","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":"0401a7f6-c704-41fe-b44e-a7635150a1a1","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":"14d82868-a930-4bdf-8c41-591ebeccc066","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":"MGUwZjRiOWVhYjc3ZTk5YWVjZGYzNDc4MzdhMTU5ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9a521b-1892-42dc-a140-6250b06796fe","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NmEyN2I1ZmZlYWRlZjIwNDAyNjkzMGVlYzVjODJhOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e10c69d7-9fbf-48e6-89ed-05042f4082cc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T12:00:20.903Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:00:20.903Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:00:20.906Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:00:20.906Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:21.005Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T12:00:21.006Z||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-11-05T12:00:21.006Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:00:21.017Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:21.023Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:00:21.704Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:21.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:00:21.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:21.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:00:21.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:00:21.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "clamp",
  "timestamp": 1636113620057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:21.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:00:21.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:00:21.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113611009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:21.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:00:21.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:00:21.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "aai-ml",
  "timestamp": 1636113612752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:21.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:00:21.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:00:21.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "dcae-sch",
  "timestamp": 1636113619062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:21.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:00:21.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:00:21.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "policy-id",
  "timestamp": 1636113610871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:21.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:00:21.906Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:00:21.907Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:00:21.908Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:00:21.908Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:22.008Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:00:22.012Z||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-11-05T12:00:22.012Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:00:22.088Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:22.089Z||pool-113-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:00:22.909Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:00:22.909Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:00:22.911Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:00:22.911Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:23.011Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:00:23.013Z||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-11-05T12:00:23.013Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:00:23.023Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:23.023Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:00:23.912Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:00:23.912Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:00:23.914Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:00:23.914Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:24.014Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T12:00:24.016Z||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-11-05T12:00:24.016Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:00:24.028Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:24.028Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:00:24.915Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:00:24.915Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:00:24.918Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:00:24.918Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:25.018Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:00:25.019Z||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-11-05T12:00:25.019Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:00:25.073Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:25.074Z||pool-116-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:00:25.919Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:00:25.919Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:00:25.922Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:00:25.922Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:26.022Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:00:26.023Z||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-11-05T12:00:26.023Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:00:26.033Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:26.034Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-05T12:00:26.922Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:00:26.923Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:00:26.924Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:00:26.924Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:27.024Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:00:27.026Z||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-11-05T12:00:27.026Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:00:27.040Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:27.041Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-05T12:00:27.925Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:00:27.925Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:00:27.927Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:00:27.927Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:00:28.027Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T12:00:28.028Z||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-11-05T12:00:28.028Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:00:28.039Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:28.039Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:00:28.928Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:00:28.928Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:00:28.930Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:00:28.930Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:00:29.030Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:00:29.031Z||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-11-05T12:00:29.031Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:00:29.044Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:29.045Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:00:29.931Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c7d47b30-5487-4000-a4f4-e255c1d3fde7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d23b628e-2f44-4e21-b3cb-12d501900148",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "8f1e30b2-0acd-412a-a107-4f02fa92d0e8",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d3af0a0d-0646-4b0e-a182-c505880c3bb3",
      "resourceInvariantUUID": "47f58f8c-0c34-4765-ab7b-6ff74be6ed9b",
      "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": "NmEyN2I1ZmZlYWRlZjIwNDAyNjkzMGVlYzVjODJhOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e10c69d7-9fbf-48e6-89ed-05042f4082cc"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T12:00:29.931Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T12:00:29.932Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7d47b30-5487-4000-a4f4-e255c1d3fde7 ASDC
2021-11-05T12:00:29.933Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:00fe4cf7-f0fa-4ff4-954f-693cca006ae1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c7d47b30-5487-4000-a4f4-e255c1d3fde7
ServiceInvariantUUID:d23b628e-2f44-4e21-b3cb-12d501900148
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:e10c69d7-9fbf-48e6-89ed-05042f4082cc
ArtifactChecksum:NmEyN2I1ZmZlYWRlZjIwNDAyNjkzMGVlYzVjODJhOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:8f1e30b2-0acd-412a-a107-4f02fa92d0e8
ResourceInvariantUUID:47f58f8c-0c34-4765-ab7b-6ff74be6ed9b
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d3af0a0d-0646-4b0e-a182-c505880c3bb3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-05T12:00:29.933Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7d47b30-5487-4000-a4f4-e255c1d3fde7 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-11-05T12:00:29.971Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T12:00:29.972Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-05T12:00:29.972Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-05T12:00:29.972Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e10c69d7-9fbf-48e6-89ed-05042f4082cc from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-05T12:00:29.972Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-05T12:00:29.973Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-05T12:00:30.071Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-05T12:00:30.076Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e10c69d7-9fbf-48e6-89ed-05042f4082cc 105648
2021-11-05T12:00:30.076Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-05T12:00:30.076Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-05T12:00:30.076Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T12:00:30.076Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:00:30.078Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:00:30.078Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113630076,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:00:30.178Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:00:30.179Z||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-11-05T12:00:30.179Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:00:30.190Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:30.191Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-05T12:00:31.078Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T12:00:31.079Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-05T12:00:31.080Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e10c69d7-9fbf-48e6-89ed-05042f4082cc, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-05T12:00:31.082Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-05T12:00:31.082Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-05T12:00:31.083Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-05T12:00:31.827Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14611061231381247004/Definitions/service-TestPnfMacro-template.yml
2021-11-05T12:00:32.609Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T12:00:32.610Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-05T12:00:32.610Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-05T12:00:32.610Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-05T12:00:32.610Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||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-11-05T12:00:32.610Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||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-11-05T12:00:32.610Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||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-11-05T12:00:32.610Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||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-11-05T12:00:32.610Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|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-TestPnfMacro-csar.csar
2021-11-05T12:00:32.610Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|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-TestPnfMacro-csar.csar
2021-11-05T12:00:32.610Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|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-TestPnfMacro-csar.csar
2021-11-05T12:00:32.611Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-05T12:00:32.611Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:00:32.611Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:00:32.611Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-05T12:00:32.611Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-05T12:00:32.611Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T12:00:32.612Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:00:32.612Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:00:32.612Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-05T12:00:32.612Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-05T12:00:32.612Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T12:00:32.612Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:00:32.612Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:00:32.612Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:00:32.613Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:00:32.613Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:00:32.613Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:00:32.613Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:00:32.613Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:00:32.613Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:00:32.613Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:00:32.613Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c7d47b30-5487-4000-a4f4-e255c1d3fde7
Model Version:NULL
Model InvariantUuid:d23b628e-2f44-4e21-b3cb-12d501900148
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-11-05T12:00:32.621Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: d3af0a0d-0646-4b0e-a182-c505880c3bb3
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-11-05T12:00:32.624Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||test-pnf 0
2021-11-05T12:00:32.624Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d3af0a0d-0646-4b0e-a182-c505880c3bb3
2021-11-05T12:00:32.624Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||No resources found for Service: c7d47b30-5487-4000-a4f4-e255c1d3fde7
2021-11-05T12:00:32.625Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c7d47b30-5487-4000-a4f4-e255c1d3fde7
2021-11-05T12:00:32.625Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d3af0a0d-0646-4b0e-a182-c505880c3bb3 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-11-05T12:00:32.630Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@736f925c, org.onap.sdc.toscaparser.api.parameters.Input@7f3e11ba, org.onap.sdc.toscaparser.api.parameters.Input@3e4ccb35, org.onap.sdc.toscaparser.api.parameters.Input@29c27fd1, org.onap.sdc.toscaparser.api.parameters.Input@26b0f5c7]
2021-11-05T12:00:32.630Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:00:32.631Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:00:32.631Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c7d47b30-5487-4000-a4f4-e255c1d3fde7: test-pnf
2021-11-05T12:00:32.631Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||Processing PNF resource: d3af0a0d-0646-4b0e-a182-c505880c3bb3
2021-11-05T12:00:32.631Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:00:32.631Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:00:32.632Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||Resource customization UUID: 8f1e30b2-0acd-412a-a107-4f02fa92d0e8 is the same as notified resource customizationUUID: 8f1e30b2-0acd-412a-a107-4f02fa92d0e8
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-11-05T12:00:32.670Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d3af0a0d-0646-4b0e-a182-c505880c3bb3 0 ASDC deployResourceStructure
2021-11-05T12:00:32.670Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-05T12:00:32.670Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-05T12:00:32.671Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T12:00:32.671Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:00:32.673Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:00:32.673Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113632670,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T12:00:32.773Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:00:32.774Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-05T12:00:32.774Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:00:32.784Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:00:32.785Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:00:33.674Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T12:00:33.684Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T12:00:33.686Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T12:00:33.686Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T12:00:33.686Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T12:01:03.686Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T12:01:03.705Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T12:01:03.706Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T12:01:03.707Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T12:01:03.707Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T12:01:19.264Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:01:19.265Z||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-11-05T12:01:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:01:19.390Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:01:19.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:01:19.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:01:19.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:01:33.707Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T12:01:33.717Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T12:01:33.719Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T12:01:33.719Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T12:01:33.719Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T12:02:03.720Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T12:02:03.730Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T12:02:03.732Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T12:02:03.732Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T12:02:03.733Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T12:02:19.264Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:02:19.265Z||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-11-05T12:02:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:02:19.314Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:02:19.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "dcae-sch",
  "timestamp": 1636113619062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "aai-ml",
  "timestamp": 1636113612752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113611009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "clamp",
  "timestamp": 1636113620057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "policy-id",
  "timestamp": 1636113610871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113621966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "clamp",
  "timestamp": 1636113620057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "aai-ml",
  "timestamp": 1636113612752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113611009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "dcae-sch",
  "timestamp": 1636113619062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "policy-id",
  "timestamp": 1636113610871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113621966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "clamp",
  "timestamp": 1636113620057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "aai-ml",
  "timestamp": 1636113612752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113611009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "dcae-sch",
  "timestamp": 1636113619062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "policy-id",
  "timestamp": 1636113610871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "cds",
  "timestamp": 1636113623736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113621966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "clamp",
  "timestamp": 1636113620057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113611009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "aai-ml",
  "timestamp": 1636113612752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "dcae-sch",
  "timestamp": 1636113619062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "policy-id",
  "timestamp": 1636113610871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "cds",
  "timestamp": 1636113623736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113621966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "clamp",
  "timestamp": 1636113620057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113611009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "aai-ml",
  "timestamp": 1636113612752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "dcae-sch",
  "timestamp": 1636113619062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "policy-id",
  "timestamp": 1636113610871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "cds",
  "timestamp": 1636113623736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113621966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "clamp",
  "timestamp": 1636113620057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "aai-ml",
  "timestamp": 1636113612752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113611009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "dcae-sch",
  "timestamp": 1636113619062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "policy-id",
  "timestamp": 1636113610871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "cds",
  "timestamp": 1636113623736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113621966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "clamp",
  "timestamp": 1636113620057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "aai-ml",
  "timestamp": 1636113612752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113611009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "dcae-sch",
  "timestamp": 1636113619062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "policy-id",
  "timestamp": 1636113610871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "cds",
  "timestamp": 1636113623736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113621966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "clamp",
  "timestamp": 1636113620057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:02:19.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113619261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:02:19.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "aai-ml",
  "timestamp": 1636113612752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:02:19.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113611009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:02:19.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "dcae-sch",
  "timestamp": 1636113619062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "policy-id",
  "timestamp": 1636113610871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:02:19.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "cds",
  "timestamp": 1636113623736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113621966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113630070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "aai-ml",
  "timestamp": 1636113630076,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113630076,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "policy-id",
  "timestamp": 1636113630082,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "cds",
  "timestamp": 1636113623736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113621966,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:02:19.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "policy-id",
  "timestamp": 1636113631089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T12:02:19.336Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:02:19.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113630642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "cds",
  "timestamp": 1636113623736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113631884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T12:02:19.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:02:19.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "policy-id",
  "timestamp": 1636113632094,
  "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-11-05T12:02:19.344Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
2021-11-05T12:02:19.344Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00fe4cf7-f0fa-4ff4-954f-693cca006ae1 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-11-05T12:02:19.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113630642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "cds",
  "timestamp": 1636113623736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:02:19.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113632670,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T12:02:19.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:02:19.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113632888,
  "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-11-05T12:02:19.362Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
2021-11-05T12:02:19.362Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00fe4cf7-f0fa-4ff4-954f-693cca006ae1 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-11-05T12:02:19.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113630642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.371Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "cds",
  "timestamp": 1636113633731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:02:19.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:02:19.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113630642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "clamp",
  "timestamp": 1636113634686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:02:19.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:02:19.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "cds",
  "timestamp": 1636113635094,
  "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-11-05T12:02:19.377Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
2021-11-05T12:02:19.378Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00fe4cf7-f0fa-4ff4-954f-693cca006ae1 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-11-05T12:02:19.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113630642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "aai-ml",
  "timestamp": 1636113636144,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T12:02:19.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:02:19.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113630642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "aai-ml",
  "timestamp": 1636113637147,
  "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-11-05T12:02:19.392Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
2021-11-05T12:02:19.392Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00fe4cf7-f0fa-4ff4-954f-693cca006ae1 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-11-05T12:02:19.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113630642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-05T12:02:19.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "clamp",
  "timestamp": 1636113637685,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T12:02:19.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:02:19.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113630642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "clamp",
  "timestamp": 1636113638690,
  "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-11-05T12:02:19.407Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
2021-11-05T12:02:19.407Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00fe4cf7-f0fa-4ff4-954f-693cca006ae1 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-11-05T12:02:19.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113630642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:02:19.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:02:19.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113640569,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:02:19.417Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:02:19.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113641727,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T12:02:19.419Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:02:19.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-05T12:02:19.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113642733,
  "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-11-05T12:02:19.425Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
2021-11-05T12:02:19.425Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00fe4cf7-f0fa-4ff4-954f-693cca006ae1 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-11-05T12:02:33.733Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T12:02:33.755Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00fe4cf7-f0fa-4ff4-954f-693cca006ae1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T12:02:33.757Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T12:02:33.758Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T12:02:33.758Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T12:02:33.758Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T12:02:33.758Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:02:33.758Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:02:33.758Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:02:33.758Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:02:33.758Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:02:33.759Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:02:33.759Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:02:33.759Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|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-11-05T12:02:33.764Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T12:03:03.765Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00fe4cf7-f0fa-4ff4-954f-693cca006ae1 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-11-05T12:03:03.774Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00fe4cf7-f0fa-4ff4-954f-693cca006ae1 and serviceModelVersionId: c7d47b30-5487-4000-a4f4-e255c1d3fde7
2021-11-05T12:03:03.774Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d23b628e-2f44-4e21-b3cb-12d501900148
2021-11-05T12:03:03.775Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d23b628e-2f44-4e21-b3cb-12d501900148/model-vers/model-ver/c7d47b30-5487-4000-a4f4-e255c1d3fde7?depth=0
2021-11-05T12:03:03.782Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T12:03:03.832Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|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/d23b628e-2f44-4e21-b3cb-12d501900148/model-vers/model-ver/c7d47b30-5487-4000-a4f4-e255c1d3fde7?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-11-05T12:03:03.834Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d23b628e-2f44-4e21-b3cb-12d501900148/model-vers/model-ver/c7d47b30-5487-4000-a4f4-e255c1d3fde7?depth=0|INFO|500||Invoke
2021-11-05T12:03:03.855Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d23b628e-2f44-4e21-b3cb-12d501900148/model-vers/model-ver/c7d47b30-5487-4000-a4f4-e255c1d3fde7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T12:03:04.230Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d23b628e-2f44-4e21-b3cb-12d501900148/model-vers/model-ver/c7d47b30-5487-4000-a4f4-e255c1d3fde7?depth=0|INFO|500||InvokeReturn
2021-11-05T12:03:04.234Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|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/d23b628e-2f44-4e21-b3cb-12d501900148/model-vers/model-ver/c7d47b30-5487-4000-a4f4-e255c1d3fde7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211105-12:03:03:861-21593], vertex-id=[233680], Content-Length=[0], Date=[Fri, 05 Nov 2021 12:03:03 GMT], Content-Type=[application/json]}
2021-11-05T12:03:04.236Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-11-05T12:03:04.236Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T12:03:04.236Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|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-11-05T12:03:04.240Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|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-11-05T12:03:04.241Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00fe4cf7-f0fa-4ff4-954f-693cca006ae1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T12:03:04.241Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T12:03:04.242Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:03:04.244Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:03:04.244Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113784241,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T12:03:04.344Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:03:04.345Z||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-11-05T12:03:04.346Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:04.359Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:04.360Z||pool-123-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-11-05T12:03:05.257Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:03:05.258Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|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-11-05T12:03:05.258Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:09.766Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:09.767Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T12:03:09.767Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"98314bc4-d8ec-4f9c-849e-4fcc3a903201","serviceName":"Demo_pNF_AJsekpRhR0YexMd6gGrW","serviceVersion":"1.0","serviceUUID":"298def1e-7092-4ff8-b52c-2e23f742c372","serviceDescription":"catalog service description","serviceInvariantUUID":"1fa71fba-e4a9-4d76-9650-47a66910fb7d","resources":[{"resourceInstanceName":"pNF a9ff57d5-50e2 0","resourceName":"pNF a9ff57d5-50e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5230194c-5abe-4e63-82ef-6d2af9f8386b","resourceInvariantUUID":"04eb3ba5-2921-4eb4-8e16-0530870ea3c6","resourceCustomizationUUID":"34d06aa1-31d3-472c-98cb-c5d80c9a3ddf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vf-license-model.xml","artifactChecksum":"YjM1YTA0NjhiNDg5N2JiMGM4MTBlMjUzMWVmODFmYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de4f90a1-faf9-4fd5-9168-06fc1de61b30","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/pNF.csar","artifactChecksum":"OGM2Mjc1MTA5ZDhjMDJkZTc4ZDRkMDEwMzdmYWQwYjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d5e55b3-0c0c-45e0-a222-59675ae36260","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"22d72a66-3ca3-4d4a-8873-f1e9711d71c3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vendor-license-model.xml","artifactChecksum":"MWMxZjJiM2JhZmFiNjFkZTA5NjZlNTM3ZDRhYzg0M2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f92dc6c3-024c-4bda-b4f5-48b88583bcef","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e20c5ce-ddb4-4524-bcdc-e5779c098028","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12877de2-5543-4e8e-af7a-92c649b0d9ad","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAjsekprhr0yexmd6ggrw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-template.yml","artifactChecksum":"MTQxOThiMzM1NmM3YWM0OWRjNmZkMjYxYzc2MmZmYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0824e43f-75bc-4968-ae7d-cae4a4375e91","artifactVersion":"1"},{"artifactName":"service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar","artifactChecksum":"NDM0NmI2NmRjZDM1YTYzYzRiNDQ2OWE3N2VhM2IxNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e47f6beb-67cd-4054-ab78-b12314e40db7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T12:03:09.769Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:03:09.769Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:03:09.771Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:03:09.771Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:09.870Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T12:03:09.871Z||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-11-05T12:03:09.871Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:09.882Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:09.882Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:03:10.771Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:03:10.771Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:03:10.773Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:03:10.773Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:10.873Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:03:10.874Z||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-11-05T12:03:10.874Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:10.885Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:10.885Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-05T12:03:11.774Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:03:11.774Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:03:11.776Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:03:11.776Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:11.876Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:03:11.877Z||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-11-05T12:03:11.877Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:11.888Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:11.889Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:03:12.776Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:03:12.777Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:03:12.779Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:03:12.779Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:12.879Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:03:12.880Z||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-11-05T12:03:12.880Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:12.892Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:12.892Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-05T12:03:13.779Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:03:13.780Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:03:13.781Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:03:13.781Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:13.881Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T12:03:13.883Z||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-11-05T12:03:13.883Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:13.896Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:13.896Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-05T12:03:14.782Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:03:14.782Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:03:14.784Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:03:14.784Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:14.884Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:03:14.884Z||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-11-05T12:03:14.885Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:14.896Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:14.896Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-05T12:03:15.784Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:03:15.785Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:03:15.787Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:03:15.787Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:15.887Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:03:15.888Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-05T12:03:15.888Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:15.901Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:15.901Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:03:16.788Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T12:03:16.788Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:03:16.790Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:03:16.791Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:03:16.890Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T12:03:16.891Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-05T12:03:16.891Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:16.900Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:16.901Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:03:17.791Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "serviceName": "Demo_pNF_AJsekpRhR0YexMd6gGrW",
  "serviceVersion": "1.0",
  "serviceUUID": "298def1e-7092-4ff8-b52c-2e23f742c372",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1fa71fba-e4a9-4d76-9650-47a66910fb7d",
  "resources": [
    {
      "resourceInstanceName": "pNF a9ff57d5-50e2 0",
      "resourceCustomizationUUID": "34d06aa1-31d3-472c-98cb-c5d80c9a3ddf",
      "resourceName": "pNF a9ff57d5-50e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5230194c-5abe-4e63-82ef-6d2af9f8386b",
      "resourceInvariantUUID": "04eb3ba5-2921-4eb4-8e16-0530870ea3c6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
      "artifactChecksum": "NDM0NmI2NmRjZDM1YTYzYzRiNDQ2OWE3N2VhM2IxNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e47f6beb-67cd-4054-ab78-b12314e40db7"
    }
  ],
  "workloadContext": "Production"
}
2021-11-05T12:03:17.792Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T12:03:17.792Z|00fe4cf7-f0fa-4ff4-954f-693cca006ae1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 298def1e-7092-4ff8-b52c-2e23f742c372 ASDC
2021-11-05T12:03:17.792Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:98314bc4-d8ec-4f9c-849e-4fcc3a903201
ServiceName:Demo_pNF_AJsekpRhR0YexMd6gGrW
ServiceVersion:1.0
ServiceUUID:298def1e-7092-4ff8-b52c-2e23f742c372
ServiceInvariantUUID:1fa71fba-e4a9-4d76-9650-47a66910fb7d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
ArtifactUUID:e47f6beb-67cd-4054-ab78-b12314e40db7
ArtifactChecksum:NDM0NmI2NmRjZDM1YTYzYzRiNDQ2OWE3N2VhM2IxNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a9ff57d5-50e2 0
ResourceCustomizationUUID:34d06aa1-31d3-472c-98cb-c5d80c9a3ddf
ResourceInvariantUUID:04eb3ba5-2921-4eb4-8e16-0530870ea3c6
ResourceName:pNF a9ff57d5-50e2
ResourceType:PNF
ResourceUUID:5230194c-5abe-4e63-82ef-6d2af9f8386b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-05T12:03:17.792Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 298def1e-7092-4ff8-b52c-2e23f742c372 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-11-05T12:03:17.827Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T12:03:17.828Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-05T12:03:17.828Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-05T12:03:17.828Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e47f6beb-67cd-4054-ab78-b12314e40db7 from URL: /sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:17.828Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-05T12:03:17.829Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:18.139Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-05T12:03:18.142Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar e47f6beb-67cd-4054-ab78-b12314e40db7 82628
2021-11-05T12:03:18.143Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar ASDC sendASDCNotification
2021-11-05T12:03:18.143Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:18.143Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T12:03:18.143Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:03:18.146Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:03:18.146Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113798143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:03:18.246Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T12:03:18.246Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-05T12:03:18.246Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:18.258Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:18.272Z||pool-132-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:03:19.146Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T12:03:19.147Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-05T12:03:19.147Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e47f6beb-67cd-4054-ab78-b12314e40db7, URL: /sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar to file: /app/ASDC/1/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:19.147Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:19.147Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:19.148Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:19.263Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:03:19.264Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|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-11-05T12:03:19.264Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:19.291Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:19.293Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.293Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113701009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.293Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.293Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.293Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "aai-ml",
  "timestamp": 1636113702751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113701965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "clamp",
  "timestamp": 1636113710058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.295Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.295Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "aai-ml",
  "timestamp": 1636113702751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.295Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.295Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.295Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113701009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.295Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.295Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.295Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113701965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.296Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.296Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.296Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.296Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.296Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.296Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "policy-id",
  "timestamp": 1636113710871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.296Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.296Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.297Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "clamp",
  "timestamp": 1636113710058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.297Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.297Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.297Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "aai-ml",
  "timestamp": 1636113702751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.297Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.297Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.297Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113701009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.297Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.298Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.298Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113701965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.298Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.298Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.298Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.298Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.298Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.298Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "policy-id",
  "timestamp": 1636113710871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.299Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.299Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.299Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "clamp",
  "timestamp": 1636113710058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.299Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.299Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.299Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113701009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.299Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.299Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.300Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113701965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.300Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.300Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.300Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "aai-ml",
  "timestamp": 1636113702751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.300Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.300Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.300Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.300Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.301Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.301Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "policy-id",
  "timestamp": 1636113710871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.301Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.301Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.301Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "clamp",
  "timestamp": 1636113710058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.301Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.301Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.302Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113701009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.302Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.302Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.302Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113701965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.302Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.302Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.302Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "aai-ml",
  "timestamp": 1636113702751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.302Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.303Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.303Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.303Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.303Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.303Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "cds",
  "timestamp": 1636113713736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.303Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.303Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.304Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "policy-id",
  "timestamp": 1636113710871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.304Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.304Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.304Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "clamp",
  "timestamp": 1636113710058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.309Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.309Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.309Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113701009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.309Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.309Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.309Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113701965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.310Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.310Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.310Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "aai-ml",
  "timestamp": 1636113702751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.310Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.310Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.310Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.310Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.311Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.311Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "cds",
  "timestamp": 1636113713736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.311Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.311Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.311Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "policy-id",
  "timestamp": 1636113710871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.311Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.312Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.312Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "clamp",
  "timestamp": 1636113710058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.312Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.312Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.312Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113701009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.312Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.312Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.313Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113701965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.313Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.313Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.313Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "aai-ml",
  "timestamp": 1636113702751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.313Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.313Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.313Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-05T12:03:19.314Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.314Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.314Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "cds",
  "timestamp": 1636113713736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.314Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.314Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.314Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "policy-id",
  "timestamp": 1636113710871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.315Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.315Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.315Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "clamp",
  "timestamp": 1636113710058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.315Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.315Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.315Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113701009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:03:19.316Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.316Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.316Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636113701965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:03:19.316Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.316Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.316Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "aai-ml",
  "timestamp": 1636113702751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:03:19.316Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.317Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.317Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.317Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.317Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.317Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "cds",
  "timestamp": 1636113713736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.317Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.317Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.318Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "policy-id",
  "timestamp": 1636113710871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.318Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.318Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.318Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "clamp",
  "timestamp": 1636113710058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:03:19.318Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.318Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.318Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "aai-ml",
  "timestamp": 1636113718159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:03:19.318Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:03:19.319Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.319Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113718159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:03:19.319Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:03:19.319Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.319Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.319Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.319Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.320Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "cds",
  "timestamp": 1636113713736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.320Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.320Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.320Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "policy-id",
  "timestamp": 1636113710871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:03:19.320Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.320Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.320Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "cds",
  "timestamp": 1636113713736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.321Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.321Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.321Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113719467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:03:19.321Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:03:19.321Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.321Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "policy-id",
  "timestamp": 1636113719658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:03:19.321Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:03:19.321Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.322Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "dcae-sch",
  "timestamp": 1636113719059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.322Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.322Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.322Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113720070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T12:03:19.322Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:03:19.322Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.322Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "cds",
  "timestamp": 1636113713736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.322Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.322Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.322Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113720497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-05T12:03:19.322Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:03:19.322Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.323Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "policy-id",
  "timestamp": 1636113720662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T12:03:19.323Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:03:19.323Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.323Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "dcae-sch",
  "timestamp": 1636113719059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.323Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.323Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.323Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636113721074,
  "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-11-05T12:03:19.333Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98314bc4-d8ec-4f9c-849e-4fcc3a903201
2021-11-05T12:03:19.336Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98314bc4-d8ec-4f9c-849e-4fcc3a903201 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-11-05T12:03:19.346Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.346Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "cds",
  "timestamp": 1636113713736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:03:19.347Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.347Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.347Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636113721500,
  "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-11-05T12:03:19.351Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 98314bc4-d8ec-4f9c-849e-4fcc3a903201
2021-11-05T12:03:19.351Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98314bc4-d8ec-4f9c-849e-4fcc3a903201 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-11-05T12:03:19.361Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.362Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "policy-id",
  "timestamp": 1636113721667,
  "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-11-05T12:03:19.366Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98314bc4-d8ec-4f9c-849e-4fcc3a903201
2021-11-05T12:03:19.366Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98314bc4-d8ec-4f9c-849e-4fcc3a903201 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-11-05T12:03:19.380Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.380Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "dcae-sch",
  "timestamp": 1636113719059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.380Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.380Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.380Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "dcae-sch",
  "timestamp": 1636113719059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.380Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.380Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.380Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "cds",
  "timestamp": 1636113722745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:03:19.381Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:03:19.381Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.381Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "aai-ml",
  "timestamp": 1636113723628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T12:03:19.381Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:03:19.381Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.381Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "dcae-sch",
  "timestamp": 1636113719059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.381Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.381Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.381Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "cds",
  "timestamp": 1636113723750,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-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-11-05T12:03:19.388Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98314bc4-d8ec-4f9c-849e-4fcc3a903201
2021-11-05T12:03:19.388Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98314bc4-d8ec-4f9c-849e-4fcc3a903201 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-11-05T12:03:19.397Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.397Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "aai-ml",
  "timestamp": 1636113724630,
  "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-11-05T12:03:19.401Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98314bc4-d8ec-4f9c-849e-4fcc3a903201
2021-11-05T12:03:19.402Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98314bc4-d8ec-4f9c-849e-4fcc3a903201 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-11-05T12:03:19.412Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.412Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "dcae-sch",
  "timestamp": 1636113719059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.412Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.412Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.412Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "clamp",
  "timestamp": 1636113724807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:03:19.413Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:03:19.413Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.413Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "dcae-sch",
  "timestamp": 1636113719059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.413Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.414Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.414Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "clamp",
  "timestamp": 1636113726707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T12:03:19.414Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:03:19.414Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.414Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "dcae-sch",
  "timestamp": 1636113719059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:03:19.414Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:03:19.415Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:03:19.415Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "clamp",
  "timestamp": 1636113727711,
  "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-11-05T12:03:19.421Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 98314bc4-d8ec-4f9c-849e-4fcc3a903201
2021-11-05T12:03:19.421Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98314bc4-d8ec-4f9c-849e-4fcc3a903201 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-11-05T12:03:19.532Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11460371819791198273/Definitions/service-DemoPnfAjsekprhr0yexmd6ggrw-template.yml
2021-11-05T12:03:20.271Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T12:03:20.271Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-05T12:03:20.271Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:20.271Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-05T12:03:20.271Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||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-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:20.271Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:20.272Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||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-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:20.272Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:20.272Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a9ff57d5-50e2 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-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:20.272Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:20.272Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:20.272Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-05T12:03:20.272Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:03:20.273Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_AJsekpRhR0YexMd6gGrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:03:20.273Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Node template pNF a9ff57d5-50e2 0 is matching search criteria
2021-11-05T12:03:20.273Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-05T12:03:20.273Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a9ff57d5-50e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T12:03:20.273Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:03:20.273Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_AJsekpRhR0YexMd6gGrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:03:20.273Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Node template pNF a9ff57d5-50e2 0 is matching search criteria
2021-11-05T12:03:20.274Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-05T12:03:20.274Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a9ff57d5-50e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T12:03:20.274Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:03:20.274Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_AJsekpRhR0YexMd6gGrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:03:20.274Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:03:20.274Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_AJsekpRhR0YexMd6gGrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:03:20.274Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:03:20.274Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_AJsekpRhR0YexMd6gGrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:03:20.274Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:03:20.275Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_AJsekpRhR0YexMd6gGrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:03:20.275Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:03:20.275Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_AJsekpRhR0YexMd6gGrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:03:20.275Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_AJsekpRhR0YexMd6gGrW
Description:catalog service description
Model UUID:298def1e-7092-4ff8-b52c-2e23f742c372
Model Version:NULL
Model InvariantUuid:1fa71fba-e4a9-4d76-9650-47a66910fb7d
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-11-05T12:03:20.283Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5230194c-5abe-4e63-82ef-6d2af9f8386b
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-11-05T12:03:20.285Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||pNF a9ff57d5-50e2 0
2021-11-05T12:03:20.286Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5230194c-5abe-4e63-82ef-6d2af9f8386b
2021-11-05T12:03:20.286Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 298def1e-7092-4ff8-b52c-2e23f742c372
2021-11-05T12:03:20.286Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 298def1e-7092-4ff8-b52c-2e23f742c372
2021-11-05T12:03:20.286Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a9ff57d5-50e2 0 5230194c-5abe-4e63-82ef-6d2af9f8386b 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-11-05T12:03:20.294Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11d9facb, org.onap.sdc.toscaparser.api.parameters.Input@6f2e8c2e, org.onap.sdc.toscaparser.api.parameters.Input@7e4d4008, org.onap.sdc.toscaparser.api.parameters.Input@19e754b0, org.onap.sdc.toscaparser.api.parameters.Input@4736eae5]
2021-11-05T12:03:20.294Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:03:20.294Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_AJsekpRhR0YexMd6gGrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:03:20.294Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 298def1e-7092-4ff8-b52c-2e23f742c372: pNF a9ff57d5-50e2
2021-11-05T12:03:20.294Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||Processing PNF resource: 5230194c-5abe-4e63-82ef-6d2af9f8386b
2021-11-05T12:03:20.295Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-05T12:03:20.295Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_AJsekpRhR0YexMd6gGrW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T12:03:20.295Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||Resource customization UUID: 34d06aa1-31d3-472c-98cb-c5d80c9a3ddf is the same as notified resource customizationUUID: 34d06aa1-31d3-472c-98cb-c5d80c9a3ddf
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-11-05T12:03:20.341Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a9ff57d5-50e2 5230194c-5abe-4e63-82ef-6d2af9f8386b 0 ASDC deployResourceStructure
2021-11-05T12:03:20.341Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar ASDC sendASDCNotification
2021-11-05T12:03:20.341Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar
2021-11-05T12:03:20.341Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T12:03:20.342Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:03:20.343Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:03:20.343Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113800341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T12:03:20.443Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:03:20.444Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-05T12:03:20.444Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:20.466Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:20.467Z||pool-133-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-05T12:03:21.344Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98314bc4-d8ec-4f9c-849e-4fcc3a903201
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T12:03:21.355Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98314bc4-d8ec-4f9c-849e-4fcc3a903201
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-05T12:03:21.359Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T12:03:21.359Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T12:03:21.359Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T12:03:21.359Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T12:03:21.359Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:03:21.359Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:03:21.359Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:03:21.360Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:03:21.360Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:03:21.360Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:03:21.360Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-05T12:03:21.360Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:03:21.365Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T12:03:51.367Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98314bc4-d8ec-4f9c-849e-4fcc3a903201 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-11-05T12:03:51.383Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98314bc4-d8ec-4f9c-849e-4fcc3a903201 and serviceModelVersionId: 298def1e-7092-4ff8-b52c-2e23f742c372
2021-11-05T12:03:51.384Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1fa71fba-e4a9-4d76-9650-47a66910fb7d
2021-11-05T12:03:51.388Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1fa71fba-e4a9-4d76-9650-47a66910fb7d/model-vers/model-ver/298def1e-7092-4ff8-b52c-2e23f742c372?depth=0
2021-11-05T12:03:51.402Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T12:03:51.453Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fa71fba-e4a9-4d76-9650-47a66910fb7d/model-vers/model-ver/298def1e-7092-4ff8-b52c-2e23f742c372?depth=0|INFO|500||Invoke
2021-11-05T12:03:51.453Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fa71fba-e4a9-4d76-9650-47a66910fb7d/model-vers/model-ver/298def1e-7092-4ff8-b52c-2e23f742c372?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fa71fba-e4a9-4d76-9650-47a66910fb7d/model-vers/model-ver/298def1e-7092-4ff8-b52c-2e23f742c372?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[98314bc4-d8ec-4f9c-849e-4fcc3a903201], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23adf668-065c-42c3-867c-be9cc370484a], X-ECOMP-RequestID=[98314bc4-d8ec-4f9c-849e-4fcc3a903201], X-TransactionId=[], X-ONAP-RequestID=[98314bc4-d8ec-4f9c-849e-4fcc3a903201], Content-Type=[application/merge-patch+json]}
2021-11-05T12:03:51.476Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fa71fba-e4a9-4d76-9650-47a66910fb7d/model-vers/model-ver/298def1e-7092-4ff8-b52c-2e23f742c372?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-05T12:03:51.580Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fa71fba-e4a9-4d76-9650-47a66910fb7d/model-vers/model-ver/298def1e-7092-4ff8-b52c-2e23f742c372?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/1fa71fba-e4a9-4d76-9650-47a66910fb7d/model-vers/model-ver/298def1e-7092-4ff8-b52c-2e23f742c372?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211105-12:03:51:482-34492], vertex-id=[217176], Content-Length=[0], Date=[Fri, 05 Nov 2021 12:03:51 GMT], Content-Type=[application/json]}
2021-11-05T12:03:51.581Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fa71fba-e4a9-4d76-9650-47a66910fb7d/model-vers/model-ver/298def1e-7092-4ff8-b52c-2e23f742c372?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-05T12:03:51.581Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fa71fba-e4a9-4d76-9650-47a66910fb7d/model-vers/model-ver/298def1e-7092-4ff8-b52c-2e23f742c372?depth=0|INFO|500||InvokeReturn
2021-11-05T12:03:51.582Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T12:03:51.582Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:03:51.587Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:03:51.587Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98314bc4-d8ec-4f9c-849e-4fcc3a903201 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T12:03:51.587Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T12:03:51.588Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-05T12:03:51.591Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T12:03:51.591Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113831587,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T12:03:51.691Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T12:03:51.693Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-05T12:03:51.694Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T12:03:51.716Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:03:51.718Z||pool-134-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-11-05T12:03:52.607Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:03:52.608Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:03:52.608Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:04:02.152Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:04:02.153Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:04:02.153Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:04:02.153Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:04:11.701Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:04:19.261Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:04:19.262Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:04:19.262Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:04:19.263Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:04:19.263Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|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-11-05T12:04:19.263Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:04:19.288Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:04:19.289Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:04:19.289Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00fe4cf7-f0fa-4ff4-954f-693cca006ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113784241,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T12:04:19.290Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:04:19.291Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:04:19.291Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:04:19.291Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:04:19.291Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:04:19.291Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:04:19.291Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:04:19.291Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:04:19.292Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:04:19.292Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:04:19.292Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:04:19.293Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:04:19.293Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:04:19.293Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:04:19.293Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:04:19.293Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:04:19.293Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:04:19.293Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/resourceInstances/pnfa9ff57d550e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:04:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:04:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:04:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-05T12:04:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:04:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:04:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113785257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "NOTIFIED"
}
2021-11-05T12:04:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-05T12:04:19.294Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-05T12:04:19.295Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113798143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-05T12:04:19.295Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:04:28.800Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:05:19.261Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:05:19.262Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:05:19.262Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:05:19.263Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:05:19.263Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-11-05T12:05:19.264Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:05:19.786Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:05:19.787Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T12:05:19.787Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113800341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAjsekprhr0yexmd6ggrw/1.0/artifacts/service-DemoPnfAjsekprhr0yexmd6ggrw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-05T12:05:19.788Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:05:19.788Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T12:05:19.788Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98314bc4-d8ec-4f9c-849e-4fcc3a903201",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636113831587,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T12:05:19.788Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T12:05:28.815Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:06:19.261Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:06:19.263Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:06:19.263Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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-11-05T12:06:19.263Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:06:19.262Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:06:19.265Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:06:28.809Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:06:28.812Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:07:19.261Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:07:19.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:07:19.264Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:07:19.264Z||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-11-05T12:07:19.264Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:07:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:07:28.844Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:07:28.853Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:08:19.261Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:08:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:08:19.263Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:08:19.263Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:08:19.263Z||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-11-05T12:08:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:08:28.804Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:08:28.806Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:09:19.261Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:09:19.263Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:09:19.263Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:09:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:09:19.263Z||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-11-05T12:09:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:09:28.800Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:09:28.806Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:10:19.265Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:10:19.265Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:10:19.274Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-11-05T12:10:19.274Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:10:19.276Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:10:19.275Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:10:28.827Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:10:28.830Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:11:19.261Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:11:19.263Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:11:19.263Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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-11-05T12:11:19.263Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:11:19.263Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:11:19.263Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:11:28.804Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:11:28.811Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:12:19.261Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:12:19.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:12:19.264Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:12:19.264Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:12:19.265Z||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-11-05T12:12:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:12:28.820Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:12:28.824Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:13:19.261Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:13:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:13:19.267Z||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-11-05T12:13:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:13:19.267Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:13:19.267Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:13:28.819Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:13:28.819Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:14:19.262Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:14:19.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:14:19.264Z||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-11-05T12:14:19.264Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:14:19.264Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:14:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:14:28.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:14:28.807Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:15:19.261Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:15:19.263Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:15:19.263Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|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-11-05T12:15:19.263Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:15:19.264Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:15:19.264Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:15:28.810Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:15:28.810Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:16:19.263Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:16:19.264Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:16:19.267Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:16:19.267Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:16:19.267Z||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-11-05T12:16:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:16:28.855Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:16:28.855Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:17:19.261Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:17:19.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:17:19.264Z||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-11-05T12:17:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:17:19.264Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:17:19.266Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:17:28.807Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:17:28.823Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:18:19.262Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:18:19.265Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:18:19.266Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:18:19.266Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:18:19.268Z||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-11-05T12:18:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:18:28.809Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:18:28.816Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:19:19.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:19:19.268Z||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-11-05T12:19:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:19:19.262Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:19:19.269Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:19:19.269Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:19:28.817Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:19:28.817Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:20:19.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:20:19.262Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:20:19.271Z||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-11-05T12:20:19.271Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:20:19.271Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:20:19.272Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:20:28.827Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:20:28.858Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:21:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:21:19.263Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:21:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:21:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:21:19.263Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-11-05T12:21:19.264Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:21:28.812Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:21:28.812Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:22:19.263Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:22:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:22:19.266Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:22:19.266Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-11-05T12:22:19.267Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:22:19.267Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:22:28.814Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:22:28.815Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:23:19.261Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:23:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:23:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:23:19.266Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:23:19.266Z||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-11-05T12:23:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:23:28.822Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:23:28.841Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:24:19.261Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:24:19.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:24:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:24:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:24:19.263Z||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-11-05T12:24:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:24:28.811Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:24:28.814Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:25:19.263Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:25:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:25:19.269Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:25:19.269Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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-11-05T12:25:19.269Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:25:19.269Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:25:28.816Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:25:28.817Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:26:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:26:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:26:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:26:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:26:19.263Z||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-11-05T12:26:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:26:28.805Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:26:28.805Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:27:19.261Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:27:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:27:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:27:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:27:19.263Z||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-11-05T12:27:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:27:28.822Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:27:28.822Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:28:19.261Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:28:19.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:28:19.264Z||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-11-05T12:28:19.264Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:28:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:28:19.264Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:28:28.818Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:28:28.818Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:29:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:29:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:29:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:29:19.263Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:29:19.263Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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-11-05T12:29:19.263Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:29:28.813Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:29:28.813Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:30:19.261Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:30:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:30:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:30:19.263Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:30:19.263Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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-11-05T12:30:19.264Z|825fbfa7-19fc-492f-a7a1-edfcde365590|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:30:28.814Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:30:28.816Z|825fbfa7-19fc-492f-a7a1-edfcde365590|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:31:19.265Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:31:19.265Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:31:19.272Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:31:19.273Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:31:19.272Z||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-11-05T12:31:19.273Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:31:28.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:31:28.903Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:32:19.261Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:32:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:32:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:32:19.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:32:19.263Z||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-11-05T12:32:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:32:28.822Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:32:28.822Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:33:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:33:19.263Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:33:19.264Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:33:19.264Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:33:19.264Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:33:19.264Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:33:28.820Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:33:28.823Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:34:19.261Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:34:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:34:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:34:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:34:19.263Z||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-11-05T12:34:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:34:28.809Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:34:28.832Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:35:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:35:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:35:19.263Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:35:19.265Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:35:19.265Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|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-11-05T12:35:19.266Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:35:28.807Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:35:28.810Z|420f92ea-b90a-4b51-aa1d-519b6c5938c6|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:36:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:36:19.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:36:19.269Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:36:19.270Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:36:19.269Z||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-11-05T12:36:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:36:28.821Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:36:28.824Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:37:19.264Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:37:19.266Z||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-11-05T12:37:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:37:19.267Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:37:19.268Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:37:19.268Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:37:28.813Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:37:28.815Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-05T12:38:19.261Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:38:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|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-11-05T12:38:19.262Z|91c724a9-59ae-4167-9855-feaca018cb2e|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T12:38:19.263Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T12:38:19.263Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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-11-05T12:38:19.264Z|98314bc4-d8ec-4f9c-849e-4fcc3a903201|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 BCCbvbD1EPBL8nT7) ...